/*
Theme Name: Vértice Assessoria & Gestão
Theme URI: https://administradoravertice.com.br
Author: Vértice
Author URI: https://administradoravertice.com.br
Description: Tema institucional premium para Vértice Assessoria & Gestão Condominial
Version: 1.0
License: GPL v2 or later
Text Domain: vertice
*/

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: #030406;
    color: #b4b7bd;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-weight: 300;
    color: #ffffff;
}

header {
    padding: 40px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

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

.logo-img {
    height: 75px;
    width: auto;
    object-fit: contain;
}

nav a {
    color: #717680;
    text-decoration: none;
    margin-left: 35px;
    font-size: 1.05rem;
    letter-spacing: 1px;
    transition: 0.4s;
}

nav a:hover { color: #fff; }

.premium-hero {
    padding: 140px 10% 100px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.hero-phrase { flex: 1.2; }

.hero-phrase h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.hero-phrase h1 span { color: #0052ff; font-style: italic; }

.hero-phrase p {
    font-size: 1.25rem;
    color: #717680;
    max-width: 550px;
    line-height: 1.8;
}

.hero-frame { flex: 0.8; position: relative; }

.hero-frame img {
    width: 100%;
    border-radius: 4px;
    filter: grayscale(30%) contrast(110%);
    border: 1px solid rgba(255,255,255,0.05);
}

.thin-glow-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #0052ff, transparent);
    margin: 60px 0;
}

.section-wrap { padding: 80px 10%; max-width: 1400px; margin: 0 auto; }

.section-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0052ff;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.section-wrap h2 { font-size: 3rem; margin-bottom: 20px; }

.editorial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 40px; }

.editorial-cell {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 30px;
}

.cell-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 82, 255, 0.1);
    filter: saturate(0.8) brightness(0.9);
    transition: 0.4s ease;
}

.editorial-cell:hover .cell-image {
    border-color: #0052ff;
    filter: saturate(1.1) brightness(1);
    box-shadow: 0 0 15px rgba(0, 82, 255, 0.2);
}

.editorial-cell h3 { font-size: 1.65rem; margin-bottom: 15px; font-weight: 400; }

.editorial-cell p { font-size: 1.05rem; color: #717680; line-height: 1.7; }

.services-dark-bg { background: #080a0f; padding: 100px 10%; border-top: 1px solid rgba(255,255,255,0.02); }

.services-editorial-list { max-width: 1200px; margin: 0 auto; }

.service-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 35px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: 0.4s;
}

.service-row:hover { border-bottom-color: #0052ff; }

.service-row h4 { font-size: 1.75rem; font-weight: 400; color: #fff; }

.service-row p { font-size: 1.15rem; color: #717680; line-height: 1.6; }

.tech-editorial { padding: 100px 10%; max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 80px; }

.tech-editorial-text { flex: 1; }

.tech-editorial-text h2 { font-size: 3rem; margin-bottom: 20px; }

.tech-editorial-gallery { flex: 1; }

.tech-editorial-gallery img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
    border: 1px solid rgba(255,255,255,0.05);
}

.patrimony-editorial { padding: 120px 10%; text-align: center; background: radial-gradient(circle at center, #090e1a 0%, #030406 70%); }

.patrimony-editorial h2 { font-size: 3.2rem; margin-bottom: 25px; }

.patrimony-editorial p { font-size: 1.25rem; color: #717680; max-width: 650px; margin: 0 auto 50px; line-height: 1.8; }

footer {
    text-align: center;
    padding: 80px 10% 40px;
    font-size: 0.95rem;
    color: #717680;
    border-top: 1px solid rgba(255,255,255,0.03);
    background-color: #020305;
}

.footer-logo {
    height: 65px;
    width: auto;
    margin-bottom: 25px;
    opacity: 0.8;
    transition: 0.3s;
}

.footer-logo:hover { opacity: 1; }

.footer-info {
    margin: 25px 0;
    line-height: 1.8;
}

.footer-info p { margin-bottom: 8px; }

.footer-info i { color: #0052ff; margin-right: 10px; }

.social-icons { margin-bottom: 30px; }

.social-icons a {
    font-size: 1.4rem;
    margin: 0 15px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

.social-icons a .fa-instagram { color: #E4405F; }
.social-icons a .fa-instagram:hover { color: #c13584; }
.social-icons a .fa-facebook-f { color: #1877F2; }
.social-icons a .fa-facebook-f:hover { color: #166fe5; }

.copyright {
    font-size: 0.85rem;
    color: #4b4f58;
    border-top: 1px solid rgba(255,255,255,0.02);
    padding-top: 25px;
    letter-spacing: 1px;
}

.whatsapp-floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    animation: pulse-wa 2s infinite;
}

.whatsapp-floating:hover {
    transform: scale(1.1);
    background-color: #20ba5a;
    color: #fff;
}

@keyframes pulse-wa {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.promo-floating-card {
    position: fixed;
    bottom: 120px;
    right: 40px;
    width: 290px;
    background: linear-gradient(135deg, #ff6a00 0%, #ee5100 100%);
    color: #ffffff;
    padding: 22px 20px;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(238, 81, 0, 0.3);
    z-index: 99;
    font-family: 'Segoe UI', sans-serif;
    animation: slide-up-promo 0.6s ease-out;
}

.promo-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

.promo-floating-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.2;
}

.promo-floating-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
    margin-bottom: 20px;
}

.promo-floating-card strong {
    color: #ffffff;
    font-weight: 700;
}

.promo-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #030406;
    color: #ffffff;
    text-decoration: none;
    padding: 12px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: 0.3s ease;
    text-align: center;
}

.promo-action-btn:hover {
    background-color: #111622;
    transform: translateY(-2px);
}

.close-promo-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    cursor: pointer;
    transition: 0.2s;
}

.close-promo-btn:hover { color: #ffffff; }

@keyframes slide-up-promo {
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@media (max-width: 480px) {
    .promo-floating-card {
        right: 20px;
        left: 20px;
        width: auto;
        bottom: 110px;
    }
}
