/* Sistema de Design Institucional, Moderno e Sóbrio - PODEMOS Podas SP */

:root {
    --brand-primary: #1B4D3E;
    --brand-hover: #14382D;
    --brand-accent: #10B981;
    --wa-color: #25D366;
    --wa-hover: #1EBE5D;
    
    --text-main: #1E293B;
    --text-muted: #475569;
    --text-light: #64748B;
    
    --bg-white: #FFFFFF;
    --bg-muted: #F8FAFC;
    --bg-slate: #0F172A;
    
    --border-color: #E2E8F0;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    --panel-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text-main); line-height: 1.6; background-color: var(--bg-white); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; color: #0F172A; font-weight: 700; letter-spacing: -0.5px; }
a { text-decoration: none; color: inherit; transition: 0.2s; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section-container { padding: 90px 0; }
.bg-muted { background-color: var(--bg-muted); }
.bg-slate { background-color: var(--bg-slate); }
.text-center { text-align: center; }

/* Topbar */
.topbar { background-color: #064E3B; color: #E6F4EA; font-size: 13px; font-weight: 500; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.topbar-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.topbar-left { display: flex; align-items: center; gap: 12px; }
.topbar .sep { color: #34D399; opacity: 0.6; }
.topbar-link { font-weight: 600; color: white; background: rgba(255,255,255,0.12); padding: 4px 12px; border-radius: 6px; }
.topbar-link:hover { background: var(--wa-color); }

/* Header */
.header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-color); padding: 18px 0; }
.header-grid { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-logo { display: flex; align-items: center; gap: 14px; }
.logo-box { width: 44px; height: 44px; background: #E6F4EA; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; border: 1px dashed #10B981; }
.logo-box.loaded { background: transparent; border: none; width: auto; }
.brand-img { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; }
.brand-name { font-family: 'Outfit', sans-serif; font-size: 26px; font-weight: 800; color: var(--brand-primary); line-height: 1; letter-spacing: -1px; }
.brand-tagline { font-size: 10px; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-top: 3px; }

.nav-menu { display: flex; align-items: center; gap: 24px; }
.nav-menu a { font-size: 14px; font-weight: 500; color: var(--text-muted); }
.nav-menu a:hover { color: var(--brand-primary); }
.mobile-toggle { display: none; background: none; border: none; font-size: 26px; color: var(--brand-primary); cursor: pointer; }

/* Placeholders de Fotos Elegantes */
.photo-frame { background: #F1F5F9; border: 1.5px dashed #CBD5E1; border-radius: 14px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.photo-frame.loaded { border: none; background: transparent; }
.img-fluid { width: 100%; height: 100%; object-fit: cover; }
.frame-placeholder { text-align: center; color: var(--text-light); padding: 20px; font-size: 14px; }
.frame-placeholder span { font-size: 32px; display: block; margin-bottom: 6px; opacity: 0.8; }
.hero-frame { height: 420px; box-shadow: var(--panel-shadow); border-color: #34D399; }
.wide-frame { height: 260px; }
.small-frame { height: 160px; margin-bottom: 22px; }
.circle-frame { width: 140px; height: 140px; border-radius: 50%; border-color: #10B981; flex-shrink: 0; }

/* Hero */
.hero { padding: 50px 0 80px; background: linear-gradient(180deg, #F0FDF4 0%, white 100%); }
.hero-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.badge-status { display: inline-flex; align-items: center; gap: 8px; background: white; border: 1px solid #BBF7D0; color: #166534; font-size: 12.5px; font-weight: 600; padding: 6px 14px; border-radius: 30px; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.status-indicator { width: 7px; height: 7px; background: #22C55E; border-radius: 50%; }

.hero-h1 { font-size: clamp(32px, 3.8vw, 46px); line-height: 1.15; color: #0F172A; margin-bottom: 18px; }
.hero-lead { font-size: 17.5px; color: var(--text-muted); margin-bottom: 28px; line-height: 1.6; }
.hero-highlights { display: flex; flex-direction: column; gap: 12px; margin-bottom: 34px; }
.h-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #334155; }
.check-bullet { color: #10B981; font-weight: 800; font-size: 16px; }
.emergency-callout { background: #FEF2F2; padding: 8px 14px; border-radius: 8px; border-left: 3px solid #EF4444; color: #991B1B; margin-top: 4px; }
.alert-bullet { background: #EF4444; color: white; width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; flex-shrink: 0; margin-top: 2px; }

.btn-primary-wa { display: inline-flex; align-items: center; justify-content: center; background: var(--brand-primary); color: white; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 16px; padding: 16px 28px; border-radius: 10px; box-shadow: 0 4px 14px rgba(27, 77, 62, 0.25); }
.btn-primary-wa:hover { background: var(--brand-hover); transform: translateY(-1px); }
.hero-cta-wrapper { display: flex; flex-direction: column; gap: 8px; }
.cta-footnote { font-size: 12.5px; color: var(--text-light); }

/* Seções Padrão */
.label-pre { font-size: 11px; font-weight: 700; color: #059669; text-transform: uppercase; letter-spacing: 1.5px; display: block; margin-bottom: 8px; }
.section-header h2 { font-size: 34px; color: #0F172A; }
.section-intro { max-width: 800px; margin: 16px auto 48px; font-size: 17px; color: var(--text-muted); line-height: 1.6; }
.link-subtle { color: #059669; font-weight: 600; text-decoration: underline; }

/* Por que Contratar */
.statement-card { background: white; border: 1px solid var(--border-color); border-left: 4px solid var(--brand-primary); border-radius: 16px; padding: 36px; box-shadow: var(--card-shadow); max-width: 900px; margin: 36px auto 50px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.statement-main { font-size: 18px; color: #1E293B; line-height: 1.6; font-style: italic; flex: 1; min-width: 280px; }
.statement-main strong { color: var(--brand-primary); }
.btn-secondary-outline { background: transparent; border: 1.5px solid var(--brand-primary); color: var(--brand-primary); font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px; padding: 14px 22px; border-radius: 8px; white-space: nowrap; }
.btn-secondary-outline:hover { background: var(--brand-primary); color: white; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-tile { background: white; padding: 32px 26px; border-radius: 16px; border: 1px solid var(--border-color); box-shadow: 0 2px 6px rgba(0,0,0,0.02); }
.f-num { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; color: #10B981; margin-bottom: 12px; }
.feature-tile h4 { font-size: 20px; margin-bottom: 10px; }
.feature-tile p { color: var(--text-muted); font-size: 14.5px; }

/* Fluxos 1 a 5 */
.workflows-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.workflow-card { background: white; border: 1px solid var(--border-color); border-radius: 20px; padding: 36px; box-shadow: var(--card-shadow); display: flex; flex-direction: column; justify-content: space-between; }
.card-tag { font-size: 11px; font-weight: 700; color: #64748B; letter-spacing: 1px; }
.card-top h3 { font-size: 24px; margin: 4px 0 8px; }
.card-desc { font-size: 14px; color: var(--text-light); margin-bottom: 24px; }
.flow-numbered-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; flex-grow: 1; }
.flow-numbered-list li { font-size: 14.5px; color: var(--text-muted); padding: 12px 16px; background: var(--bg-muted); border-radius: 8px; border-left: 3px solid #CBD5E1; }
.flow-numbered-list li strong { color: var(--text-main); }
.step-concluded { border-left-color: #10B981 !important; background: #ECFDF5 !important; color: #065F46 !important; font-weight: 500; }
.step-highlight { border-left-color: #F59E0B !important; background: #FFFBEB !important; color: #92400E !important; font-weight: 500; }

.btn-action { display: block; text-align: center; background: #0F172A; color: white; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px; padding: 15px; border-radius: 10px; }
.btn-action:hover { background: var(--brand-primary); }

/* Legislação e Perfil Técnico Calmo */
.portals-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 50px; }
.portal-info-box { background: white; border: 1px solid #E0F2FE; padding: 28px; border-radius: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.portal-info-box h4 { color: #0369A1; font-size: 18px; margin-bottom: 8px; }
.portal-info-box p { font-size: 14px; color: var(--text-muted); margin-bottom: 18px; }
.link-portal { font-size: 13.5px; font-weight: 600; color: #0284C7; }

.technical-profile-panel { background: #0F241D; color: white; border-radius: 20px; padding: 44px; box-shadow: var(--panel-shadow); max-width: 960px; margin: 0 auto; border: 1px solid #10B981; }
.profile-layout { display: flex; align-items: flex-start; gap: 40px; }
.panel-tag { font-size: 11px; font-weight: 700; color: #34D399; letter-spacing: 1.5px; display: block; margin-bottom: 6px; }
.bio-name { font-size: 30px; color: white; margin-bottom: 14px; }
.badges-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.tech-badge { background: rgba(255,255,255,0.08); color: #A7F3D0; font-size: 12.5px; font-weight: 600; padding: 4px 12px; border-radius: 6px; border: 1px solid rgba(52, 211, 153, 0.3); }
.bio-description p { color: #CBD5E1; font-size: 15.5px; margin-bottom: 16px; line-height: 1.65; }
.callout-contact { background: rgba(255,255,255,0.05); padding: 16px 20px; border-radius: 10px; color: #E2E8F0; font-size: 14.5px; margin-bottom: 22px; border-left: 3px solid #34D399; }
.btn-wa-executive { display: inline-block; background: #10B981; color: #0F172A; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 15px; padding: 16px 26px; border-radius: 8px; }
.btn-wa-executive:hover { background: #34D399; }

/* Equipe & CLT */
.compliance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 960px; margin: 0 auto; }
.comp-card { background: white; border: 1px solid var(--border-color); padding: 22px 20px; border-radius: 12px; text-align: left; display: flex; flex-direction: column; gap: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.comp-card strong { color: #0F172A; font-size: 16px; font-family: 'Outfit', sans-serif; }
.comp-card span { font-size: 13.5px; color: var(--text-light); }
.card-clt { border-color: #10B981; background: #F0FDF4; }
.card-clt strong { color: #166534; }

/* Carrossel */
.carousel-wrapper { position: relative; max-width: 860px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; }
.c-track-viewport { width: 100%; overflow: hidden; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); }
.c-track { display: flex; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); list-style: none; will-change: transform; }
.c-slide { min-width: 100%; height: 420px; }
.slide-frame { height: 100%; background: #1E293B; border: none; border-radius: 0; }
.slide-frame .frame-placeholder { color: #94A3B8; font-size: 16px; }
.c-nav { position: absolute; top: 50%; transform: translateY(-50%); background: white; color: #0F172A; border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 26px; font-weight: 700; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.c-nav.prev { left: -22px; }
.c-nav.next { right: -22px; }
.c-pagination { display: flex; justify-content: center; gap: 8px; }
.c-pagination .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.25); border: none; cursor: pointer; }
.c-pagination .dot.active { background: #10B981; width: 24px; border-radius: 10px; }

/* FAQ & Footer */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-row { background: white; border: 1px solid var(--border-color); border-radius: 10px; overflow: hidden; }
.faq-trigger { width: 100%; padding: 18px 22px; text-align: left; background: none; border: none; font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; color: #0F172A; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq-body { max-height: 0; overflow: hidden; transition: 0.3s; padding: 0 22px; }
.faq-body p { font-size: 14.5px; color: var(--text-muted); padding-bottom: 18px; }
.faq-row.active .faq-body { max-height: 200px; }

.footer-corporate { background: #020617; color: #94A3B8; padding: 40px 0; font-size: 13.5px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-corporate strong { color: #E2E8F0; }

.float-wa { position: fixed; bottom: 24px; right: 24px; background: var(--brand-primary); color: white; padding: 10px 18px; border-radius: 50px; display: flex; align-items: center; gap: 10px; box-shadow: 0 4px 16px rgba(27,77,62,0.35); z-index: 2000; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 14.5px; transition: 0.2s; }
.float-wa:hover { background: var(--brand-hover); transform: translateY(-2px); }

/* ==========================================
   ELEMENTOS DE MARKETING, GOOGLE MAPS E ALTA CONVERSÃO
   ========================================== */
.top-maps-badge { background: rgba(245,158,11,0.15); color: #F59E0B; padding: 2px 8px; border-radius: 4px; font-weight: 700; font-size: 12.5px; }
.hero-badges-group { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 20px; }
.badge-google-rating { display: inline-flex; align-items: center; gap: 6px; background: white; padding: 6px 14px; border-radius: 50px; border: 1px solid #E2E8F0; box-shadow: 0 2px 8px rgba(0,0,0,0.06); font-size: 13.5px; color: #0F172A; text-decoration: none; transition: 0.2s; }
.badge-google-rating:hover { border-color: #F59E0B; transform: translateY(-1px); }
.badge-google-rating .stars-icon { font-size: 15px; }
.badge-google-rating .reviews-count { color: #64748B; font-size: 12px; }

/* Tabela Comparativa de Riscos */
.risk-comparison-box { margin-top: 60px; background: white; border: 1px solid #E2E8F0; border-radius: 16px; padding: 40px; box-shadow: 0 10px 30px -5px rgba(0,0,0,0.05); }
.comparison-title { font-size: 24px; font-family: 'Outfit', sans-serif; color: #0F172A; text-align: center; margin-bottom: 8px; }
.comparison-subtitle { text-align: center; color: #64748B; font-size: 15.5px; margin-bottom: 32px; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.comp-col { border-radius: 12px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.col-danger { background: #FEF2F2; border: 1px solid #FECACA; }
.col-success { background: #ECFDF5; border: 1px solid #A7F3D0; }
.col-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.col-header h4 { font-size: 19px; font-family: 'Outfit', sans-serif; font-weight: 700; margin: 0; }
.col-danger .col-header h4 { color: #991B1B; }
.col-success .col-header h4 { color: #065F46; }
.comparison-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 14px; }
.comparison-list li { font-size: 14.5px; line-height: 1.5; }
.list-danger li { color: #7F1D1D; }
.list-success li { color: #064E3B; }
.col-footer-action { margin-top: auto; }
.btn-wa-block { display: block; text-align: center; background: #059669; color: white; padding: 14px 20px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: 0.2s; box-shadow: 0 4px 12px rgba(5,150,105,0.25); }
.btn-wa-block:hover { background: #047857; transform: translateY(-2px); }

/* Cobertura Geográfica SP */
.coverage-section { background: #F8FAFC; border-top: 1px solid #E2E8F0; border-bottom: 1px solid #E2E8F0; }
.coverage-zones-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; text-align: left; }
.zone-box { background: white; padding: 22px; border-radius: 12px; border: 1px solid #E2E8F0; box-shadow: 0 2px 6px rgba(0,0,0,0.03); transition: 0.2s; }
.zone-box:hover { border-color: var(--brand-primary); }
.zone-box strong { display: block; font-size: 16px; color: #0F172A; margin-bottom: 8px; font-family: 'Outfit', sans-serif; }
.zone-box p { font-size: 13.5px; color: #64748B; margin: 0; line-height: 1.5; }

@media (max-width: 1050px) { .nav-menu { display: none; } .mobile-toggle { display: block; } }
@media (max-width: 992px) { .hero-layout, .why-grid-modern, .workflows-grid, .portals-row, .profile-layout, .comparison-grid { grid-template-columns: 1fr; gap: 24px; } .statement-card, .profile-layout { flex-direction: column; text-align: center; } .risk-comparison-box { padding: 24px 16px; } }
@media (max-width: 768px) { .topbar-left .sep { display: none; } .section-container { padding: 60px 0; } .hero-frame { height: 280px; } }
