:root {
    --primary-gradient: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}

* {
    margin: 0;
    padding: 0;
}

.container-black {
    background-color: #111111;
    color: #fff;
    height: 100vh;
    width: 100%;
}

.container-body {
    padding: 0px 5%;
}

.d-flex {
    display: flex;
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

header {
    padding: 20px 3%;
    border-bottom: 1px solid #1d1d1d;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo {
    font-size: 20px;
    font-weight: 600;
    background-image: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-price {
    font-size: 24px;
    font-weight: 600;
}
    
.saldo {
    background-image: var(--primary-gradient);
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 18px;
}

.logo-price {
    background-image: var(--primary-gradient);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
}

.d-none {
    display: none !important;
}

.some-element {
    background: var(--primary-gradient);
}

.wrapper-publi {
    display: flex;
    flex-direction: column;
    padding: 20px 5%;
    gap: 10px;
}

.header-publi {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-publi .perfil {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fd1d1d;
}

.header-publi .perfil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-publi h2 {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

.header-publi .check {
    width: 18px;
    height: 18px;
}

.content-publi {
    position: relative;
}

.content-publi img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.footer-publi {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-publi h2 {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-align: center;
}   

.footer-publi .btn {
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 15px;
    height: 50px;
    width: 47%;
}

.btn-nao {
    background-color: #dc3444;
    color: white;
}

.btn-sim {
    background-color: #00a53d;
    color: white;
}

.amount {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #00000080;
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 15px;
    color: white;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    width: 85%;
    max-width: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-content h1 {
    color: var(--primary-gradient);
    background-image: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -2px;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

.modal-content p {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
}

.modal-content .bonus {
    color: #00a53d;
    font-weight: bold;
    font-size: 18px;
}

.btn-comecar {
    background: var(--primary-gradient);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: opacity 0.3s;
}

.btn-comecar:hover {
    opacity: 0.9;
}

.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 2000;
}

.overlay-loading h1 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.loader {
    width: 30px;
    height: 30px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#success-modal .modal-content {
    padding: 30px 10px;
}

#success-modal h1 {
    font-size: 22px;
    margin: 15px 0;
    gap: 10px;
}

.success-icon {
    width: 55px;
    height: 55px;
    background-color: #8de28f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-size: 30px;
}

.gradient-text {
    background-image: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.amount-received {
    color: #00a53d;
    font-size: 42px !important;
    letter-spacing: -4px !important;
    font-weight: bold !important;
    margin-top: 0px !important;
    font-family: 'Inter', sans-serif;
}

.amount-received-2 {
   color: #00a53d;
   font-size: 42px !important;
   letter-spacing: -4px !important;
   font-weight: bold !important;
   margin-top: 0px !important;
   font-family: 'Inter', sans-serif;
}

.pix-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.saldo-total {
    margin-top: -15px;
    font-size: 48px;
    font-weight: bold;
    color: #00a53d;
    font-family: 'Inter', sans-serif;
    letter-spacing: -2px;
    border-bottom: 1px solid #242f39;
}

.pix-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-top: 20px;
}

.pix-description {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

.pix-options {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    width: 100%;
}

.pix-option-btn {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    background-color: #00000000;
    color: #808c96;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 1px solid #242f39;
}

.pix-option-btn.active {
    background-color: white;
    color: black;
    border-color: var(--primary-gradient);
}

.pix-input-wrapper {
    margin: 0px 0;
}

.pix-input {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #242f39;
    background-color: #111;
    color: white;
    font-size: 16px;
    text-align: center;
}

.pix-input::placeholder {
    color: #666;
}

.pix-submit-btn {
    background: var(--primary-gradient);
    color: white;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
}

#pix-success-modal .modal-content {
    padding: 30px 20px;
    max-width: 340px;
    gap: 5px;
}

#pix-success-modal .gradient-text {
    background-image: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Inter', sans-serif;
}

#pix-success-modal p {
    margin: 0;
    line-height: 1.4;
}

#pix-success-modal .amount-received {
    font-size: 42px;
    font-weight: bold;
    margin: 5px 0;
    letter-spacing: -1px;
}

#pix-success-modal .btn-comecar {
    margin-top: 20px;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 5px;
    width: 100%;
}