/*
Theme Name:   Hello Elementor Child
Theme URI:    https://projectmanagement.com.br
Description:  Hello Elementor Child Theme — Project Together
Author:       Eduardo Montes
Template:     hello-elementor
Version:      1.0.0
*/

/* ============================================================
   Project Together — Custom Pages CSS
   Applies to: /about/ /okrs/ /contribute/
   Scoped under .pt-page to avoid conflicts with theme/Elementor
   ============================================================ */

/* Hide duplicate title on custom hero pages */
.page-id-393 .elementor-widget-theme-post-title,
.page-id-4538 .elementor-widget-theme-post-title,
.page-id-4539 .elementor-widget-theme-post-title,
.page-id-393 .page-header,
.page-id-4538 .page-header,
.page-id-4539 .page-header { display: none !important; }

/* Base */
.pt-page { font-family: 'Georgia', serif; color: #1a1a2e; line-height: 1.75; }

/* HERO */
.pt-page .hero {
  background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 100%);
  color: #fff;
  padding: 88px 24px 80px;
  text-align: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
}
.pt-page .hero .eyebrow {
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #03b86c;
  margin-bottom: 20px;
}
.pt-page .hero h1 {
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.15;
  max-width: 780px;
  margin: 0 auto 20px;
  color: #fff;
}
.pt-page .hero h1 em { color: #03b86c; font-style: normal; }
.pt-page .hero .lead {
  font-size: clamp(16px, 2.2vw, 20px);
  color: #94a3b8;
  max-width: 620px;
  margin: 0 auto;
  font-style: italic;
}
.pt-page .hero .updated {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #475569;
  margin-top: 28px;
  border-top: 1px solid #1e3a5f;
  padding-top: 20px;
  display: inline-block;
}
.pt-page .hero .updated span { color: #03b86c; }

/* SECTIONS */
.pt-page .section { padding: 72px 24px; max-width: 820px; margin: 0 auto; }
.pt-page .section-label {
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #03b86c;
  margin-bottom: 14px;
  display: block;
}
.pt-page .section h2 { font-size: clamp(24px, 3.5vw, 36px); line-height: 1.2; margin-bottom: 24px; color: #0a1628; }
.pt-page .section p { font-size: 17px; color: #334155; margin-bottom: 18px; }
.pt-page .divider { border: none; border-top: 1px solid #e2e8f0; margin: 0; }

/* NUMBERS */
.pt-page .numbers { background: #f8fafc; padding: 72px 24px; }
.pt-page .numbers-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.pt-page .numbers h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; color: #0a1628; }
.pt-page .numbers .sub { font-size: 17px; color: #475569; margin-bottom: 52px; font-style: italic; }
.pt-page .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; }
.pt-page .stat { text-align: center; }
.pt-page .stat .num { font-family: Arial, sans-serif; font-size: clamp(36px, 5vw, 52px); font-weight: 800; color: #0a1628; line-height: 1; margin-bottom: 8px; }
.pt-page .stat .num span { color: #03b86c; }
.pt-page .stat .label { font-family: Arial, sans-serif; font-size: 13px; color: #64748b; text-transform: uppercase; letter-spacing: 1px; }

/* VALUES */
.pt-page .values-section { padding: 80px 24px; max-width: 820px; margin: 0 auto; }
.pt-page .values-section h2 { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 8px; color: #0a1628; }
.pt-page .values-section .lead-text { font-size: 17px; color: #475569; margin-bottom: 52px; font-style: italic; }
.pt-page .values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #e2e8f0; border: 1px solid #e2e8f0; }
@media (max-width: 600px) { .pt-page .values-grid { grid-template-columns: 1fr; } }
.pt-page .value-card { background: #fff; padding: 36px 32px; }
.pt-page .value-card .icon { font-size: 28px; margin-bottom: 16px; display: block; }
.pt-page .value-card h3 { font-size: 20px; color: #0a1628; margin-bottom: 10px; }
.pt-page .value-card p { font-size: 15px; color: #475569; line-height: 1.65; }

/* STORY */
.pt-page .story {
  background: #0a1628; color: #fff; padding: 88px 24px;
  margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%);
  width: 100vw; position: relative;
}
.pt-page .story-inner { max-width: 700px; margin: 0 auto; }
.pt-page .story .label { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #03b86c; margin-bottom: 16px; display: block; }
.pt-page .story h2 { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 32px; color: #fff; }
.pt-page .story p { font-size: 17px; color: #94a3b8; margin-bottom: 20px; }
.pt-page .story p strong { color: #fff; }
.pt-page .story .signature { margin-top: 40px; }
.pt-page .story .signature strong { color: #fff; font-size: 18px; display: block; margin-bottom: 4px; }
.pt-page .story .signature span { color: #64748b; font-family: Arial, sans-serif; font-size: 14px; }

/* MANIFESTO */
.pt-page .manifesto { padding: 80px 24px; max-width: 820px; margin: 0 auto; text-align: center; }
.pt-page .manifesto h2 { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 36px; color: #0a1628; }
.pt-page .manifesto .label { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #03b86c; margin-bottom: 16px; display: block; }
.pt-page .manifesto .lines { text-align: left; max-width: 580px; margin: 0 auto 48px; }
.pt-page .manifesto .lines p { font-size: 18px; color: #1e3a5f; padding: 14px 0; border-bottom: 1px solid #e2e8f0; font-style: italic; margin: 0; }

/* OKR TABLE */
.pt-page .why { padding: 72px 24px; max-width: 820px; margin: 0 auto; }
.pt-page .why h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 20px; color: #0a1628; }
.pt-page .why p { font-size: 17px; color: #334155; margin-bottom: 16px; }
.pt-page .okr-section { padding: 72px 24px; max-width: 860px; margin: 0 auto; }
.pt-page .okr-number { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #03b86c; margin-bottom: 8px; display: block; }
.pt-page .okr-title { font-size: clamp(22px, 3vw, 30px); color: #0a1628; margin-bottom: 8px; }
.pt-page .okr-desc { font-size: 16px; color: #475569; margin-bottom: 36px; font-style: italic; }
.pt-page .kr-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; }
.pt-page .kr-table th { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #64748b; text-align: left; padding: 10px 16px; border-bottom: 2px solid #e2e8f0; background: #f8fafc; }
.pt-page .kr-table td { padding: 16px; border-bottom: 1px solid #f1f5f9; font-size: 15px; color: #334155; vertical-align: middle; }
.pt-page .kr-table td:first-child { color: #0a1628; font-weight: 600; width: 46%; }
.pt-page .kr-table td.target { font-family: Arial, sans-serif; color: #1e3a5f; font-weight: 700; text-align: center; }
.pt-page .kr-table td.deadline { font-family: Arial, sans-serif; font-size: 13px; color: #64748b; text-align: center; }
.pt-page .progress-wrap { display: flex; align-items: center; gap: 12px; }
.pt-page .progress-bar { flex: 1; height: 8px; background: #e2e8f0; border-radius: 99px; overflow: hidden; }
.pt-page .progress-fill { height: 100%; background: #03b86c; border-radius: 99px; }
.pt-page .progress-fill.amber { background: #f59e0b; }
.pt-page .progress-fill.early { background: #3b6fa0; }
.pt-page .progress-pct { font-family: Arial, sans-serif; font-size: 13px; color: #64748b; min-width: 36px; text-align: right; }
.pt-page .okr-divider { border: none; border-top: 2px solid #e2e8f0; margin: 64px auto; max-width: 860px; }
.pt-page .transparency {
  background: #0a1628; color: #fff; padding: 72px 24px; text-align: center;
  margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%);
  width: 100vw; position: relative;
}
.pt-page .transparency-inner { max-width: 640px; margin: 0 auto; }
.pt-page .transparency h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 20px; color: #fff; }
.pt-page .transparency p { font-size: 17px; color: #94a3b8; margin-bottom: 16px; }

/* CONTRIBUTIONS */
.pt-page .how { padding: 80px 24px; max-width: 820px; margin: 0 auto; }
.pt-page .how h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; color: #0a1628; }
.pt-page .how .sub { font-size: 17px; color: #475569; margin-bottom: 48px; font-style: italic; }
.pt-page .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.pt-page .step { border-left: 3px solid #03b86c; padding-left: 24px; }
.pt-page .step .num { font-family: Arial, sans-serif; font-size: 12px; color: #03b86c; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; display: block; }
.pt-page .step h3 { font-size: 17px; color: #0a1628; margin-bottom: 8px; }
.pt-page .step p { font-size: 14px; color: #475569; }
.pt-page .points-section {
  background: #f8fafc; padding: 80px 24px;
  margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%);
  width: 100vw; position: relative;
}
.pt-page .points-inner { max-width: 820px; margin: 0 auto; }
.pt-page .points-inner h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; color: #0a1628; }
.pt-page .points-inner .sub { font-size: 17px; color: #475569; margin-bottom: 48px; font-style: italic; }
.pt-page .points-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.pt-page .point-card { background: #fff; border: 1px solid #e2e8f0; border-top: 3px solid #1e3a5f; padding: 24px; }
.pt-page .point-card.highlight { border-top-color: #03b86c; }
.pt-page .point-card .pts { font-family: Arial, sans-serif; font-size: 28px; font-weight: 800; color: #03b86c; margin-bottom: 6px; }
.pt-page .point-card h3 { font-size: 15px; color: #0a1628; margin-bottom: 6px; }
.pt-page .point-card p { font-size: 13px; color: #64748b; }
.pt-page .empty-state { text-align: center; padding: 72px 32px; border: 2px dashed #e2e8f0; border-radius: 4px; }
.pt-page .empty-state h3 { font-size: 20px; color: #0a1628; margin-bottom: 12px; }
.pt-page .empty-state p { font-size: 16px; color: #475569; max-width: 460px; margin: 0 auto; }
.pt-page .first-badge { display: inline-block; margin-top: 28px; background: #fef9c3; border: 1px solid #fde047; color: #854d0e; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; padding: 8px 20px; border-radius: 99px; }
.pt-page .founding {
  background: #0a1628; color: #fff; padding: 80px 24px; text-align: center;
  margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%);
  width: 100vw; position: relative;
}
.pt-page .founding-inner { max-width: 640px; margin: 0 auto; }
.pt-page .founding h2 { font-size: clamp(24px, 3vw, 36px); margin-bottom: 24px; color: #fff; }
.pt-page .founding p { font-size: 17px; color: #94a3b8; margin-bottom: 20px; }
.pt-page .founding .label { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: #03b86c; margin-bottom: 16px; display: block; }
.pt-page .founding .badge { display: inline-block; background: #03b86c; color: #fff; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; padding: 6px 18px; border-radius: 99px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 32px; }
.pt-page .form-section {
  background: #f8fafc; padding: 80px 24px;
  margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%);
  width: 100vw; position: relative;
}
.pt-page .form-inner { max-width: 640px; margin: 0 auto; }
.pt-page .form-inner h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; color: #0a1628; }
.pt-page .form-group { margin-bottom: 24px; }
.pt-page .form-group label { display: block; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; color: #334155; margin-bottom: 8px; }
.pt-page .form-group input,
.pt-page .form-group select,
.pt-page .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid #cbd5e1; border-radius: 4px; font-size: 15px; color: #1a1a2e; background: #fff; outline: none; }
.pt-page .form-group textarea { min-height: 120px; resize: vertical; }
.pt-page .form-note { font-family: Arial, sans-serif; font-size: 12px; color: #94a3b8; margin-top: 6px; }
.pt-page .btn-submit { background: #03b86c; color: #fff; font-family: Arial, sans-serif; font-size: 16px; font-weight: 700; padding: 16px 40px; border: none; border-radius: 4px; cursor: pointer; width: 100%; }

/* SHARED BUTTON */
.pt-page .btn-primary { display: inline-block; background: #03b86c; color: #fff !important; font-family: Arial, sans-serif; font-size: 17px; font-weight: 700; padding: 18px 44px; border-radius: 4px; text-decoration: none; }

/* Project Together menu item */
.pt-community-menu > a, .pt-user-menu > a { color: #03b86c !important; font-weight: 700 !important; }
