
/*
|--------------------------------------------------------------------------
| HotelShift v1.7.1 Password Reset Marketing Fix
|--------------------------------------------------------------------------
| Directly styles the existing forgot-password screen.
*/

.hs-reset-page-body{
    min-height:100vh;
    margin:0;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    background:
        radial-gradient(circle at 10% 8%, rgba(15,179,122,.13), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(56,189,248,.13), transparent 30%),
        linear-gradient(135deg,#f7fbfa,#f2faf6);
    color:#0f172a;
}

.hs-reset-shell{
    min-height:calc(100vh - 44px);
    width:min(1480px, calc(100% - 54px));
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(420px,560px) 1fr;
    gap:34px;
    align-items:stretch;
    padding:42px 0 16px;
}

.hs-reset-card{
    background:rgba(255,255,255,.92);
    border:1px solid rgba(15,23,42,.065);
    border-radius:34px;
    padding:54px 54px 44px;
    box-shadow:0 26px 72px rgba(16,24,40,.10);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

.hs-reset-brand{
    display:flex;
    align-items:center;
    gap:18px;
}

.hs-reset-logo{
    width:66px;
    height:66px;
    border-radius:22px;
    background:linear-gradient(135deg,#15b981,#07885f);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    box-shadow:0 18px 42px rgba(15,179,122,.28);
}

.hs-reset-brand strong{
    display:block;
    font-size:30px;
    line-height:1;
    letter-spacing:-.045em;
    color:#0f172a;
}

.hs-reset-brand span{
    display:block;
    color:#07885f;
    font-size:14px;
    font-weight:750;
    margin-top:6px;
}

.hs-reset-divider{
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(15,23,42,.12),transparent);
    margin:42px 0 34px;
}

.hs-reset-eyebrow{
    display:inline-flex;
    color:#07885f;
    text-transform:uppercase;
    font-size:12px;
    font-weight:850;
    letter-spacing:.14em;
    margin-bottom:10px;
}

.hs-reset-intro h1{
    font-size:42px;
    line-height:1.04;
    letter-spacing:-.055em;
    margin:0 0 15px;
    color:#0f172a;
    font-weight:850;
}

.hs-reset-intro p{
    margin:0 0 34px;
    color:#667085;
    font-size:17px;
    line-height:1.65;
}

.hs-reset-alert{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:13px 15px;
    border-radius:18px;
    background:rgba(239,68,68,.08);
    color:#b42318;
    font-size:13px;
    font-weight:650;
    margin-bottom:18px;
}

.hs-reset-alert.success{
    background:rgba(15,179,122,.10);
    color:#087a58;
}

.hs-reset-form{
    display:grid;
    gap:21px;
}

.hs-reset-field > span{
    display:block;
    color:#344054;
    font-size:14px;
    font-weight:800;
    margin-bottom:9px;
}

.hs-reset-input,
.hs-reset-select-wrap{
    min-height:62px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(15,23,42,.105);
    display:flex;
    align-items:center;
    box-shadow:0 12px 28px rgba(16,24,40,.045);
    transition:border-color .18s ease, box-shadow .18s ease;
}

.hs-reset-input:focus-within,
.hs-reset-select-wrap:focus-within{
    border-color:rgba(15,179,122,.48);
    box-shadow:0 0 0 4px rgba(15,179,122,.10), 0 14px 32px rgba(16,24,40,.055);
}

.hs-reset-input i,
.hs-reset-select-wrap > i{
    width:58px;
    min-width:58px;
    text-align:center;
    color:#667085;
    font-size:23px;
}

.hs-reset-input input,
.hs-reset-select-wrap select{
    width:100%;
    min-width:0;
    border:0;
    outline:0;
    background:transparent;
    color:#0f172a;
    font-size:15px;
    font-weight:650;
    height:60px;
    padding:0 16px 0 0;
}

.hs-reset-input input::placeholder{
    color:#98a2b3;
}

.hs-reset-select-wrap{
    position:relative;
    overflow:hidden;
}

.hs-reset-select-wrap select{
    appearance:none;
    -webkit-appearance:none;
    cursor:pointer;
    padding-right:58px;
}

.hs-reset-select-wrap em{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
    color:#667085;
    font-size:24px;
    font-style:normal;
}

.hs-reset-primary{
    margin-top:4px;
    min-height:62px;
    border:0;
    border-radius:22px;
    background:linear-gradient(135deg,#18bf86,#07885f);
    color:#fff;
    font-size:16px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    box-shadow:0 18px 42px rgba(15,179,122,.28);
}

.hs-reset-primary i{
    font-size:21px;
}

.hs-reset-or{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:18px;
    margin:34px 0 28px;
}

.hs-reset-or span{
    height:1px;
    background:rgba(15,23,42,.10);
}

.hs-reset-or small{
    color:#98a2b3;
    font-weight:800;
    font-size:12px;
}

.hs-reset-back{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    color:#07885f;
    text-decoration:none;
    font-size:15px;
    font-weight:800;
}

.hs-reset-support{
    text-align:center;
    color:#667085;
    font-size:14px;
    margin-top:52px;
}

.hs-reset-support strong{
    color:#07885f;
}

.hs-reset-marketing-panel{
    position:relative;
    min-height:760px;
    border-radius:34px;
    overflow:hidden;
    background:
        linear-gradient(90deg, rgba(245,250,246,.92), rgba(245,250,246,.58), rgba(245,250,246,.18)),
        url('/assets/images/auth/hotelshift-reset-resort.svg');
    background-size:cover;
    background-position:center right;
    box-shadow:0 30px 76px rgba(16,24,40,.12);
    border:1px solid rgba(15,23,42,.06);
}

.hs-reset-marketing-bg{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 20% 16%, rgba(15,179,122,.15), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.26));
}

.hs-reset-marketing-content{
    position:relative;
    z-index:2;
    padding:82px 70px;
    max-width:610px;
}

.hs-reset-marketing-badge{
    width:74px;
    height:74px;
    border-radius:25px;
    background:rgba(15,179,122,.14);
    color:#087a58;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    margin-bottom:42px;
    box-shadow:inset 0 0 0 1px rgba(15,179,122,.13);
}

.hs-reset-marketing-content h2{
    font-size:64px;
    line-height:.97;
    letter-spacing:-.06em;
    color:#12372f;
    margin:0 0 28px;
    font-weight:900;
}

.hs-reset-marketing-content > p{
    color:#344054;
    font-size:21px;
    line-height:1.62;
    margin:0 0 42px;
}

.hs-reset-feature-list{
    display:grid;
    gap:18px;
}

.hs-reset-feature-item{
    display:flex;
    align-items:flex-start;
    gap:17px;
    padding:18px 19px;
    border-radius:24px;
    background:rgba(255,255,255,.56);
    border:1px solid rgba(255,255,255,.58);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.hs-reset-feature-item i{
    width:52px;
    height:52px;
    min-width:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:rgba(15,179,122,.12);
    color:#087a58;
    font-size:26px;
}

.hs-reset-feature-item strong{
    display:block;
    color:#0f172a;
    font-size:16px;
    margin-bottom:5px;
    font-weight:850;
}

.hs-reset-feature-item span{
    color:#475467;
    font-size:14px;
    line-height:1.55;
}

.hs-reset-tagline{
    margin-top:42px;
    color:#07885f;
    font-size:34px;
    font-weight:850;
    letter-spacing:-.045em;
}

.hs-reset-copyright{
    text-align:center;
    color:#667085;
    font-size:13px;
    padding:0 0 18px;
}

@media (max-width:1180px){
    .hs-reset-shell{
        grid-template-columns:1fr;
        width:min(720px, calc(100% - 38px));
    }

    .hs-reset-marketing-panel{
        min-height:460px;
    }

    .hs-reset-marketing-content{
        padding:48px;
    }

    .hs-reset-marketing-content h2{
        font-size:48px;
    }
}

@media (max-width:768px){
    .hs-reset-shell{
        width:100%;
        min-height:100vh;
        padding:16px;
        display:block;
    }

    .hs-reset-card{
        padding:28px 22px;
        border-radius:30px;
    }

    .hs-reset-brand strong{
        font-size:25px;
    }

    .hs-reset-logo{
        width:58px;
        height:58px;
        border-radius:20px;
        font-size:30px;
    }

    .hs-reset-divider{
        margin:28px 0 24px;
    }

    .hs-reset-intro h1{
        font-size:31px;
    }

    .hs-reset-intro p{
        font-size:14px;
        line-height:1.55;
        margin-bottom:24px;
    }

    .hs-reset-form{
        gap:16px;
    }

    .hs-reset-input,
    .hs-reset-select-wrap,
    .hs-reset-primary{
        min-height:54px;
        border-radius:19px;
    }

    .hs-reset-input i,
    .hs-reset-select-wrap > i{
        width:48px;
        min-width:48px;
        font-size:20px;
    }

    .hs-reset-input input,
    .hs-reset-select-wrap select{
        height:52px;
        font-size:14px;
    }

    .hs-reset-select-wrap em{
        right:14px;
        font-size:22px;
    }

    .hs-reset-marketing-panel{
        display:none;
    }

    .hs-reset-support{
        margin-top:34px;
    }

    .hs-reset-copyright{
        font-size:12px;
        padding-bottom:14px;
    }
}



/* HotelShift v1.7.2 — Password reset scale aligned with login page */

.hs-reset-shell{
    min-height:calc(100vh - 36px) !important;
    width:min(1180px, calc(100% - 48px)) !important;
    grid-template-columns:minmax(360px,480px) 1fr !important;
    gap:28px !important;
    padding:30px 0 12px !important;
}

.hs-reset-card{
    border-radius:30px !important;
    padding:34px 36px 30px !important;
}

.hs-reset-logo{
    width:54px !important;
    height:54px !important;
    border-radius:18px !important;
    font-size:27px !important;
}

.hs-reset-brand{
    gap:14px !important;
}

.hs-reset-brand strong{
    font-size:24px !important;
}

.hs-reset-brand span{
    font-size:12.5px !important;
    margin-top:4px !important;
}

.hs-reset-divider{
    margin:26px 0 24px !important;
}

.hs-reset-eyebrow{
    font-size:11px !important;
    margin-bottom:8px !important;
}

.hs-reset-intro h1{
    font-size:30px !important;
    line-height:1.08 !important;
    margin-bottom:10px !important;
}

.hs-reset-intro p{
    font-size:14.5px !important;
    line-height:1.55 !important;
    margin-bottom:24px !important;
}

.hs-reset-form{
    gap:16px !important;
}

.hs-reset-field > span{
    font-size:12.5px !important;
    margin-bottom:7px !important;
}

.hs-reset-input,
.hs-reset-select-wrap{
    min-height:52px !important;
    border-radius:18px !important;
}

.hs-reset-input i,
.hs-reset-select-wrap > i{
    width:46px !important;
    min-width:46px !important;
    font-size:18px !important;
}

.hs-reset-input input,
.hs-reset-select-wrap select{
    height:50px !important;
    font-size:14px !important;
    font-weight:600 !important;
}

.hs-reset-select-wrap em{
    right:13px !important;
    font-size:20px !important;
}

.hs-reset-primary{
    min-height:52px !important;
    border-radius:18px !important;
    font-size:14px !important;
    margin-top:2px !important;
}

.hs-reset-primary i{
    font-size:18px !important;
}

.hs-reset-or{
    margin:24px 0 21px !important;
    gap:13px !important;
}

.hs-reset-back{
    font-size:13.5px !important;
}

.hs-reset-support{
    font-size:13px !important;
    margin-top:34px !important;
}

.hs-reset-marketing-panel{
    min-height:610px !important;
    border-radius:30px !important;
}

.hs-reset-marketing-content{
    padding:54px 52px !important;
    max-width:520px !important;
}

.hs-reset-marketing-badge{
    width:58px !important;
    height:58px !important;
    border-radius:20px !important;
    font-size:27px !important;
    margin-bottom:28px !important;
}

.hs-reset-marketing-content h2{
    font-size:44px !important;
    line-height:1 !important;
    margin-bottom:20px !important;
}

.hs-reset-marketing-content > p{
    font-size:16px !important;
    line-height:1.58 !important;
    margin-bottom:28px !important;
}

.hs-reset-feature-list{
    gap:13px !important;
}

.hs-reset-feature-item{
    padding:13px 14px !important;
    border-radius:18px !important;
    gap:13px !important;
}

.hs-reset-feature-item i{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    border-radius:14px !important;
    font-size:20px !important;
}

.hs-reset-feature-item strong{
    font-size:13.5px !important;
    margin-bottom:3px !important;
}

.hs-reset-feature-item span{
    font-size:12px !important;
    line-height:1.45 !important;
}

.hs-reset-tagline{
    margin-top:28px !important;
    font-size:24px !important;
}

.hs-reset-copyright{
    font-size:12px !important;
    padding-bottom:12px !important;
}

@media (max-width:1180px){
    .hs-reset-shell{
        width:min(620px, calc(100% - 36px)) !important;
        grid-template-columns:1fr !important;
    }

    .hs-reset-marketing-panel{
        display:none !important;
    }
}

@media (max-width:768px){
    .hs-reset-shell{
        width:100% !important;
        padding:18px !important;
        min-height:100vh !important;
    }

    .hs-reset-card{
        padding:24px 20px !important;
        border-radius:28px !important;
    }

    .hs-reset-logo{
        width:50px !important;
        height:50px !important;
        border-radius:17px !important;
        font-size:25px !important;
    }

    .hs-reset-brand strong{
        font-size:22px !important;
    }

    .hs-reset-intro h1{
        font-size:27px !important;
    }

    .hs-reset-intro p{
        font-size:13.5px !important;
    }

    .hs-reset-input,
    .hs-reset-select-wrap,
    .hs-reset-primary{
        min-height:50px !important;
        border-radius:17px !important;
    }

    .hs-reset-input input,
    .hs-reset-select-wrap select{
        height:48px !important;
        font-size:13.5px !important;
    }

    .hs-reset-support{
        margin-top:28px !important;
    }
}



/* ===== HotelShift v1.7.3 Password Reset Typography Refinement ===== */

.hs-reset-brand strong{
    font-weight:650 !important;
    letter-spacing:-.035em !important;
}

.hs-reset-intro h1{
    font-weight:650 !important;
    letter-spacing:-.038em !important;
    line-height:1.12 !important;
}

.hs-reset-intro p{
    font-weight:450 !important;
    line-height:1.62 !important;
}

.hs-reset-field > span{
    font-weight:650 !important;
}

.hs-reset-input input,
.hs-reset-select-wrap select{
    font-weight:550 !important;
}

.hs-reset-primary{
    font-weight:650 !important;
}

.hs-reset-marketing-content h2{
    font-weight:650 !important;
    letter-spacing:-.045em !important;
    line-height:1.06 !important;
}

.hs-reset-marketing-content > p{
    font-weight:450 !important;
    line-height:1.6 !important;
}

.hs-reset-feature-item strong{
    font-weight:650 !important;
}

.hs-reset-feature-item span{
    font-weight:450 !important;
}

.hs-reset-tagline{
    font-weight:650 !important;
    letter-spacing:-.035em !important;
}

/* Make select look consistent and not browser-heavy */
.hs-reset-select-wrap select{
    color:#172033 !important;
    padding-right:48px !important;
}

.hs-reset-select-wrap em{
    opacity:.72 !important;
}

@media(max-width:768px){
    .hs-reset-intro h1{
        font-size:26px !important;
        font-weight:650 !important;
    }

    .hs-reset-brand strong{
        font-size:21px !important;
    }

    .hs-reset-field > span{
        font-size:12px !important;
    }
}



/* ===== HotelShift v1.7.6 Mobile Reset Spacing Fix - appended to full CSS ===== */
@media (max-width:768px){
    html,
    body.hs-reset-page-body{
        width:100% !important;
        max-width:100% !important;
        overflow-x:hidden !important;
    }

    .hs-reset-shell{
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
        padding:14px !important;
        box-sizing:border-box !important;
        display:block !important;
    }

    .hs-reset-card{
        width:100% !important;
        max-width:100% !important;
        margin:0 auto !important;
        padding:24px 18px !important;
        border-radius:28px !important;
        box-sizing:border-box !important;
        overflow:hidden !important;
    }

    .hs-reset-brand,
    .hs-reset-intro,
    .hs-reset-form,
    .hs-reset-field,
    .hs-reset-input,
    .hs-reset-select-wrap,
    .hs-reset-primary,
    .hs-reset-or,
    .hs-reset-back,
    .hs-reset-support{
        width:100% !important;
        max-width:100% !important;
        box-sizing:border-box !important;
    }

    .hs-reset-input,
    .hs-reset-select-wrap{
        display:flex !important;
        min-width:0 !important;
    }

    .hs-reset-input input,
    .hs-reset-select-wrap select{
        min-width:0 !important;
        max-width:100% !important;
        box-sizing:border-box !important;
    }

    .hs-reset-select-wrap em{
        right:12px !important;
    }

    .hs-reset-marketing-panel{
        display:none !important;
    }
}
