/*
Theme Name: André Luiz Abdalla 2026
Theme URI: https://andreluizabdalla.com
Description: Tema filho do Twenty Twenty-Five criado para André Luiz Abdalla
Author: André Luiz Abdalla
Author URI: https://spectrusandreluizabdalla.com
Template: twentytwentyfive
Version: 1.0.0
Text Domain: andreluizabdalla-2026
*/

* {
    box-sizing: border-box;
}

:root {
    --transition: all 0.3s ease-in-out;
    --color-green: #a8ff7d;
    --color-green--accent: #c2ffa4;
}

:focus {
    outline: none !important;
}

a {
    transition: var(--transition);
    /* text-decoration-thickness: 0 !important; */
    /* text-underline-offset: 0; */
    /* text-decoration: none !important; */
    outline: none !important;
    color: var(--color-green);
}

a:not(.wp-block-button__link):hover {
    color: var(--color-green) !important;
}


a[target="_blank"]::after {
    content: "↗";
    display: inline-block;
    margin-left: 0.3em;
    font-size: 10px;
    font-weight: 900;

    vertical-align: super;
}

.page-id-23 a::after,
footer a[target="_blank"]::after {
    content: "";
}

html {
    scroll-behavior: smooth;
}

body {
    /* color: #e1e1e1; */
    /* font-size: 1.2rem; */
}

p {
    line-height: 1.6;
}

strong {
    font-weight: 900;
}

.wpcf7-submit {
    background-color: var(--color-green) !important;
    border: none;
    color: black !important;
    font-weight: 900 !important;
    line-height: 1.4;
    font-size: var(--wp--preset--font-size--medium);
    padding-top: 0.6rem !important;
    padding-right: 1.6rem !important;
    padding-bottom: 0.6rem !important;
    padding-left: 1.6rem !important;
    border-radius: 100px;
}

.wpcf7-submit,
.wp-block-button__link,
#button-hire-me {
    box-shadow: 0 2px 15px rgba(0, 255, 0, 0.3);
    transition: var(--transition);
    cursor: pointer;
}

.wpcf7-submit:hover,
.wp-block-button__link:hover,
#button-hire-me:hover {
    box-shadow: 0 4px 35px rgba(0, 255, 0, 0.3);
    transform: translateY(-3px);
}

.button-negative .wp-block-button__link {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.button-negative .wp-block-button__link:hover {
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.3);
    color: white !important;
}

.logo-grid {
    justify-content: center;
}

.logo-grid figure {
    transition: var(--transition);
    opacity: 0.5;
    -webkit-filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0));
    filter: drop-shadow(0 4px 8px rgba(255, 255, 255 0));
}

.logo-grid figure,
.logo-grid figure img {
    height: 36px;
    width: auto;
}

.logo-grid figure:hover {
    opacity: 1;

    -webkit-filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.1));
    filter: drop-shadow(0 4px 8px rgba(255, 255, 255 0.1));
}

header {
    position: sticky;
    top: 0;
    z-index: 99999999;
    /* 1B1B1B */
    background: rgba(27, 27, 27, 0.9);
    /* blur */
    backdrop-filter: blur(10px);
}

h1, h2, h3, h4, h5 {
    font-weight: 900;
    color: white;
}

h2, h3, h4, h5 {
    margin-top: 6rem !important;
    margin-bottom: 3rem !important;
}

.wp-block-cloudcatch-light-modal-block__wrapper {
    transition: var(--transition);
    background-color: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 9999999999;
}

.page-id-23 h2,
.wp-block-cloudcatch-light-modal-block__wrapper h2,
.archive h2 {

    margin-top: 1rem !important;
}

pre {

    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #a8ff7d !important;
    padding: 1rem !important;
    margin: 4rem 0 !important;
    font-size: 1.2rem;
}

#header-button {
    text-wrap: nowrap;
}

#logo-lettering a,
#logo-lettering strong,
#logo-lettering mark {
    text-decoration: none !important;
    transition: var(--transition);
}

#logo-lettering a:hover,
#logo-lettering a:hover strong,
#logo-lettering a:hover mark {
    color: var(--color-green) !important;
}

footer a {
    text-decoration: none !important;
    transition: var(--transition);
}

.wpcf7 {
    background: rgba(0, 0, 0, 0.15);
    padding: 3rem;
    margin-top: 2rem !important;
}

.wpcf7 p {
    margin-top: 0;
}

.wpcf7 label {
    font-size: 1rem;
    text-transform: uppercase;
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    border: none;
    /* border-radius: 0; */
}

.wpcf7-response-output {
    font-size: 1.2rem;
    padding: 18px !important;
    border-width: 1px !important;
}

.cta-green-box {
    transition: var(--transition);
}

.cta-green-box:hover {
    background-color: var(--color-green--accent) !important;
    box-shadow: 0 4px 35px rgba(0, 255, 0, 0.3);
}

@media (max-width: 1000px) {

    #logo-lettering {
        display: flex;
        flex-wrap: wrap !important;
        /* flex-direction: column !important; */
        line-height: 1 !important;
        align-items: flex-start !important;

    }

    #logo-lettering p {
        line-height: 1 !important;
        text-align: left !important;
        /* border: solid 2px red; */
        font-size: 90% !important;
    }

    .has-modal-open header {
        /* border: solid 2px red; */
        /* z-index: 9999999999; */
        height: 100%;
        width: 100%;
        position: fixed;
    }

    #header-button a {
        padding: 1px 12px !important;
        font-size: 80% !important;
    }

}


@media (max-width: 599px) {
    /* * {
        border: Solid 2px red;
    } */
}