/* ============================================
   pg-pages.css — Styles for Calculadora, Contactos, Sobre, Privacidade, Termos
   Namespace: pg-
   ============================================ */

/* ============================================
   LEGAL CONTENT (Privacidade + Termos)
   ============================================ */
.pg-legal-content {
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.75;
}
.pg-legal-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 2rem 0 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #FF6B35;
    display: inline-block;
}
.pg-legal-content h2:first-child {
    margin-top: 0;
}
.pg-legal-content p {
    color: #444;
    margin-bottom: 0.75rem;
}
.pg-legal-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.pg-legal-content li {
    color: #444;
    margin-bottom: 0.4rem;
    line-height: 1.65;
}
.pg-legal-content a {
    color: #FF6B35;
    text-decoration: underline;
}
.pg-legal-content a:hover {
    color: #e55a2b;
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.pg-about-intro {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2.5rem;
    align-items: start;
}
.pg-about-text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}
.pg-about-text h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 1.5rem 0 0.5rem;
}
.pg-about-text p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0.75rem;
}
.pg-about-text a {
    color: #FF6B35;
    text-decoration: underline;
}
.pg-about-text a:hover {
    color: #e55a2b;
}
.pg-about-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.pg-number {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.25rem 1rem;
    text-align: center;
    border: 1px solid #eee;
}
.pg-number strong {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    color: #FF6B35;
    line-height: 1.2;
}
.pg-number span {
    display: block;
    font-size: 0.8rem;
    color: #777;
    margin-top: 0.25rem;
}

/* Values Grid */
.pg-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.pg-value {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #eee;
    transition: box-shadow 0.2s;
}
.pg-value:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.pg-value-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 107, 53, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
}
.pg-value h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}
.pg-value p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.55;
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.pg-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}
.pg-contact-info h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.25rem;
}
.pg-contact-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.pg-contact-item:last-of-type {
    border-bottom: none;
}
.pg-contact-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    background: rgba(255, 107, 53, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg-contact-item strong {
    display: block;
    font-size: 0.85rem;
    color: #1a1a2e;
    margin-bottom: 0.15rem;
}
.pg-contact-item a {
    color: #FF6B35;
    text-decoration: none;
    font-weight: 500;
}
.pg-contact-item a:hover {
    text-decoration: underline;
}
.pg-contact-item span {
    display: block;
    font-size: 0.88rem;
    color: #555;
}
.pg-contact-sub {
    font-size: 0.78rem !important;
    color: #999 !important;
    margin-top: 0.15rem;
}
.pg-contact-cta {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.pg-contact-right {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.pg-map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
}
.pg-map-wrapper iframe {
    display: block;
}
.pg-contact-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #eee;
}
.pg-contact-card h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}
.pg-contact-card p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.55;
    margin-bottom: 0.75rem;
}

/* ============================================
   CALCULATOR PAGE (Info Grid)
   ============================================ */
.pg-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.pg-info-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #eee;
    text-align: center;
}
.pg-info-card h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}
.pg-info-card p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.55;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 968px) {
    .pg-about-intro {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .pg-about-numbers {
        grid-template-columns: repeat(4, 1fr);
    }
    .pg-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pg-contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .pg-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .pg-about-numbers {
        grid-template-columns: 1fr 1fr;
    }
    .pg-values-grid {
        grid-template-columns: 1fr;
    }
    .pg-info-grid {
        grid-template-columns: 1fr;
    }
    .pg-legal-content h2 {
        font-size: 1.1rem;
    }
}
