/* =========================================================
   BOTÓN DE ARREPENTIMIENTO
========================================================= */

.octi-withdrawal-page{
    min-height:70vh;
    padding:34px 18px 60px;
}

.octi-withdrawal-shell{
    width:100%;
    max-width:850px;
    margin:0 auto;
}

.octi-withdrawal-header{
    margin-bottom:22px;
    text-align:center;
}

.octi-withdrawal-eyebrow{
    display:inline-flex;
    margin-bottom:10px;
    padding:6px 11px;

    border-radius:999px;

    color:#ffd188;
    background:rgba(255,174,70,.10);
    border:1px solid rgba(255,174,70,.18);

    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.octi-withdrawal-header h1{
    margin:0 0 10px;
    font-size:clamp(30px,5vw,46px);
}

.octi-withdrawal-header p{
    max-width:700px;
    margin:0 auto;

    color:rgba(255,255,255,.68);
    line-height:1.6;
}

.octi-withdrawal-notice{
    margin-bottom:18px;
    padding:18px;

    display:flex;
    align-items:flex-start;
    gap:13px;

    border-radius:18px;

    background:rgba(76,166,255,.07);
    border:1px solid rgba(76,166,255,.18);
}

.octi-withdrawal-notice > div:first-child{
    font-size:24px;
}

.octi-withdrawal-notice h2{
    margin:0 0 7px;
    font-size:17px;
}

.octi-withdrawal-notice p{
    margin:0;

    color:rgba(255,255,255,.68);
    line-height:1.55;
}

.octi-withdrawal-notice ul{
    margin:10px 0 0;
    padding-left:20px;

    color:rgba(255,255,255,.65);
}

.octi-withdrawal-notice li{
    margin:5px 0;
}

.octi-withdrawal-error{
    margin-bottom:16px;
    padding:13px 15px;

    border-radius:14px;

    color:#ffc0ca;
    background:rgba(255,65,95,.10);
    border:1px solid rgba(255,65,95,.24);

    font-weight:850;
}

.octi-withdrawal-form{
    padding:22px;

    border-radius:22px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.025)
        );

    border:1px solid rgba(255,255,255,.10);
}

.octi-withdrawal-field{
    margin-bottom:16px;
}

.octi-withdrawal-field label{
    display:block;
    margin-bottom:7px;

    font-size:12px;
    font-weight:900;
}

.octi-withdrawal-field label span{
    color:#ff8499;
}

.octi-withdrawal-field input,
.octi-withdrawal-field textarea{
    width:100%;
    box-sizing:border-box;

    padding:12px 13px;

    border-radius:13px;

    color:#fff;
    background:rgba(0,0,0,.25);
    border:1px solid rgba(255,255,255,.13);

    font:inherit;
    outline:none;
}

.octi-withdrawal-field textarea{
    resize:vertical;
    min-height:120px;
}

.octi-withdrawal-field input:focus,
.octi-withdrawal-field textarea:focus{
    border-color:rgba(98,255,173,.50);

    box-shadow:
        0 0 0 3px rgba(98,255,173,.08);
}

.octi-withdrawal-field small{
    display:block;
    margin-top:6px;

    color:rgba(255,255,255,.47);
    font-size:11px;
}

.octi-withdrawal-privacy{
    margin:5px 0 17px;

    color:rgba(255,255,255,.51);
    font-size:11px;
    line-height:1.5;
}

.octi-withdrawal-submit{
    width:100%;
    min-height:48px;

    border:0;
    border-radius:15px;

    cursor:pointer;

    background:
        linear-gradient(
            135deg,
            #62ffad,
            #00c3ff
        );

    color:#00150f;

    font-size:14px;
    font-weight:1000;
}

.octi-withdrawal-submit:hover{
    filter:brightness(1.07);
}

.octi-withdrawal-honeypot{
    position:absolute !important;
    left:-10000px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}

.octi-withdrawal-success{
    padding:25px;

    display:flex;
    align-items:flex-start;
    gap:17px;

    border-radius:22px;

    background:rgba(65,255,155,.08);
    border:1px solid rgba(65,255,155,.24);
}

.octi-withdrawal-success-icon{
    width:52px;
    height:52px;
    flex:0 0 52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    color:#002817;
    background:#62ffad;

    font-size:26px;
    font-weight:1000;
}

.octi-withdrawal-success h2{
    margin:0 0 6px;
}

.octi-withdrawal-success p{
    color:rgba(255,255,255,.68);
}

.octi-withdrawal-code{
    margin:15px 0;
    padding:13px 15px;

    border-radius:14px;

    background:rgba(0,0,0,.23);
    border:1px solid rgba(255,255,255,.11);
}

.octi-withdrawal-code small{
    display:block;
    margin-bottom:5px;

    color:rgba(255,255,255,.48);
    font-size:10px;
    font-weight:900;
}

.octi-withdrawal-code strong{
    display:block;

    color:#9effc9;
    font-size:20px;
    letter-spacing:.04em;
    overflow-wrap:anywhere;
}

.octi-withdrawal-keep-code{
    margin-bottom:0;
    font-size:12px;
}

.octi-withdrawal-links{
    margin-top:19px;

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
}

.octi-withdrawal-links a{
    padding:8px 12px;

    border-radius:999px;

    color:rgba(255,255,255,.76);
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.09);

    text-decoration:none;
    font-size:11px;
    font-weight:850;
}

.octi-withdrawal-shell.is-rtl{
    direction:rtl;
    text-align:right;
}

.octi-withdrawal-shell.is-rtl
.octi-withdrawal-notice ul{
    padding-left:0;
    padding-right:20px;
}

@media(max-width:600px){
    .octi-withdrawal-page{
        padding:24px 12px 50px;
    }

    .octi-withdrawal-form{
        padding:17px;
    }

    .octi-withdrawal-notice,
    .octi-withdrawal-success{
        display:block;
    }

    .octi-withdrawal-success-icon{
        margin-bottom:13px;
    }

    .octi-withdrawal-links{
        flex-direction:column;
    }

    .octi-withdrawal-links a{
        text-align:center;
    }
}