:root {
    --primary-brand: #ffc019;
    --primary-hover: #e6a700;
    --bg-dark: #1a1a1a;
    --bg-light: #f8f9fa;
    --text-main: #333333;
    --text-muted: #6c757d;
    --glass-bg: rgba(255, 255, 255, 0.9);
    --glass-border: rgba(255, 255, 255, 0.2);
}

body {
    background-color: var(--bg-light);
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    overflow-x: hidden;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.display-3 {
    font-size: calc(1.2rem + 2vw);
}

.display-6 {
    font-size: 2rem;
}

/* Normalized for sections like CONTACT US, BENEFITS, etc */

/* Normalizing for a premium corporate look */
.hero-title {
    font-size: 3.0rem !important;
    line-height: 1.1;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem !important;
    }
}

div#topos {
    background-image: url('../images/imagem-topo.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    height: 500px;
}

div#Definicao {
    font-size: 25;
    font-style: italic;
    color: #ffc019;
    text-shadow: 0 0 5px #000;
    position: absolute;
    top: 0px;

}


div.container-fluid {
    background-color: #333;

}

a {
    color: #9d9d9d;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-header {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.navbar-brand {

    float: none;
    padding: 7px 7px !important;
    font-size: 14px !important;

}

div#corpobranco {

    background-image: url('../images/free_corpobranco.jpg');
    background-repeat: no-repeat;
    background-position: top;


}

.titleHuge {
    font-size: 30px;
    margin-top: 75px;
}

div.thumbnail {
    height: 250px;
}

span#imgFail {
    display: inline-block;
    background-color: #858585;
    vertical-align: middle;
    height: 35px;

}

div#divFail {
    background-color: #fcb716;
    font-size: 12;
}

#img {

    position: relative;
    top: 5px;
}

div#arquitetura {

    background-image: url('../images/arquitetura.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}

div#funcionalidades {
    background-color: #858585;
    background-image: url('../images/imagem-funcionalidades.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    color: #FFFFFF;
}

td {
    height: 40px;
    vertical-align: top;
}

div#funcionalidades table td {
    color: #FFFFFF;
    font-size: 12;
    vertical-align: middle;
    padding: 3px;

}

#menuMobile {
    position: fixed;
    float: right;
    width: 90%;
    margin-top: 5px;
    z-index: 1000;

}

#tableArquitetura {
    bottom: 450px;
}

#buttonCatalogue {
    background-color: #ffc019;
    width: 180px;
    height: 45px;
    text-shadow: 0 0 5px #000;
    font-size: 22;
}

.tdFuncionalidades {
    font-size: 12px !important;
}

.tdContacts {
    font-size: 14px !important;
}

@media screen and (min-width: 0px) and (max-width: 460px) {
    #menuMobile {
        display: block;
    }

    /* show it on small screens */
    #menuNormal {
        display: none;
    }

    /* hide it on small screens */
    div#Definicao {
        top: -150px;
        left: -20px;
        font-size: 10;
    }

    #buttonCatalogue {
        background-color: #ffc019;
        width: 100px;
        height: 25px;
        text-shadow: 0 0 5px #000;
        font-size: 10;
    }

    #tableArquitetura {
        margin-top: 200px;
        margin-left: 300px;
        font-size: 10;
        width: 270;
    }

    td {
        height: 20px;
    }

    .titleHuge {
        font-size: 20px;
        margin-top: 30px;
    }

    .tdFuncionalidades {
        font-size: 6px !important;
    }

    .tdContacts {
        font-size: 9px !important;
    }

    div#divFail {
        font-size: 7px;
    }

    h6 {
        font-size: 8px !important;
    }

    div.thumbnail {
        height: 165px;
    }
}

@media screen and (min-width: 461px) and (max-width: 765px) {
    #menuMobile {
        display: block;
    }

    /* show it on small screens */
    #menuNormal {
        display: none;
    }

    /* hide it on small screens */
    div#Definicao {
        top: -150px;
        left: -20px;
        font-size: 12;
    }

    #buttonCatalogue {
        background-color: #ffc019;
        width: 120px;
        height: 30px;
        text-shadow: 0 0 5px #000;
        font-size: 12;
    }

    #tableArquitetura {
        margin-top: 285px;
        margin-left: 300px;
        font-size: 11;
        width: 270;
    }

    td {
        height: 22px;
    }

    .titleHuge {
        font-size: 20px;
        margin-top: 40px;
    }

    .tdFuncionalidades {
        font-size: 10px !important;
    }

    .tdContacts {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 766px) and (max-width: 1300px) {
    #menuMobile {
        display: none;
    }

    /* hide it elsewhere */
    #menuNormal {
        display: block;
    }

    /* show it on small screens */
    div#Definicao {
        top: -100px;
        font-size: 12;
        left: 0px;
    }

    #buttonCatalogue {
        background-color: #ffc019;
        width: 120px;
        height: 30px;
        text-shadow: 0 0 5px #000;
        font-size: 12;
    }

    #tableArquitetura {
        margin-top: 280px;
        margin-left: 0px;
        font-size: 11;
        width: 300;
    }

    td {
        height: 22px;
    }

    .titleHuge {
        font-size: 20px;
        margin-top: 73px;
    }

    .tdFuncionalidades {
        font-size: 12px !important;
    }

    .tdContacts {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
    #menuMobile {
        display: none;
    }

    /* hide it elsewhere */
    #menuNormal {
        display: block;
    }

    /* show it on small screens */
    div#Definicao {
        top: 0px;
        font-size: 25;
        left: 0px;
    }

    #buttonCatalogue {
        background-color: #ffc019;
        width: 180px;
        height: 45px;
        text-shadow: 0 0 5px #000;
        font-size: 25;
    }

    #tableArquitetura {
        margin-top: 400px;
        margin-left: 0px;
    }

    .titleHuge {
        font-size: 30px;
        margin-top: 75px;
    }

    .tdFuncionalidades {
        font-size: 12px !important;
    }

    .tdContacts {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
    #menuMobile {
        display: none;
    }

    /* hide it elsewhere */
    #menuNormal {
        display: block;
    }

    /* show it on small screens */
    div#Definicao {
        top: 0px;
        font-size: 25;
        left: 0px;
    }

    #buttonCatalogue {
        background-color: #ffc019;
        width: 180px;
        height: 45px;
        text-shadow: 0 0 5px #000;
        font-size: 25;
    }

    #tableArquitetura {
        margin-top: 500px;
        margin-left: 0px;
    }

    .titleHuge {
        font-size: 30px;
        margin-top: 75px;
    }

    .tdFuncionalidades {
        font-size: 12px !important;
    }

    .tdContacts {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1801px) and (max-width: 2200px) {
    #menuMobile {
        display: none;
    }

    /* hide it elsewhere */
    #menuNormal {
        display: block;
    }

    /* show it on small screens */
    div#Definicao {
        top: 100px;
        font-size: 25;
        left: 100px;
    }

    #buttonCatalogue {
        background-color: #ffc019;
        width: 180px;
        height: 45px;
        text-shadow: 0 0 5px #000;
        font-size: 25;
    }

    #tableArquitetura {
        margin-top: 600px;
        margin-left: 100px;
    }

    .titleHuge {
        font-size: 30px;
        margin-top: 75px;
    }

    .tdFuncionalidades {
        font-size: 12px !important;
    }

    .tdContacts {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 2201px) and (max-width: 3000px) {
    #menuMobile {
        display: none;
    }

    /* hide it elsewhere */
    #menuNormal {
        display: block;
    }

    /* show it on small screens */
    div#Definicao {
        top: 200px;
        font-size: 25;
        left: 200px;
    }

    #buttonCatalogue {
        background-color: #ffc019;
        width: 180px;
        height: 45px;
        text-shadow: 0 0 5px #000;
        font-size: 25;
    }

    #tableArquitetura {
        margin-top: 850px;
        margin-left: 100px;
    }

    .titleHuge {
        font-size: 30px;
        margin-top: 75px;
    }

    .tdFuncionalidades {
        font-size: 12px !important;
    }

    .tdContacts {
        font-size: 14px !important;
    }
}


/* Fix: New 2-column layout for architecture */
#arquitetura {
    background-color: #f8f9fa;
    overflow: hidden;
}

#arquitetura .row.align-items-center {
    min-height: 500px;
    /* Ensure a consistent base height */
}

#arquitetura img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.architecture-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Fix: Improved visibility for icons in circles */
.icon-circle {
    background-color: #ffffff !important;
    border: 2px solid var(--primary-brand);
}

.padding {
    line-height: 200%;
    color: #FFFFFF;
    font-size: 14px;
}

.navbar-header {
    padding: 0px;

}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    z-index: 200;

}

.navbar {
    margin-bottom: 0px;
}

#definicao {
    position: relative;
    margin-top: 200px;
    margin-left: 100px;
}

#fixa {
    position: fixed;
    top: 5px;
    left: 5px;
}

.contact_sendbtn {
    background-color: darkorange;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    float: left;
    font-size: 18px;
    height: 50px;
    margin-top: 18px;
    outline: medium none;
    text-align: center;
    width: 120px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* Modern Cookies Banner */
#cookiesBanner {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.2);
    transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#cookiesBanner.show {
    bottom: 0;
}

#cookiesBanner span {
    font-size: 0.95rem;
}

/* Modern Glass Navbar */
.glass-nav {
    background: rgba(26, 26, 26, 0.80) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(26, 26, 26, 0.95);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent !important;
    }

    .navbar-nav .nav-link {
        background: transparent !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* Hero Section */
.hero-section {
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.hero-btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 192, 25, 0.4) !important;
}

/* Benefit Cards */
.benefit-card {
    transition: all 0.3s ease;
    border-radius: 16px;
    background: #ffffff;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

/* Failure Pills */
.failure-pill {
    transition: all 0.3s ease;
    cursor: default;
}

.failure-pill:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.15) !important;
}

/* Feature Cards */
.feature-card {
    border-radius: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15) !important;
}