/* ============================================================
   TRAVEL09 CUSTOMER PORTAL
   FORGOT PASSWORD
   ============================================================ */

.forgot-password-page,
.forgot-password-page *,
.forgot-password-page *::before,
.forgot-password-page *::after{
    box-sizing:border-box;
}

.forgot-password-page{
    --fp-navy:#071E32;
    --fp-deep:#03131F;
    --fp-teal:#087E8B;
    --fp-aqua:#16B8C4;
    --fp-gold:#D6AD60;

    --fp-text:#173447;
    --fp-muted:#6E8190;
    --fp-border:#DCE6EB;
    --fp-soft:#F5F8FA;

    --fp-green:#2C805A;
    --fp-danger:#8B4038;

    color:var(--fp-text);

    font-size:16px;
    line-height:1.6;

    background:#FFFFFF;
}


/* ============================================================
   HERO
   ============================================================ */

.forgot-password-hero{
    position:relative;

    overflow:hidden;

    padding:76px 0 84px;

    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(22,184,196,.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(214,173,96,.08),
            transparent 25%
        ),
        linear-gradient(
            145deg,
            #03131F,
            #071E32 58%,
            #0A2D45
        );
}

.forgot-password-hero::before{
    content:"";

    position:absolute;

    inset:0;

    pointer-events:none;

    opacity:.16;

    background-image:
        linear-gradient(
            rgba(255,255,255,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.035) 1px,
            transparent 1px
        );

    background-size:48px 48px;
}


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

.forgot-password-shell{
    position:relative;

    z-index:2;

    width:min(
        calc(100% - 64px),
        1320px
    );

    margin:auto;

    display:grid;

    grid-template-columns:
        minmax(0,1fr)
        470px;

    gap:76px;

    align-items:center;
}


/* ============================================================
   INTRO
   ============================================================ */

.forgot-password-intro{
    min-width:0;

    color:#FFFFFF;
}

.forgot-password-eyebrow{
    display:block;

    margin-bottom:16px;

    color:#86E3E8;

    font-size:12px;

    font-weight:850;

    letter-spacing:.12em;

    text-transform:uppercase;
}

.forgot-password-intro h1{
    max-width:730px;

    margin:0;

    color:#FFFFFF;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:clamp(
        48px,
        5vw,
        75px
    );

    font-weight:600;

    line-height:1;

    letter-spacing:-.045em;
}

.forgot-password-intro h1 em{
    display:block;

    margin-top:8px;

    background:
        linear-gradient(
            90deg,
            #A2EEF2,
            #72DDE4,
            #D8B76E
        );

    -webkit-background-clip:text;
    background-clip:text;

    -webkit-text-fill-color:transparent;

    font-style:normal;
}

.forgot-password-intro > p{
    max-width:680px;

    margin:22px 0 0;

    color:#B9CDD8;

    font-size:16px;

    line-height:1.78;
}


/* ============================================================
   SECURITY LIST
   ============================================================ */

.forgot-password-security-list{
    display:grid;

    gap:11px;

    max-width:720px;

    margin-top:32px;
}

.forgot-password-security-list article{
    display:grid;

    grid-template-columns:
        44px
        minmax(0,1fr);

    gap:14px;

    align-items:start;

    padding:14px 16px;

    border:
        1px solid
        rgba(255,255,255,.11);

    border-radius:13px;

    background:
        rgba(255,255,255,.04);
}

.forgot-password-security-list
article > span{
    width:44px;
    height:44px;

    display:grid;

    place-items:center;

    border-radius:11px;

    background:
        rgba(22,184,196,.13);

    color:#8BE4EA;

    font-size:11px;

    font-weight:900;
}

.forgot-password-security-list strong{
    display:block;

    color:#FFFFFF;

    font-size:14px;
}

.forgot-password-security-list p{
    margin:4px 0 0;

    color:#9FB5C1;

    font-size:13px;

    line-height:1.55;
}


/* ============================================================
   DESTINATIONS
   ============================================================ */

.forgot-password-destinations{
    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:10px;

    max-width:720px;

    margin-top:24px;
}

.forgot-password-destinations > div{
    padding:15px 16px;

    border:
        1px solid
        rgba(255,255,255,.10);

    border-radius:12px;
}

.forgot-password-destinations small{
    display:block;

    color:#7DDCE3;

    font-size:10px;

    font-weight:850;

    letter-spacing:.08em;
}

.forgot-password-destinations strong{
    display:block;

    margin-top:4px;

    color:#D4E2E9;

    font-size:12px;
}


/* ============================================================
   CARD
   ============================================================ */

.forgot-password-card{
    width:100%;

    min-height:470px;

    padding:34px;

    border:
        1px solid
        rgba(255,255,255,.16);

    border-radius:24px;

    background:
        rgba(255,255,255,.985);

    box-shadow:
        0 34px 100px
        rgba(0,0,0,.28);
}

.forgot-password-card__head{
    margin-bottom:26px;
}

.forgot-password-card__head > span{
    color:var(--fp-teal);

    font-size:11px;

    font-weight:850;

    letter-spacing:.10em;

    text-transform:uppercase;
}

.forgot-password-card__head h2{
    margin:7px 0 5px;

    color:var(--fp-navy);

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:37px;

    font-weight:600;

    line-height:1.1;
}

.forgot-password-card__head p{
    margin:0;

    color:var(--fp-muted);

    font-size:13px;

    line-height:1.6;
}


/* ============================================================
   ALERT
   ============================================================ */

.forgot-password-alert{
    margin-bottom:20px;

    padding:14px 15px;

    border:1px solid #EFCBC5;

    border-radius:11px;

    background:#FFF5F3;

    color:var(--fp-danger);

    font-size:12px;
}

.forgot-password-alert strong{
    display:block;

    margin-bottom:5px;
}

.forgot-password-alert ul{
    margin:0 0 0 18px;

    padding:0;
}

.forgot-password-alert li{
    margin:3px 0;
}


/* ============================================================
   INFORMATION NOTICE
   ============================================================ */

.forgot-password-info{
    margin-bottom:20px;

    padding:12px 14px;

    border:1px solid #CEE5E8;

    border-radius:10px;

    background:#F3FAFA;

    color:#35656B;

    font-size:11px;

    line-height:1.55;
}


/* ============================================================
   FORM
   ============================================================ */

.forgot-password-form{
    display:grid;

    gap:20px;
}

.forgot-password-field{
    min-width:0;
}

.forgot-password-field > label{
    display:block;

    margin-bottom:8px;

    color:#253F55;

    font-size:13px;

    font-weight:800;
}


/* ============================================================
   EMAIL CONTROL
   ============================================================ */

.forgot-password-field__control{
    min-width:0;

    min-height:54px;

    display:grid;

    grid-template-columns:
        44px
        minmax(0,1fr);

    align-items:center;

    overflow:hidden;

    border:1px solid #D6E1E7;

    border-radius:11px;

    background:#FFFFFF;

    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.forgot-password-field__control:focus-within{
    border-color:#78B4BA;

    box-shadow:
        0 0 0 3px
        rgba(8,126,139,.08);
}

.forgot-password-field__control > span{
    display:grid;

    place-items:center;

    color:#78909C;
}

.forgot-password-field__control svg{
    width:18px;
    height:18px;

    fill:none;
    stroke:currentColor;

    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.forgot-password-field__control input{
    width:100%;

    min-width:0;
    min-height:52px;

    padding:
        0
        14px
        0
        0;

    border:0;

    outline:0;

    background:transparent;

    color:#173447;

    font-family:inherit;

    font-size:15px;
}

.forgot-password-field__control
input::placeholder{
    color:#9BA9B2;
}

.forgot-password-field > small{
    display:block;

    margin-top:7px;

    color:#7C8E99;

    font-size:10px;

    line-height:1.45;
}


/* ============================================================
   SUBMIT
   ============================================================ */

.forgot-password-submit{
    min-height:54px;

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:15px;

    padding:0 18px;

    border:0;

    border-radius:11px;

    background:
        linear-gradient(
            135deg,
            var(--fp-teal),
            var(--fp-aqua)
        );

    color:#FFFFFF;

    cursor:pointer;

    font-family:inherit;

    font-size:13px;

    font-weight:850;

    box-shadow:
        0 15px 30px
        rgba(8,126,139,.20);

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.forgot-password-submit:hover{
    transform:
        translateY(-1px);

    box-shadow:
        0 18px 34px
        rgba(8,126,139,.24);
}

.forgot-password-submit strong{
    font-size:18px;
}


/* ============================================================
   BACK LINK
   ============================================================ */

.forgot-password-back{
    display:flex;

    align-items:center;
    justify-content:center;

    flex-wrap:wrap;

    gap:6px;

    margin-top:22px;

    padding-top:20px;

    border-top:
        1px solid
        #E4EAEE;

    color:#748793;

    font-size:12px;
}

.forgot-password-back a{
    color:var(--fp-teal);

    text-decoration:none;

    font-weight:850;
}


/* ============================================================
   SUPPORT
   ============================================================ */

.forgot-password-support{
    display:grid;

    grid-template-columns:
        36px
        minmax(0,1fr);

    gap:11px;

    margin-top:18px;

    padding:13px;

    border-radius:11px;

    background:#F4F8F9;
}

.forgot-password-support > span{
    width:36px;
    height:36px;

    display:grid;

    place-items:center;

    border-radius:9px;

    background:#E4F3F4;

    color:#087E8B;
}

.forgot-password-support svg{
    width:17px;
    height:17px;

    fill:none;
    stroke:currentColor;

    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.forgot-password-support strong{
    display:block;

    color:#345468;

    font-size:11px;
}

.forgot-password-support p{
    margin:3px 0 6px;

    color:#758993;

    font-size:9px;

    line-height:1.5;
}

.forgot-password-support a{
    color:#087E8B;

    font-size:9px;

    font-weight:850;

    text-decoration:none;
}


/* ============================================================
   SUCCESS
   ============================================================ */

.forgot-password-success{
    min-height:400px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;
}

.forgot-password-success__icon{
    width:58px;
    height:58px;

    display:grid;

    place-items:center;

    margin-bottom:16px;

    border-radius:15px;

    background:#E5F6ED;

    color:#2C805A;

    font-size:21px;

    font-weight:900;
}

.forgot-password-success__eyebrow{
    color:#2C805A;

    font-size:9px;

    font-weight:900;

    letter-spacing:.10em;
}

.forgot-password-success h2{
    margin:7px 0 8px;

    color:#071E32;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:36px;

    font-weight:600;

    line-height:1.1;
}

.forgot-password-success > p{
    max-width:380px;

    margin:0;

    color:#6F838F;

    font-size:12px;

    line-height:1.65;
}

.forgot-password-success__email{
    width:100%;

    margin-top:19px;

    padding:13px;

    border:1px solid #DDE7EB;

    border-radius:10px;

    background:#F8FAFB;
}

.forgot-password-success__email span{
    display:block;

    color:#86959E;

    font-size:9px;
}

.forgot-password-success__email strong{
    display:block;

    margin-top:2px;

    overflow-wrap:anywhere;

    color:#28485C;

    font-size:12px;
}

.forgot-password-success__actions{
    width:100%;

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:8px;

    margin-top:18px;
}

.forgot-password-button{
    min-height:44px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:0 12px;

    border-radius:9px;

    font-size:10px;

    font-weight:850;

    text-decoration:none;
}

.forgot-password-button--primary{
    background:#087E8B;

    color:#FFFFFF;
}

.forgot-password-button--secondary{
    border:1px solid #DCE5EA;

    background:#FFFFFF;

    color:#315065;
}

.forgot-password-success > small{
    margin-top:16px;

    color:#98A5AD;

    font-size:8px;

    line-height:1.5;
}


/* ============================================================
   TRUST SECTION
   ============================================================ */

.forgot-password-trust{
    padding:76px 0;

    background:var(--fp-soft);
}

.forgot-password-trust__shell{
    width:min(
        calc(100% - 64px),
        1160px
    );

    margin:auto;
}

.forgot-password-trust header{
    max-width:760px;

    margin-bottom:30px;
}

.forgot-password-trust header > span{
    color:#087E8B;

    font-size:10px;

    font-weight:900;

    letter-spacing:.10em;
}

.forgot-password-trust h2{
    margin:8px 0 7px;

    color:#071E32;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:clamp(
        34px,
        4vw,
        49px
    );

    font-weight:600;

    line-height:1.08;
}

.forgot-password-trust header p{
    margin:0;

    color:#6E8190;

    font-size:13px;

    line-height:1.65;
}

.forgot-password-trust__grid{
    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:14px;
}

.forgot-password-trust__grid article{
    padding:21px;

    border:1px solid #DCE6EB;

    border-radius:15px;

    background:#FFFFFF;
}

.forgot-password-trust__grid
article > span{
    color:#087E8B;

    font-size:9px;

    font-weight:900;

    letter-spacing:.08em;
}

.forgot-password-trust__grid strong{
    display:block;

    margin-top:7px;

    color:#12364D;

    font-size:14px;
}

.forgot-password-trust__grid p{
    margin:6px 0 0;

    color:#6E8190;

    font-size:11px;

    line-height:1.6;
}


/* ============================================================
   TABLET
   ============================================================ */

@media(max-width:1050px){

    .forgot-password-shell{
        grid-template-columns:1fr;

        max-width:760px;

        gap:45px;
    }

    .forgot-password-intro{
        text-align:center;
    }

    .forgot-password-intro h1,
    .forgot-password-intro > p,
    .forgot-password-security-list,
    .forgot-password-destinations{
        margin-left:auto;
        margin-right:auto;
    }

    .forgot-password-security-list,
    .forgot-password-destinations{
        text-align:left;
    }

    .forgot-password-card{
        max-width:560px;

        margin:auto;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media(max-width:620px){

    .forgot-password-hero{
        padding:42px 0 52px;
    }

    .forgot-password-shell,
    .forgot-password-trust__shell{
        width:
            calc(100% - 24px);
    }

    .forgot-password-intro h1{
        font-size:clamp(
            40px,
            12vw,
            54px
        );
    }

    .forgot-password-intro > p{
        font-size:14px;
    }

    .forgot-password-destinations{
        grid-template-columns:1fr;
    }

    .forgot-password-card{
        min-height:0;

        padding:25px 19px;

        border-radius:19px;
    }

    .forgot-password-card__head h2,
    .forgot-password-success h2{
        font-size:31px;
    }

    .forgot-password-field__control input{
        font-size:16px;
    }

    .forgot-password-success__actions{
        grid-template-columns:1fr;
    }

    .forgot-password-trust{
        padding:55px 0;
    }

    .forgot-password-trust__grid{
        grid-template-columns:1fr;
    }

}


/* ============================================================
   TOUCH
   ============================================================ */

@media(pointer:coarse){

    .forgot-password-submit,
    .forgot-password-button{
        min-height:46px;
    }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media(prefers-reduced-motion:reduce){

    .forgot-password-page *,
    .forgot-password-page *::before,
    .forgot-password-page *::after{
        transition:none !important;
        animation:none !important;
    }

}
