/* ===================================
   PONTO CERTO AGÊNCIA - CSS COMPLETO
   =================================== */

/* ROOT VARIABLES */
:root {
    --primary: #1a3a52;
    --accent: #7C3AED;
    --gold: #D4AF37;
    --white: #ffffff;
    --off-white: #f8f9fa;
    --gray-light: #E5E7EB;
    --gray-medium: #6B7280;
    --gray-dark: #1F2937;
    --black: #000000;
    
    --font-poppins: 'Poppins', sans-serif;
    --font-inter: 'Inter', sans-serif;
    
    --transition: all 0.3s ease;
    --transition-slow: all 0.4s ease;
}

/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-inter);
    color: var(--gray-dark);
    background-color: var(--white);
    line-height: 1.6;
}

/* TYPOGRAPHY */
h1 {
    font-family: var(--font-poppins);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary);
}

h2 {
    font-family: var(--font-poppins);
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary);
}

h3 {
    font-family: var(--font-poppins);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    color: var(--primary);
}

h4 {
    font-family: var(--font-poppins);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
}

p {
    font-size: 1rem;
    color: var(--gray-dark);
    line-height: 1.6;
}

.accent {
    color: var(--accent);
}

/* CONTAINER */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

/* BUTTONS */
.btn-accent {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--accent);
    color: var(--white);
    font-family: var(--font-poppins);
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1rem;
}

.btn-accent:hover {
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.3);
    transform: scale(1.05);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: var(--primary);
    font-family: var(--font-poppins);
    font-weight: 600;
    border: 2px solid var(--primary);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1rem;
    text-decoration: none;
}

.btn-outline:hover {
    background-color: var(--primary);
    color: var(--white);
}

.btn-cta-white {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background-color: var(--white);
    color: var(--primary);
    font-family: var(--font-poppins);
    font-weight: 700;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1rem;
    text-decoration: none;
}

.btn-cta-white:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background-color: transparent;
    color: var(--white);
    font-family: var(--font-poppins);
    font-weight: 700;
    border: 2px solid var(--white);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1rem;
}

.btn-cta-outline:hover {
    background-color: var(--white);
    color: var(--primary);
}

/* HEADER */
.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: var(--white);
    border-bottom: 1px solid var(--gray-light);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    min-height: 4rem;
    padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
    .header-content {
        min-height: 5rem;
        padding: 0.5rem 1.5rem;
    }
}

.logo-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: var(--transition);
}

/* ============================================= */
/* LOGO - CONTROLE TOTAL DE TAMANHO */
/* Altere os valores de WIDTH para aumentar/diminuir */
/* ============================================= */

/* BASE (todos os dispositivos) */
.logo {
    height: auto;
    width: 400px;  /* ← MUDE AQUI para controlar o tamanho */
    transition: var(--transition);
    display: block;
}

/* Celular pequeno (até 576px) */
@media (max-width: 576px) {
    .logo {
        width: 140px;  /* ← Tamanho em celulares pequenos */
    }
}

/* Celular grande e Tablet pequeno (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .logo {
        width: 160px;  /* ← Tamanho em tablets pequenos */
    }
}

/* Tablet (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .logo {
        width: 180px;  /* ← Tamanho em tablets */
    }
}

/* Desktop pequeno (1025px - 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .logo {
        width: 400px;  /* ← Tamanho em desktops menores */
    }
}

/* Desktop grande (acima de 1280px) */
@media (min-width: 1281px) {
    .logo {
        width: 220px;  /* ← Tamanho em desktops grandes */
    }
}

.logo-btn:hover .logo {
    transform: scale(1.05);
}

/* NAVIGATION */
.nav-desktop {
    display: none;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .nav-desktop {
        display: flex;
    }
}

.nav-link {
    background: none;
    border: none;
    color: var(--gray-dark);
    font-family: var(--font-poppins);
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1rem;
}

.nav-link:hover {
    color: var(--accent);
}

.nav-mobile {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background-color: var(--off-white);
    border-top: 1px solid var(--gray-light);
}

.nav-mobile.active {
    display: flex;
}

@media (min-width: 768px) {
    .nav-mobile {
        display: none !important;
    }
}

.nav-mobile .nav-link {
    padding: 0.5rem 1rem;
    text-align: left;
    border-radius: 0.375rem;
    transition: var(--transition);
}

.nav-mobile .nav-link:hover {
    background-color: var(--gray-light);
}

/* MENU TOGGLE */
.menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
}

.menu-toggle span {
    width: 1.5rem;
    height: 0.25rem;
    background-color: var(--gray-dark);
    border-radius: 0.125rem;
    transition: var(--transition);
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.5rem, 0.5rem);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.5rem, -0.5rem);
}

/* HERO SECTION */
.hero {
    padding: 4rem 0;
}

@media (min-width: 768px) {
    .hero {
        padding: 6rem 0;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding: 8rem 0;
    }
}

.hero .container {
    display: flex;
    align-items: center;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-text {
    animation: fadeInUp 0.6s ease-out;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: var(--gray-medium);
    margin: 1.5rem 0 2rem 0;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
}

.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .hero-stats {
        flex-direction: row;
        gap: 1.5rem;
    }
}

.stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.stat-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--accent);
    border-radius: 50%;
}

.hero-image {
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.hero-image img:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* SECTION HEADER */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.125rem;
    color: var(--gray-medium);
    max-width: 600px;
    margin: 0 auto;
}

/* SOBRE SECTION */
.sobre {
    padding: 4rem 0;
    background-color: var(--off-white);
}

@media (min-width: 768px) {
    .sobre {
        padding: 6rem 0;
    }
}

.sobre-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .sobre-content {
        grid-template-columns: 1fr 1fr;
    }
}

.sobre-image img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sobre-text h3 {
    margin-bottom: 1.5rem;
}

.sobre-text p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.8;
}

.sobre-list {
    list-style: none;
}

.sobre-list li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.list-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--accent);
    border-radius: 50%;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.sobre-list strong {
    color: var(--primary);
}

/* SERVIÇOS SECTION */
.servicos {
    padding: 4rem 0;
}

@media (min-width: 768px) {
    .servicos {
        padding: 6rem 0;
    }
}

.servicos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .servicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .servicos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.servico-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: var(--transition);
}

.servico-card:hover {
    border-color: var(--accent);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.servico-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(124, 58, 237, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    margin-bottom: 1rem;
}

.servico-card h3 {
    margin-bottom: 0.75rem;
}

.servico-card p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.servico-list {
    list-style: none;
    font-size: 0.875rem;
    color: var(--gray-medium);
}

.servico-list li {
    margin-bottom: 0.5rem;
}

/* DIFERENCIAIS SECTION */
.diferenciais {
    padding: 4rem 0;
    background-color: var(--primary);
    color: var(--white);
}

@media (min-width: 768px) {
    .diferenciais {
        padding: 6rem 0;
    }
}

.diferenciais .section-header h2,
.diferenciais .section-header p {
    color: var(--white);
}

.diferenciais .section-header p {
    color: rgba(255, 255, 255, 0.8);
}

.diferenciais-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .diferenciais-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.diferencial-item {
    display: flex;
    gap: 1.5rem;
}

.diferencial-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--accent);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    flex-shrink: 0;
}

.diferencial-item h3 {
    color: var(--white);
    margin-bottom: 0.5rem;
}

.diferencial-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

/* DEPOIMENTOS SECTION */
.depoimentos {
    padding: 4rem 0;
    background-color: var(--off-white);
}

@media (min-width: 768px) {
    .depoimentos {
        padding: 6rem 0;
    }
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .depoimentos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.depoimento-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}

.depoimento-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.star {
    color: var(--accent);
    font-size: 1.25rem;
}

.depoimento-text {
    font-style: italic;
    margin-bottom: 1.5rem;
    color: var(--gray-dark);
}

.depoimento-autor {
    border-top: 1px solid var(--gray-light);
    padding-top: 1rem;
}

.autor-nome {
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.autor-cargo {
    font-size: 0.875rem;
    color: var(--gray-medium);
}

/* DIAGNÓSTICO SECTION */
.diagnostico {
    padding: 4rem 0;
    background-color: var(--white);
}

@media (min-width: 768px) {
    .diagnostico {
        padding: 6rem 0;
    }
}

.diagnostico-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.diagnostico-content h2 {
    margin-bottom: 1.5rem;
}

.diagnostico-content p {
    font-size: 1.125rem;
    color: var(--gray-medium);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.diagnostico-nota {
    font-size: 0.875rem;
    color: var(--gray-medium);
    margin-top: 1rem;
}

/* CTA FINAL SECTION */
.cta-final {
    padding: 4rem 0;
    background-color: var(--primary);
    color: var(--white);
}

@media (min-width: 768px) {
    .cta-final {
        padding: 6rem 0;
    }
}

.cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    color: var(--white);
    margin-bottom: 1.5rem;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .cta-buttons {
        flex-direction: row;
    }
}

/* FOOTER */
.footer {
    background-color: var(--primary);
    color: var(--white);
    padding: 3rem 0 1rem 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer-section h3,
.footer-section h4 {
    color: var(--white);
    margin-bottom: 1rem;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    text-decoration: none;
    transition: var(--transition);
    font-weight: 700;
}

.social-links a:hover {
    background-color: var(--accent);
    color: var(--primary);
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.75rem;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.footer-section a:hover {
    color: var(--accent);
}

.contact-info p {
    margin-bottom: 0.75rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.875rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--accent);
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 40;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #25D366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: var(--transition);
    animation: bounce 2s infinite;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* ANIMATIONS */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.scroll-reveal {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

/* RESPONSIVE */
@media (max-width: 640px) {
    h1 {
        font-size: 1.875rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.125rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .btn-accent,
    .btn-outline {
        width: 100%;
        justify-content: center;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn-cta-white,
    .btn-cta-outline {
        width: 100%;
        justify-content: center;
    }
}