﻿
:root {
    --p: #167e9c;
    --a: #d97706;
    --gs: #40507e;
    --ge: #8d49a3;
    --dk: #0c1520;
    --dk2: #111e2d;
    --lt: #f4f7fa;
    --td: #1a2535;
    --w: #fff
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Instrument Sans',sans-serif;
    overflow-x: hidden
}

/* All headings use Roboto with line-height:1.2 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto',sans-serif;
    line-height: 1.2
}

/* ── HERO ── */
.hero {
    background: #0c122a;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 40px 0 40px
}

.hblob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .28;
    animation: blb 9s ease-in-out infinite
}

.b1 {
    width: 580px;
    height: 580px;
    background: radial-gradient(circle, #22113d, transparent);
    top: -140px;
    right: -90px
}

.b2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle,#8d49a3,transparent);
    bottom: -70px;
    left: -50px;
    animation-delay: -4s
}

.b3 {
    width: 270px;
    height: 270px;
    background: radial-gradient(circle, #0c122a, transparent);
    top: 42%;
    left: 36%;
    animation-delay: -2s
}

@keyframes blb {
    0%,100% {
        transform: translate(0,0) scale(1)
    }

    50% {
        transform: translate(18px,-18px) scale(1.06)
    }
}

.hc {
    position: relative;
    z-index: 2
}

.tpill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(22,126,156,.14);
    border: 1px solid rgba(22,126,156,.4);
    color: #5ec9e8;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 26px
}

.livdot {
    width: 7px;
    height: 7px;
    background: #2dd4bf;
    border-radius: 50%;
    animation: pls 2s infinite
}

@keyframes pls {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .25
    }
}

.hero h1 {
    font-size: clamp(3.1rem,5.5vw,4.6rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px
}

.gt {
    background: linear-gradient(90deg,var(--p),var(--a));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hsub {
    font-size: 1.2rem;
    color: #7a9eb5;
    line-height: 1.65;
    margin-bottom: 36px
}

.btnm {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg,var(--gs),var(--ge));
    color: #fff !important;
    border: none;
    border-radius: 10px;
    padding: 14px 30px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size:1.2rem;
    cursor: pointer;
    transition: transform .2s,box-shadow .2s;
    text-decoration: none !important
}

    .btnm:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 28px rgba(141,73,163,.45)
    }

.hstats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 44px
}

.si h3 {
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--a);
    line-height: 1;
    margin-bottom:0;
}

.si p {
    font-size:1rem;
    color: #4d7a90;
    margin: 3px 0 0;
    text-transform: uppercase;
    letter-spacing: .8px
}


/* ══ POST CARD ══ */
.psec {
    background: linear-gradient(180deg, #131931 0%, #201d47 70px, var(--lt) 70px, var(--lt) 100%);
    padding: 0 0 40px;
}

.pcrd {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

/* ── PROGRESS STEPPER ── */
.prog-wrap {
    background: linear-gradient(135deg,var(--gs),var(--ge));
    padding: 26px 40px 0
}

.prog-steps {
    display: flex;
    align-items: flex-end
}

.pstep {
    flex: 1;
    text-align: center;
    padding: 8px 4px 16px;
    position: relative;
    cursor: default
}

    .pstep.done {
        cursor: pointer
    }

        .pstep.done:hover .ps-num {
            background: rgba(255,255,255,.35);
            transform: scale(1.08)
        }

    .pstep.hidden-tab, .pl.hidden-tab {
        display: none
    }

.ps-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 auto 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto',sans-serif;
    font-size: .78rem;
    font-weight: 700;
    background: rgba(255,255,255,.16);
    color: rgba(255,255,255,.55);
    border: 2px solid rgba(255,255,255,.22);
    transition: all .25s
}

.ps-lbl {
    font-size: 1rem;
    color: rgba(255,255,255,.5);
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
    white-space: nowrap
}

.pstep.done .ps-num {
    background: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.55);
    color: #fff
}

.pstep.done .ps-lbl {
    color: rgba(255,255,255,.75)
}

.pstep.active .ps-num {
    background: #fff;
    border-color: #fff;
    color: var(--gs)
}

.pstep.active .ps-lbl {
    color: #fff;
    font-weight: 700
}

.pstep.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.pl {
    flex: 1;
    height: 2px;
    background: rgba(255,255,255,.15);
    align-self: center;
    margin-bottom: 22px;
    transition: background .4s
}

    .pl.done {
        background: rgba(255,255,255,.55)
    }

/* ── STEP BODY ── */
.sbody {
    padding: 38px 40px
}

@media(max-width:600px) {
    .sbody {
        padding: 24px 18px
    }

    .prog-wrap {
        padding: 20px 16px 0
    }
}

.step-title {
    font-size: 1.8rem;
    color: var(--td);
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.2
}

.step-sub {
    font-size:1.2rem;
    color: #3e474f;
    margin-bottom: 28px;
    line-height: 1.6
}

/* inputs */
.flbl {
    font-size:1rem;
    font-weight: 500;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 7px;
    display: block;
    font-family: 'Roboto',sans-serif;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom:5px;
}

.inp {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #7d7d7d;
    border-radius: 10px;
    padding: 17px 15px;
    font-family: 'Instrument Sans', sans-serif;
    font-size: 1.32rem !important;
    color: var(--td);
    transition: border-color .2s, box-shadow .2s;
    margin-bottom: 0;
}


    .inp:focus {
        outline: none;
        border-color: var(--p);
        box-shadow: 0 0 0 3px rgba(22,126,156,.1);
        background: #fff
    }

    .inp::placeholder {
        color: #a8bcc8
    }

    .inp.err {
        border-color: #ef4444 !important;
        background: #fff9f9 !important
    }

textarea.inp {
    resize: none;
    min-height: 110px;
    max-height: 350px;
    overflow-y: scroll;
}

select.inp {
    cursor: pointer
}

.fg {
    margin-bottom: 10px
}

.emsg {
    font-size:1rem;
    color: #ef4444;
    margin-top: 5px;
    display: none;
    align-items: center;
    gap: 5px
}

    .emsg.on {
        display: flex
    }

.req {
    color: var(--a)
}

/* job type toggle */
.tbtns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tbtn {
    flex: 1;
    min-width: 82px;
    padding: 10px 5px;
    border: 1.5px solid #e2eaf2;
    background: #f8fafc;
    border-radius: 10px;
    font-family: 'Roboto',sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #3e474f;
    cursor: pointer;
    text-align: center;
    transition: all .2s
}

    .tbtn.on {
        border-color: var(--p);
        background: rgba(22,126,156,.07);
        color: var(--p);
        font-weight: 700
    }

/* perks */
.perk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(155px,1fr));
    gap: 10px;
    margin-top: 2px
}

.perk-item {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f8fafc;
    border: 1.5px solid #e2eaf2;
    border-radius: 10px;
    padding: 10px 13px;
    cursor: pointer;
    transition: all .2s;
    user-select: none
}

    .perk-item:hover {
        border-color: var(--p)
    }

    .perk-item.on {
        border-color: var(--p);
        background: rgba(22,126,156,.06)
    }

.perk-ico {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    flex-shrink: 0
}

.perk-item span {
    font-size: .79rem;
    font-weight: 500;
    color: #5a6e7e;
    font-family: 'Roboto',sans-serif
}

.perk-item.on span {
    color: var(--p)
}

.perk-check {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1.5px solid #cbd5e1;
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s
}

.perk-item.on .perk-check {
    background: var(--p);
    border-color: var(--p)
}

/* logo upload */
.logo-upload-zone {
    border: 2px dashed #d1dce8;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    overflow: hidden
}

    .logo-upload-zone:hover {
        border-color: var(--p);
        background: rgba(22,126,156,.03)
    }

    .logo-upload-zone.has-img {
        border-style: solid;
        border-color: var(--p)
    }

.logo-preview {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    object-fit: contain;
    border: 1.5px solid #e2eaf2;
    padding: 4px;
    display: none;
    margin: 0 auto 10px
}

.logo-placeholder-ico {
    font-size: 2.5rem;
    color: #c8d8e4;
    margin-bottom: 10px
}

.logo-upload-zone h6 {
    font-size: 1.3rem;
    color: var(--td);
    margin-bottom: 4px;
    line-height: 1.2
}

.logo-upload-zone p {
    font-size: 1rem;
    color: #a0b4c2;
    margin: 0
}

#logoInput {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer
}

/* brand card */
.brand-card {
    background: #f8fafc;
    border: 1.5px solid #e2eaf2;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 22px
}

.brand-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Roboto',sans-serif
}

/* interview type */
.itype-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.itype {
    padding: 9px 18px;
    border: 1.5px solid #e2eaf2;
    background: #f8fafc;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    color: #3e474f;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Roboto',sans-serif
}

    .itype:hover {
        border-color: var(--p)
    }

    .itype.on {
        border-color: var(--p);
        background: rgba(22,126,156,.08);
        color: var(--p);
        font-weight: 700
    }

/* ── ORGANISATION SECTION ── */
.org-section {
    margin-top: 26px;
    border-top: 1.5px solid #eff2f6;
    padding-top: 22px
}

.org-heading {
    font-family: 'Roboto',sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--td);
    margin-bottom: 5px;
    line-height: 1.2
}

.org-sub {
    font-size: 1.1rem;
    color: #3e474f;
    margin-bottom: 18px;
    line-height: 1.6
}

/* Create new org form */
.new-org-form {
    background: #f8fafc;
    border: 1.5px solid #e2eaf2;
    border-radius: 12px;
    padding: 18px;
    margin-top: 12px;
    display: none
}

    .new-org-form.open {
        display: block;
        animation: fup .3s ease
    }

    .new-org-form .fg {
        margin-bottom: 14px
    }

        .new-org-form .fg:last-child {
            margin-bottom: 0
        }

.create-org-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg,var(--gs),var(--ge));
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 10px 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size:1.1rem;
    cursor: pointer;
    transition: all .2s;
    margin-top:15px;
}

    .create-org-btn:hover {
        opacity: .9;
        box-shadow: 0 6px 18px rgba(141,73,163,.35)
    }

/* screening */
.q-builder {
    border: 1.5px solid #e2eaf2;
    border-radius: 14px;
    overflow: hidden
}

.q-item {
    padding: 14px 18px;
    border-bottom: 1px solid #f0f4f8;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    transition: background .2s
}

    .q-item:last-child {
        border: none
    }

    .q-item:hover {
        background: #f8fafc
    }

.q-drag {
    color: #c8d5dd;
    font-size: .8rem;
    cursor: grab
}

.q-type-badge {
    font-size: .65rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
    font-family: 'Roboto',sans-serif
}

.q-mcq {
    background: rgba(22,126,156,.1);
    color: var(--p)
}

.q-sub {
    background: rgba(217,119,6,.1);
    color: var(--a)
}

.q-text {
    font-size:1.2rem;
    color: var(--td);
    flex: 1
}

.q-del {
    background: none;
    border: none;
    color: #c8d5dd;
    cursor: pointer;
    font-size: .85rem;
    padding: 4px;
    transition: color .2s
}

    .q-del:hover {
        color: #ef4444
    }

.add-q-row {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap
}

.add-q-btn {
    display: flex;
    align-items: center;
    justify-content:flex-end;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    cursor: pointer;
    border: none;
    transition: all .2s
}

.add-mcq {
    background: rgba(22,126,156,.1);
    color: var(--p)
}

    .add-mcq:hover {
        background: rgba(22,126,156,.18)
    }

.add-sub {
    background: rgba(217,119,6,.1);
    color: var(--a)
}

    .add-sub:hover {
        background: rgba(217,119,6,.18)
    }

/* preview card */
.preview-card {
    background: linear-gradient(135deg, rgb(64 80 126 / 0%), rgb(255 255 255 / 37%));
    border: 1.5px solid #dde8f0;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 24px
}

.preview-logo {
    width: 100px;
    height: 100px;
    border-radius: 14px;
    object-fit: contain;
    border: 1.5px solid #e2eaf2;
    padding: 3px;
    background: #fff
}

.preview-logo-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(135deg,var(--gs),var(--ge));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem
}

.preview-job-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--td);
    margin: 12px 0 4px;
    line-height: 1.2
}

.preview-company {
    font-size: .88rem;
    color: var(--p);
    font-weight: 600;
    margin-bottom:0px;
    line-height:1.2;
}

.preview-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px
}

.pmeta-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size:1rem;
    color: #5a7a8e;
    background: #f0f6fa;
    border-radius: 6px;
    padding: 5px 11px
}

.preview-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px
}

.perk-badge {
    font-size: .72rem;
    font-weight: 600;
    color: var(--p);
    background: rgba(22,126,156,.08);
    border: 1px solid rgba(22,126,156,.18);
    border-radius: 50px;
    padding: 3px 12px
}

.preview-desc {
    font-size:1.2rem;
    color: #5a6e7e;
    line-height: 1.7;
    margin: 0
}

.preview-score {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px
}

.pscore {
    text-align: center;
    flex: 1
}

    .pscore h4 {
        font-size: 1.4rem;
        font-weight: 900;
        color: var(--a);
        margin: 0;
        line-height: 1.2
    }

    .pscore p {
        font-size: .7rem;
        color: #94a3b8;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: .6px
    }

/* login */

/* login */
.login-firstbox {
    max-width: 420px;
    margin: 0 auto;
    text-align: center
}

.login-ico {
    font-size: 3.2rem;
    background: linear-gradient(135deg,var(--gs),var(--ge));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px
}

.login-box h4 {
    color: var(--td);
    font-size: 1.6rem;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 1.2
}

.login-box .sub {
    color: #3e474f;
    font-size: 1.2rem;
    margin-bottom: 26px
}

.slbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    border-radius: 12px;
    padding: 13px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    font-size:1.2rem;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all .2s;
    margin-bottom: 11px
}

.gbtn {
    background: #fff;
    color: #1a1a2e;
    border-color: #e2eaf2;
    box-shadow: 0 2px 8px rgba(0,0,0,.07)
}

    .gbtn:hover {
        background: #f9fafb;
        box-shadow: 0 4px 14px rgba(0,0,0,.11)
    }

.ebtn {
    background: rgba(22,126,156,.07);
    border-color: rgba(22,126,156,.3);
    color: var(--p)
}

    .ebtn:hover {
        background: rgba(22,126,156,.14)
    }

.divline {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #c8d5de;
    font-size: .95rem;
    margin: 16px 0
}

    .divline::before, .divline::after {
        content: '';
        flex: 1;
        height: 1px;
        background: #eff2f6
    }

.otp-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 20px 0
}

.otpd {
    width: 50px;
    height: 54px;
    background: #f8fafc;
    border: 1.5px solid #e2eaf2;
    border-radius: 12px;
    color: var(--td);
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    outline: none;
    transition: all .2s
}

    .otpd:focus {
        border-color: var(--p);
        box-shadow: 0 0 0 3px rgba(22,126,156,.1);
        background: #fff
    }

    .otpd.err {
        border-color: #ef4444;
        background: #fff9f9
    }

.back-btn {
    background: none;
    border: none;
    color: var(--p);
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Roboto',sans-serif
}

/* profile section */
.profile-section {
    margin-top: 26px;
    text-align: left;
    border-top: 1.5px solid #eff2f6;
    padding-top: 22px
}

    .profile-section h5 {
        font-size: 1.2rem;
        color: var(--td);
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 700;
        line-height: 1.2
    }

        .profile-section h5 i {
            color: var(--p);
            font-size: 1rem
        }

/* main buttons — auto width, not full */
.main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: linear-gradient(135deg,var(--gs),var(--ge));
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 20px 28px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size:1.3rem;
    cursor: pointer;
    transition: transform .2s,box-shadow .2s;
    margin-top: 4px
}

    .main-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 28px rgba(141,73,163,.4)
    }

.back-btn-step {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    color: #64748b;
    border: 1.5px solid #e2eaf2;
    border-radius: 12px;
    padding: 12px 22px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
    transition: all .2s;
    margin-top: 4px
}

    .back-btn-step:hover {
        border-color: var(--p);
        color: var(--p)
    }

.step-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f8fafc;
    color: var(--td);
    border: 1.5px solid #e2eaf2;
    border-radius: 12px;
    padding: 17px 22px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all .2s;
    margin-top: 4px
}

    .sec-btn:hover {
        border-color: var(--p);
        color: var(--p)
    }

.fnote {
    font-size:1rem;
    color: #94a3b8;
    text-align: center;
    margin-top: 11px
}

.sdivider {
    border: none;
    border-top: 1.5px solid #eff2f6;
    margin: 28px 0
}

/* ══ MARKETING SECTIONS ══ */
.sl {
    background: var(--lt);
    padding: 40px 0
}
#features {
    background: #fff;
}
.sd {
    background: var(--dk2);
    padding: 80px 0
}

.chip {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 13px;
    font-family: 'Roboto',sans-serif
}

.chl {
    background: rgba(22,126,156,.1);
    color: var(--p)
}

.chd {
    background: rgba(22,126,156,.15);
    color: #5ec9e8
}

.sh {
    font-size: clamp(1.65rem,3vw,2.45rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 13px
}

.shdk {
    color: #fff
}

.shlt {
    color: var(--td)
}

.ss {
    font-size: 1.2rem;
    line-height: 1.75;
    max-width: 520px
}

.ssdk {
    color: #6a8fa5
}

.sslt {
    color: #5a7080
}

/* ── TEXT+ICON PROMO BANDS (replace image banners) ── */
.promo-band {
    padding: 60px 0;
    overflow: hidden;
    position: relative
}

.promo-band-dark {
    background: var(--dk2)
}

.promo-band-grad {
    background: linear-gradient(135deg,rgba(64,80,126,.3),rgba(141,73,163,.2));
    border-top: 1px solid rgba(141,73,163,.2);
    border-bottom: 1px solid rgba(141,73,163,.2)
}

.pb-icon-col {
    display: flex;
    align-items: center;
    justify-content: center
}

.pb-big-ico {
    width: 140px;
    height: 140px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    position: relative;
    flex-shrink: 0
}

    .pb-big-ico .ring {
        position: absolute;
        inset: -10px;
        border-radius: 40px;
        border: 2px solid;
        opacity: .25;
        animation: ringPulse 3s ease-in-out infinite
    }

@keyframes ringPulse {
    0%,100% {
        transform: scale(1);
        opacity: .25
    }

    50% {
        transform: scale(1.06);
        opacity: .12
    }
}

.pb-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 14px;
    font-family: 'Roboto',sans-serif
}

.pb-tag-blue {
    background: rgba(22,126,156,.15);
    color: #5ec9e8;
    border: 1px solid rgba(22,126,156,.3)
}

.pb-tag-gold {
    background: rgba(217,119,6,.15);
    color: #f59e0b;
    border: 1px solid rgba(217,119,6,.3)
}

.pb-title {
    font-size: clamp(1.5rem,3vw,2.1rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px
}

.pb-desc {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 26px
}

.pb-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 10px
}

.pb-stat h4 {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0;
    line-height: 1
}

.pb-stat p {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin: 3px 0 0;
    font-family: 'Roboto',sans-serif
}

/* Feature extra section */
.feat-extra {
    padding: 80px 0;
    background: var(--lt)
}

.feat-extra-card {
    background: #fff;
    border: 1.5px solid #e2eaf2;
    border-radius: 20px;
    padding: 30px 26px;
    height: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

    .feat-extra-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        transition: all .3s
    }

    .feat-extra-card:hover {
        box-shadow: 0 16px 40px rgba(22,126,156,.1);
        transform: translateY(-4px)
    }

.fe-ico {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 18px
}

.fe-tag {
    display: inline-block;
    font-size: .82rem;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 50px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    font-family: 'Roboto',sans-serif
}

.fe-tag-new {
    background: rgba(217,119,6,.12);
    color: var(--a);
    border: 1px solid rgba(217,119,6,.25)
}

.fe-tag-pro {
    background: rgba(141,73,163,.12);
    color: #9b59d6;
    border: 1px solid rgba(141,73,163,.25)
}

.feat-extra-card h5 {
    font-size: 1.5rem;
    color: var(--td);
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.2
}

.feat-extra-card p {
    font-size: 1.2rem;
    color: #7a90a0;
    line-height: 1.65;
    margin: 0
}

/* trust */
.tgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(255px, 1fr));
    gap: 20px;
    margin-top: 42px
}
@media(max-width: 992px) {
    .tgrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .tgrid {
        grid-template-columns: 1fr;
    }
}


.tcrd {
    background: #fff;
    border: 1.5px solid #e2eaf2;
    border-radius: 18px;
    padding: 26px 22px;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

    .tcrd::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg,var(--p),var(--a));
        transform: scaleX(0);
        transition: transform .3s
    }

    .tcrd:hover {
        border-color: var(--p);
        transform: translateY(-5px);
        box-shadow: 0 16px 40px rgba(22,126,156,.1)
    }

        .tcrd:hover::after {
            transform: scaleX(1)
        }

.tico {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 16px
}

.ib {
    background: rgba(22,126,156,.1);
    color: var(--p)
}

.io {
    background: rgba(217,119,6,.1);
    color: var(--a)
}

.ip {
    background: rgba(141,73,163,.1);
    color: #9b59d6
}

.it {
    background: rgba(20,184,166,.1);
    color: #0d9488
}

.ir {
    background: rgba(239,68,68,.1);
    color: #ef4444
}

.ig {
    background: rgba(34,197,94,.1);
    color: #16a34a
}

.tcrd h5 {
    font-size: 1.5rem;
    color: var(--td);
    margin-bottom: 7px;
    font-weight: 700 ;
    line-height: 1.65;
}

.tcrd p {
    font-size: 1.1rem;
    color: #7a90a0;
    line-height: 1.65;
    margin: 0
}

.lgrow {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
    margin-top: 38px
}

.lgchip {
    background: rgba(22,126,156,.08);
    border: 1px solid rgba(22,126,156,.2);
    border-radius: 50px;
    padding: 9px 22px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: .94rem;
    color: #7090a5;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: all .2s
}

    .lgchip:hover {
        border-color: var(--p);
        color: var(--p)
    }

.rrow {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-top: 50px
}

.rbox {
    text-align: center
}

    .rbox h3 {
        font-size: 2.1rem;
        font-weight: 900;
        color: var(--a);
        line-height: 1.2;
        margin-bottom:0px;
    }

    .rbox p {
        font-size: .94rem;
        color: #4d6e82;
        text-transform: uppercase;
        letter-spacing: .8px;
        margin: 4px 0 0;
        font-family: 'Roboto',sans-serif
    }

.flist {
    margin-top: 8px
}

.fit {
    display: flex;
    gap: 17px;
    padding: 10px 0;
    border-bottom: 1.5px solid #eef2f7;
    align-items: flex-start
}

    .fit:last-child {
        border: none
    }

.fnum {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg,var(--gs),var(--ge));
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto',sans-serif;
    font-size: .78rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.fit h5 {
    font-size: 1.4rem;
    color: var(--td);
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.3;
}

.fit p {
    font-size:1rem;
    color: #7a90a0;
    margin: 0;
    line-height: 1.6
}



.acrd {
    background: rgba(22,126,156,.07);
    border: 1px solid rgba(22,126,156,.17);
    border-radius: 18px;
    padding: 26px 22px;
    transition: all .3s;
    height: 100%
}

    .acrd:hover {
        border-color: var(--p);
        background: rgba(22,126,156,.12)
    }

.acrd-ico {
    font-size: 2.2rem;
    margin-bottom: 14px
}

.acrd h5 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 700;
    line-height: 1.2
}

.acrd p {
    font-size: 1.2rem;
    color: #5a7a8e;
    line-height: 1.65;
    margin: 0
}

.apromo {
    background: linear-gradient(135deg,rgba(64,80,126,.5),rgba(141,73,163,.5));
    border: 1px solid rgba(141,73,163,.4);
    border-radius: 19px;
    padding: 34px;
    text-align: center;
    margin-top: 40px
}

    .apromo h4 {
        color: #fff;
        font-size: 1.62rem;
        margin-bottom: 9px;
        font-weight: 700;
        line-height: 1.2
    }

    .apromo p {
        color: rgba(255,255,255,.65);
        font-size: 1.2rem;
        margin-bottom: 22px
    }

.rcrd {
    background: #fff;
    border: 1.5px solid #e2eaf2;
    border-radius: 18px;
    padding: 26px;
    height: 100%;
    transition: all .3s
}

    .rcrd:hover {
        border-color: var(--p);
        box-shadow: 0 12px 36px rgba(22,126,156,.1)
    }

.rstars {
    color: var(--a);
    font-size: 1.2rem;
    margin-bottom: 13px
}

.rcrd p {
    font-size: 1.2rem;
    color: #4a6070;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 18px
}

.rauth {
    display: flex;
    align-items: center;
    gap: 11px
}

.ravtr {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--gs),var(--ge));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: .85rem;
    color: #fff;
    flex-shrink: 0
}

.rauth h6 {
    font-family: 'Roboto',sans-serif;
    font-size:1.2rem;
    color: var(--td);
    margin: 0;
    font-weight: 700;
    line-height: 1.2
}

.rauth p {
    font-size:1.2rem;
    color: #94a3b8;
    margin: 0
}

.ctabot {
    background: var(--dk);
    padding: 90px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

    .ctabot::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 70% 60% at 50% 50%,rgba(22,126,156,.12),transparent)
    }

    .ctabot h2 {
        color: #fff;
        font-size: clamp(1.75rem,3.5vw,2.7rem);
        margin-bottom: 13px;
        position: relative;
        font-weight: 900;
        line-height: 1.2
    }

    .ctabot p {
        color: #5a7a8e;
        font-size: .95rem;
        margin-bottom: 34px;
        position: relative
    }

/* ── PLAN MODAL ── */
.mov {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(5,10,18,.8);
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center
}

    .mov.open {
        display: flex
    }

.mbox {
    background: var(--dk2);
    border: 1px solid rgba(22,126,156,.3);
    border-radius: 24px;
    width: 92%;
    max-width: 760px;
    max-height: 92vh;
    overflow-y: auto;
    animation: sup .3s ease
}

@keyframes sup {
    from {
        transform: translateY(28px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.mbox::-webkit-scrollbar {
    width: 5px
}

.mbox::-webkit-scrollbar-thumb {
    background: rgba(22,126,156,.3);
    border-radius: 10px
}

.mhdr {
    background: linear-gradient(135deg,var(--gs),var(--ge));
    padding: 22px 28px;
    border-radius: 24px 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mhdr-txt h5 {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.2
}

.mhdr-txt p {
    color: rgba(255,255,255,.65);
    font-size: .78rem;
    margin: 3px 0 0
}

.mcls {
    background: rgba(255,255,255,.14);
    border: none;
    color: #fff;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    font-size: .88rem
}

    .mcls:hover {
        background: rgba(255,255,255,.28)
    }

.mbdy {
    padding: 28px
}

.pgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

@media(max-width:580px) {
    .pgrid {
        grid-template-columns: 1fr
    }
}

.plncrd {
    background: rgba(10,18,30,.9);
    border: 2px solid rgba(22,126,156,.18);
    border-radius: 20px;
    padding: 26px 20px;
    cursor: pointer;
    transition: all .3s;
    position: relative
}

    .plncrd:hover {
        border-color: rgba(22,126,156,.55);
        transform: translateY(-3px)
    }

    .plncrd.popular {
        border-color: var(--a)
    }

.pbdg {
    position: absolute;
    top: -11px;
    right: 16px;
    background: linear-gradient(90deg,var(--a),#f59e0b);
    color: #fff;
    font-size: .66rem;
    font-weight: 700;
    padding: 4px 13px;
    border-radius: 50px;
    letter-spacing: .5px;
    font-family: 'Roboto',sans-serif
}

.pnm {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
    font-family: 'Roboto',sans-serif
}

.pnmf {
    color: var(--p)
}

.pnmb {
    color: var(--a)
}

.ppr {
    font-family: 'Roboto',sans-serif;
    font-size: 2.1rem;
    font-weight: 900;
    color: #fff;
    margin: 10px 0 4px;
    line-height: 1
}

    .ppr sup {
        font-size: .95rem;
        vertical-align: super;
        color: var(--a)
    }

    .ppr sub {
        font-size: .78rem;
        color: #4a6a7e;
        font-weight: 400
    }

.pds {
    font-size: .78rem;
    color: #4a6a7e;
    margin-bottom: 18px;
    line-height: 1.55
}

.pls {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

    .pls li {
        font-size: .8rem;
        color: #7090a5;
        padding: 5px 0;
        border-bottom: 1px solid rgba(22,126,156,.08);
        display: flex;
        align-items: center;
        gap: 8px
    }

        .pls li:last-child {
            border: none
        }

    .pls .fa-check {
        color: #2dd4bf;
        font-size: .72rem
    }

    .pls .fa-times {
        color: #ef4444;
        font-size: .72rem
    }

.plbtn {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: .86rem;
    border: none;
    cursor: pointer;
    transition: all .2s
}

.plbtnf {
    background: rgba(22,126,156,.15);
    color: var(--p);
    border: 1px solid rgba(22,126,156,.35) !important
}

    .plbtnf:hover {
        background: rgba(22,126,156,.28)
    }

.plbtnb {
    background: linear-gradient(135deg,var(--gs),var(--ge));
    color: #fff
}

    .plbtnb:hover {
        opacity: .9;
        box-shadow: 0 8px 22px rgba(141,73,163,.4)
    }

.snote {
    text-align: center;
    margin-top: 16px;
    font-size:1rem;
    color: #2a4a5e
}

/* Light Toast UI */
#tc {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.ti {
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
    min-width: 270px;
    max-width: 330px;
    transform: translateX(120%);
    opacity: 0;
    transition: all .4s cubic-bezier(.34,1.56,.64,1);
}

    .ti.show {
        transform: translateX(0);
        opacity: 1;
    }

    .ti.terr {
        border-color: rgba(239,68,68,.25);
        background: #fef2f2;
    }

    .ti.twarn {
        border-color: rgba(217,119,6,.25);
        background: #fffbeb;
    }

.tii {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .9rem;
}

.tis {
    background: rgba(16,185,129,.12);
    color: #10b981;
}

.tie {
    background: rgba(239,68,68,.12);
    color: #ef4444;
}

.tiw {
    background: rgba(245,158,11,.12);
    color: #d97706;
}

.ttx h6 {
    color: #0f172a;
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
    margin: 0 0 3px;
    font-weight: 700;
    line-height: 1.2;
}

.ttx p {
    color: #64748b;
    font-size: .76rem;
    margin: 0;
    line-height: 1.4;
}

.tcl {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    margin-left: auto;
    font-size: 1.1rem;
    padding: 2px;
    flex-shrink: 0;
    transition: .2s ease;
}

    .tcl:hover {
        color: #0f172a;
    }

.char-count {
    font-size: .72rem;
    color: #94a3b8;
    text-align: right;
    margin-top: 4px;
}

.hidden {
    display: none !important;
}

.fi {
    animation: fup .35s ease both;
}

@keyframes fup {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*-----------Grid--------------*/
@media (min-width: 768px) {
    .container {
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

/* NEW - large screens ke liye */
@media (min-width: 1400px) {
    .container, .nav-header-container {
        width: 100% !important;
        max-width: 1320px !important;
    }
}

@media (min-width: 1600px) {
    .container, .nav-header-container {
        width: 100% !important;
        max-width: 1450px !important;
    }
}

@media (min-width: 1800px) {
    .container, .nav-header-container {
        width: 100% !important;
        max-width: 1600px !important;
    }
}

.btn-area {
    text-align: end;
}

    .btn-area .main-btn {
        width: auto;
        margin-left: auto;
        border-radius: 12px;
        padding: 14px 25px;
    }
#otpView .main-btn {
    width:100%;
}
#otpView p{
    text-align:center;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}





.faq-wrap {
    padding: 80px 0;
    background:#fff;
    position: relative;
}

.faq-head {
    text-align: center;
    margin-bottom: 50px;
}

.faq-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgb(221 235 241);
    color: #167e9c;
    margin-bottom: 16px;
    border: 1px solid rgba(37, 99, 235, .12);
    line-height: 1.5;
    margin-bottom: 10px;
}

.faq-head h2 {
    font-size: 38px;
    font-weight: 800;
    color: var(--td);
    margin: 0 0 12px;
    line-height: 1.2;
    letter-spacing: -.5px;
    margin-bottom: 13px;
}

.faq-head p {
    font-size: 18px;
    color: #333;
    margin: 0 auto;
    line-height: 1.8;
    max-width: 620px;
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease;
}

    .faq-item:hover {
        transform: translateY(-2px);
        border-color: #cbd5e1;
        box-shadow: 0 16px 40px rgba(15,23,42,.08);
    }

    .faq-item.open {
        border-color: rgba(37,99,235,.25);
        box-shadow: 0 20px 45px rgba(37,99,235,.08);
    }

.faq-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    transition: .25s ease;
}

    .faq-btn:hover {
        background: #f8fafc;
    }

.faq-q {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.6;
    margin: 0;
}

.faq-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

.faq-item.open .faq-icon {
    background: linear-gradient(135deg, var(--gs), var(--ge));
    border-color: #2563eb;
    transform: rotate(45deg);
}

.faq-icon i {
    font-size: 16px;
    color: #64748b;
    transition: .3s ease;
}

.faq-item.open .faq-icon i {
    color: #fff;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

    .faq-body.open {
        max-height: 400px;
    }

.faq-ans {
    padding: 0 24px 22px;
    font-size: 1.2rem;
    color: var(--color-text-secondary);
    line-height: 1.9;
    margin: 0;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

/* Mobile */
@media(max-width:768px) {

    .faq-wrap {
        padding: 60px 0;
    }

    .faq-head {
        margin-bottom: 35px;
    }

        .faq-head h2 {
            font-size: 28px;
        }

        .faq-head p {
            font-size: 14px;
        }

    .faq-btn {
        padding: 18px;
    }

    .faq-q {
        font-size: 15px;
    }

    .faq-ans {
        padding: 0 18px 20px;
        padding-top: 14px;
        font-size: 13.5px;
    }

    .faq-icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }
}




/* ── STICKY STEP-ACTIONS ── */
.step-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}


/* sticky bar — default off */
.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: rgba(255,255,255,.96);
    border-top: 1.5px solid #e2eaf2;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    transform: translateY(100%);
    transition: transform .28s ease, opacity .28s ease;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(8px);
}


.step-actions .back-btn-step {
    margin-right: auto;
}


    /* visible state */
    .sticky-bar.visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    /* mirror the same btn styles inside sticky bar */
    .sticky-bar .main-btn,
    .sticky-bar .back-btn-step,
    .sticky-bar .sec-btn {
        margin-top: 0;
    }


    /*------------20-05-2026*/

/* ── HERO AUTH CARD ── */
.hero-auth-card {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    padding: 28px;
    backdrop-filter: blur(16px)
}

.hac-tag {
    display: inline-flex;
    align-items: center;
    background: rgba(22,126,156,.18);
    border: 1px solid rgba(22,126,156,.35);
    color: #5ec9e8;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 16px
}

.hac-title {
    font-family: 'Roboto',sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.2
}

.hac-sub {
    font-size: .86rem;
    color: rgba(255,255,255,.55);
    margin-bottom: 20px;
    line-height: 1.6
}

.hac-trust {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.08)
}

    .hac-trust span {
        font-size: .73rem;
        color: rgba(255,255,255,.45);
        display: flex;
        align-items: center;
        gap: 5px
    }

    .hac-trust i {
        color: rgba(22,126,156,.7);
        font-size: .72rem
    }

.hli-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    color: rgba(255,255,255,.75);
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(255,255,255,.07)
}

    .hli-row i {
        color: rgba(22,126,156,.7);
        font-size: 1.1rem;
        width: 14px;
        text-align: center;
        flex-shrink: 0
    }

/* For existing users - profile section hidden */
.profile-section.hidden-section {
    display: none;
}

/* For new users - both visible */
.profile-section.visible-section {
    display: block;
}

.org-section {
    display: block;
}

/* For existing logged-in users - hide profile section */
.logged-in .profile-section {
    display: none;
}

.logged-in .org-section {
    display: block;
}
#newOrgForm {
    display: none;
}

#companyDropdownWrapper {
    display: none;
}

/* Override any hidden visibility */
#step3,
#step3 .step-actions,
#step3 .main-btn,
#step3 .brand-card {
    visibility: visible !important;
}

    /* Ensure step 3 is displayed when active */
    #step3:not(.hidden) {
        display: block !important;
        visibility: visible !important;
    }

/* Permanent fix for step visibility */
.sbody.hidden {
    display: none !important;
}

.sbody:not(.hidden) {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 300px !important;
    overflow: visible !important;
}

/* Specific fix for Step 4 */
#step4 {
    display: block;
    min-height: 500px;
}

    #step4.hidden {
        display: none;
    }

    #step4:not(.hidden) {
        display: block !important;
        visibility: visible !important;
    }

    /* Fix for screening questions container */
    #step4 .q-builder {
        display: block !important;
        visibility: visible !important;
    }

    #step4 .q-item {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        margin: 10px 0;
        background-color: #f8fafc;
        border: 1px solid #e2eaf2;
        border-radius: 8px;
    }

    /*scroll problem*/

/* ============================================================
   SCROLL PERFORMANCE PATCH — CSS
   Apne page ke <style> tag mein paste karo
   Ya ek alag .css file mein add karo
   ============================================================ */

/* ── FIX 1: Country list ko GPU layer pe daalo ──────────────
   200+ li items ka scroll browser ko slow karta tha.
   contain + will-change se browser isko isolate kar leta hai. */
.iti__country-list {
    contain: strict; /* layout/paint bahar affect nahi karega */
    will-change: scroll-position; /* GPU layer bana deta hai */
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
    overflow-y: auto;
    max-height: 185px; /* fixed height — poora DOM ek baar render */
    overscroll-behavior: contain; /* page scroll block nahi karega */
}

/* ── FIX 2: Har country item ko composite layer pe daalo ─── */
.iti__country {
    contain: layout style; /* har item independent render hoga */
}

/* ── FIX 3: Flag images — layout shift rokne ke liye ───────*/
.iti__flag {
    will-change: auto;
    transform: translateZ(0); /* GPU rasterize */
}

/* ── FIX 4: Dropdown wrapper overflow isolate karo ─────────*/
.iti {
    contain: layout;
}

/* ── FIX 5: Location suggestions dropdown ───────────────── */
#locationSuggestions {
    contain: layout style;
    will-change: transform;
    overscroll-behavior: contain;
}

/* ── FIX 6: Company + Org dropdowns ─────────────────────── */
#orgSelect,
#orgCompanySelect {
    contain: layout;
}

/* ============================================================
   SCROLL PERFORMANCE PATCH — JS
   Apni purani JS ke END mein paste karo
   ============================================================ */