/* ========================================
   LOGIN PAGE STYLES - The Fish Club
   ======================================== */

/* Reset geral */


.block.block-new-customer {
    display: none !important;
}

body.customer-account-login {
    background-color: #e8e8e8 !important;
}

.customer-account-login .columns {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.customer-account-login .column.main {
    width: 100% !important;
    padding: 0 !important;
}

/* Container principal */
.tfc-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px);
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Card do login */
.tfc-login-card {
    width: 100%;
    max-width: 480px;
    background: transparent;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: visible;
    position: relative;
    z-index: 1;
    margin-top: 65px;
}

/* Cabeçalho laranja */
.tfc-login-header {
    background: #FF8C00;
    padding: 35px 30px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tfc-login-header h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Corpo do formulário */
.tfc-login-body {
    padding: 40px 30px;
    background: #f5f5f5;
    position: relative;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Esconder elementos padrão do Magento */
.block-customer-login .block-title {
    display: none !important;
}

.block-customer-login > .block-content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.block-customer-login .fieldset.login {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Campos de input */
.tfc-field {
    margin-bottom: 20px !important;
    position: relative;
    z-index: 2;
}

.tfc-input {
    width: 90% !important;
    padding: 18px 24px !important;
    border: 2px solid #d8d8d8 !important;
    border-radius: 12px !important;
    font-size: 17px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    transition: all 0.3s ease !important;
    height: 58px !important;
    margin: 40px auto 0 !important;
    display: block !important;
}

.tfc-input::placeholder {
    color: #666 !important;
    font-style: italic !important;
    font-size: 17px !important;
}

.tfc-input:focus {
    outline: none !important;
    border-color: #f39c12 !important;
    box-shadow: 0 0 0 3px rgba(243, 156, 18, 0.1) !important;
}

/* Botão Acessar (laranja) */
.tfc-btn-acessar {
    width: 50% !important;
    padding: 18px 20px !important;
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%) !important;
    border: 3px solid #ffffff !important;
    border-radius: 28px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin: 10px auto 20px !important;
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    text-transform: none !important;
    display: block !important;
    height: 58px !important;
}

.tfc-btn-acessar:hover {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%) !important;
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.7) !important;
    transform: translateY(-2px) !important;
}

.tfc-btn-acessar:active {
    transform: translateY(0) !important;
}

/* Link esqueci minha senha */
.tfc-forgot-link {
    text-align: center !important;
    clear: both !important;
    position: relative;
    z-index: 2;
}

.tfc-forgot-link a {
    color: #FF8C00 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    transition: color 0.3s ease !important;
}

.tfc-forgot-link a:hover {
    color: #e67e22 !important;
    text-decoration: underline !important;
}

/* Separador */
.tfc-separator {
    height: 1px !important;
    background: #fff !important;
    margin: 20px 0 15px !important;
    clear: both !important;
    position: relative;
    z-index: 2;
}

/* Container extra */
.tfc-extra-content {
    clear: both;
    position: relative;
    z-index: 2;
}

/* Botão Cadastrar-se (verde) */
.tfc-btn-cadastrar {
    width: 50% !important;
    padding: 18px 20px !important;
    background: linear-gradient(135deg, #3d5a40 0%, #2d4a30 100%) !important;
    border: 3px solid #ffffff !important;
    border-radius: 28px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin: 0 auto 15px !important;
    box-shadow: 0 6px 20px rgba(61, 90, 64, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    height: 58px !important;
}

.tfc-btn-cadastrar:hover {
    background: linear-gradient(135deg, #2d4a30 0%, #1d3a20 100%) !important;
    box-shadow: 0 8px 25px rgba(61, 90, 64, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.7) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

.tfc-btn-cadastrar:active {
    transform: translateY(0) !important;
}

/* Texto de política */
.tfc-privacy-text {
    text-align: center !important;
    font-size: 12px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    clear: both !important;
    position: relative;
    z-index: 2;
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
}

.tfc-privacy-text a {
    color: #333 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.tfc-privacy-text a:hover {
    text-decoration: underline !important;
}

/* Mensagens de erro */
div.mage-error {
    color: #e74c3c !important;
    font-size: 13px !important;
    margin-top: 5px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
input.validation-failed {
    color: #000 !important;
    /* cor normal */
}
/* ========================================
   RESPONSIVE - Mobile
   ======================================== */

@media screen and (max-width: 768px) {
    .customer-account-login .page-main {
        background-color: #e8e8e8 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .tfc-login-container {
        padding: 20px 15px;
        min-height: calc(100vh - 150px);
    }

    .tfc-login-header {
        padding: 28px 20px;
    }

    .tfc-login-header h1 {
        font-size: 22px;
    }

    .tfc-login-body {
        padding: 30px 20px;
    }

    .tfc-input {
        padding: 14px 18px !important;
        font-size: 15px !important;
    }

    .tfc-btn-acessar,
    .tfc-btn-cadastrar {
        padding: 14px 18px !important;
        font-size: 16px !important;
    }


    .catalog-product-view .footer-custom {
        background-color: #000;
        background-image: url("../images/bg-rodape.webp") !important;
        background-size: cover;
        background-position: center;
        color: #ffffff;
        padding: 30px 20px;
        text-align: center;
        margin-bottom: 35px;
    }
}
