/*
Theme Name: DeskBR Engenharia
Theme URI: https://engenharia.deskbr.com
Author: DeskBR
Description: Tema institucional da DeskBR Engenharia.
Version: 1.0
Text Domain: deskbr-engenharia
*/

:root {
    --desk-dark: #07142e;
    --desk-blue: #2869ff;
    --desk-cyan: #00bfd6;
    --desk-light: #f5f8fc;
    --desk-text: #172033;
    --desk-gray: #6d7789;
    --desk-white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--desk-text);
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #e8edf4;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-text {
    font-size: 27px;
    font-weight: 800;
    color: var(--desk-dark);
}

.logo-text span {
    color: var(--desk-cyan);
}

.main-nav {
    display: flex;
    gap: 28px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.btn {
    display: inline-block;
    padding: 15px 24px;
    border-radius: 7px;
    font-weight: 700;
    transition: .2s;
}

.btn-primary {
    background: var(--desk-blue);
    color: #fff;
}

.btn-outline {
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
}

.hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #fff;

    background-image:
        linear-gradient(
            90deg,
            rgba(7, 20, 46, 1) 0%,
            rgba(7, 20, 46, .98) 30%,
            rgba(7, 20, 46, .88) 48%,
            rgba(7, 20, 46, .25) 72%,
            rgba(7, 20, 46, .05) 100%
        ),
        url('https://engenharia.deskbr.com/wp-content/uploads/2026/08/ChatGPT-Image-21-de-ago.-de-2026-09_55_56.png');

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-content {
    max-width: 760px;
    position: relative;
    z-index: 2;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 800;
    color: var(--desk-cyan);
    margin-bottom: 20px;
}

.hero h1 {
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.02;
    margin: 0 0 24px;
}

.hero h1 span {
    color: var(--desk-cyan);
}

.hero p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 760px;
    color: #dbe4f3;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.section {
    padding: 90px 0;
}

.section-light {
    background: var(--desk-light);
}

.section-dark {
    background: var(--desk-dark);
    color: #fff;
}

.section-title {
    max-width: 760px;
    margin-bottom: 48px;
}

.section-title h2 {
    font-size: 42px;
    margin: 0 0 16px;
    color: var(--desk-dark);
}

.section-dark .section-title h2 {
    color: #fff;
}

.section-title p {
    color: var(--desk-gray);
    line-height: 1.7;
    font-size: 17px;
}

.section-dark .section-title p {
    color: #b8c5d9;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 14px;
    padding: 30px;
    transition: .25s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(8, 27, 59, .10);
}

.card-number {
    font-size: 13px;
    color: var(--desk-blue);
    font-weight: 800;
    margin-bottom: 20px;
}

.card h3 {
    color: var(--desk-dark);
    font-size: 21px;
    margin: 0 0 12px;
}

.card p {
    color: var(--desk-gray);
    line-height: 1.6;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.stat {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
}

.stat strong {
    display: block;
    color: var(--desk-blue);
    font-size: 38px;
}

.stat span {
    color: var(--desk-gray);
}

.cta {
    text-align: center;
}

.cta h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.site-footer {
    padding: 40px 0;
    background: #040c1c;
    color: #aeb9ca;
    text-align: center;
}
.site-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.deskbr-logo {
    width: 190px;
    height: auto;
    display: block;
}

.brand-divider {
    width: 1px;
    height: 32px;
    background: #d6dce6;
}

.brand-engineering {
    color: var(--desk-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}
#empresa {
    position: relative;
    overflow: hidden;
}

#empresa::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(40, 105, 255, .10) 0%,
        rgba(0, 191, 214, .06) 45%,
        transparent 70%
    );
    right: -120px;
    top: -100px;
    pointer-events: none;
}

#empresa .section-title h2 {
    font-size: 46px;
    line-height: 1.08;
}

#empresa .section-title p {
    font-size: 18px;
}

.stats {
    position: relative;
    z-index: 2;
}

.stat {
    border: 1px solid #e5eaf2;
    box-shadow: 0 12px 35px rgba(7, 20, 46, .06);
    transition: .25s;
}

.stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(7, 20, 46, .10);
}

.stat strong {
    background: linear-gradient(
        90deg,
        var(--desk-blue),
        var(--desk-cyan)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat span {
    display: block;
    margin-top: 8px;
    line-height: 1.5;
}
#solucoes .card {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    border: 1px solid #e5eaf2;
    background: #fff;
}

#solucoes .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--desk-blue),
        var(--desk-cyan)
    );
}

#solucoes .card-number {
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--desk-blue);
}

#solucoes .card h3 {
    font-size: 24px;
    line-height: 1.25;
}

#solucoes .card p {
    font-size: 16px;
    line-height: 1.7;
}

#solucoes .card:hover {
    border-color: rgba(40, 105, 255, .35);
    transform: translateY(-7px);
}

#solucoes .card:hover h3 {
    color: var(--desk-blue);
}
.service-icon {
    width: 58px;
    height: 58px;
    margin: 18px 0 22px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        135deg,
        rgba(79, 70, 255, .10),
        rgba(91, 195, 218, .16)
    );
}

.service-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--desk-blue);
    display: block;
}

#solucoes .card:hover .service-icon {
    transform: scale(1.06);
    transition: .25s;
}
#tecnologia {
    position: relative;
    overflow: hidden;
}

#tecnologia::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(91, 195, 218, .10) 0%,
        rgba(79, 70, 255, .06) 40%,
        transparent 70%
    );
    left: -180px;
    bottom: -220px;
    pointer-events: none;
}

#tecnologia .container {
    position: relative;
    z-index: 2;
}

#tecnologia .section-title {
    max-width: 750px;
}

#tecnologia .card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .10);
    transition: .25s;
}

#tecnologia .card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .07);
    border-color: rgba(91, 195, 218, .35);
}

#tecnologia .card h3 {
    color: #ffffff;
    font-size: 21px;
}

#tecnologia .card p {
    color: #aeb9ca;
    line-height: 1.7;
}
.contact-section {
    background: #f5f8fc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 70px;
    align-items: start;
}

.contact-copy h2 {
    font-size: 44px;
    line-height: 1.1;
    color: var(--desk-dark);
    margin: 0 0 20px;
}

.contact-copy > p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--desk-gray);
    max-width: 580px;
}

.contact-highlights {
    display: grid;
    gap: 18px;
    margin-top: 35px;
}

.contact-highlights div {
    padding-left: 18px;
    border-left: 3px solid var(--desk-cyan);
}

.contact-highlights strong {
    display: block;
    color: var(--desk-dark);
    margin-bottom: 5px;
}

.contact-highlights span {
    color: var(--desk-gray);
    font-size: 14px;
}

.contact-form-card {
    background: #fff;
    padding: 36px;
    border-radius: 16px;
    border: 1px solid #e5eaf2;
    box-shadow: 0 18px 50px rgba(7, 20, 46, .08);
}

.contact-form-card h3 {
    margin: 0 0 28px;
    color: var(--desk-dark);
    font-size: 28px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.form-group label {
    font-size: 13px;
    font-weight: 700;
    color: var(--desk-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    padding: 13px 14px;
    font-family: inherit;
    font-size: 14px;
    background: #fff;
    color: var(--desk-text);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--desk-blue);
    box-shadow: 0 0 0 3px rgba(40, 105, 255, .08);
}

.form-submit {
    border: 0;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
}
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;

    background: #25d366;
    color: #fff;

    padding: 14px 18px;
    border-radius: 50px;

    font-size: 14px;
    font-weight: 800;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);

    transition: .25s;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .25);
}
 
@media (max-width: 900px) {
    .cards,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .main-nav {
        display: none;
    }

    .hero {
        min-height: 570px;
    }

    .section {
        padding: 65px 0;
    }
    .deskbr-logo {
        width: 150px;
    }

    .brand-engineering {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .brand-divider {
        height: 25px;
    }
.contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}

.form-row {
    grid-template-columns: 1fr;
}

.contact-form-card {
    padding: 25px;
}
}
