/*
Theme Name: Geraldo Junio Rodrigues Araujo
Theme URI: https://64932946-geraldo-junio-rodrigues-araujo.fourbearsfishcamp.store/
Author: 64.932.946 GERALDO JUNIO RODRIGUES ARAUJO
Author URI: https://64932946-geraldo-junio-rodrigues-araujo.fourbearsfishcamp.store/
Description: Tema WordPress corporativo personalizado para 64.932.946 GERALDO JUNIO RODRIGUES ARAUJO - CNPJ 64.932.946/0001-79. Design limpo, profissional, mobile-first, focado em marketing direto, publicidade e consultoria estratégica.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: geraldo-araujo
Tags: business, corporate, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root{
  --color-bg:#ffffff;
  --color-surface:#f7f9fc;
  --color-text:#0f172a;
  --color-muted:#475569;
  --color-border:#e2e8f0;
  --color-primary:#1d4ed8;
  --color-primary-dark:#1e40af;
  --color-primary-light:#eff6ff;
  --color-accent:#0ea5e9;
  --shadow-sm:0 1px 2px rgba(15,23,42,.06);
  --shadow-md:0 6px 20px rgba(15,23,42,.08);
  --shadow-lg:0 20px 40px rgba(15,23,42,.10);
  --radius-sm:8px;
  --radius-md:14px;
  --radius-lg:22px;
  --container:1180px;
  --font:'Inter','Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--color-text);
  background:var(--color-bg);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-primary);text-decoration:none;transition:color .2s}
a:hover{color:var(--color-primary-dark)}

h1,h2,h3,h4{font-family:var(--font);line-height:1.2;margin:0 0 .5em;font-weight:700;color:var(--color-text)}
h1{font-size:clamp(2rem,4.5vw,3.25rem)}
h2{font-size:clamp(1.6rem,3vw,2.25rem)}
h3{font-size:1.25rem}
p{margin:0 0 1em;color:var(--color-muted)}

.container{max-width:var(--container);margin:0 auto;padding:0 1.25rem}
.section{padding:5rem 0}
.section-alt{background:var(--color-surface)}
.section-title{text-align:center;margin-bottom:.75rem}
.section-subtitle{text-align:center;max-width:680px;margin:0 auto 3rem;color:var(--color-muted)}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--color-border);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}
.site-branding a{display:flex;align-items:center;gap:.6rem;color:var(--color-text);font-weight:700;font-size:1.05rem}
.brand-mark{
  width:38px;height:38px;border-radius:10px;
  background:linear-gradient(135deg,var(--color-primary),var(--color-accent));
  color:#fff;display:grid;place-items:center;font-weight:800;
  box-shadow:var(--shadow-sm);
}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text small{font-weight:500;color:var(--color-muted);font-size:.72rem}

.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem}
.primary-nav a{color:var(--color-text);font-weight:500;font-size:.95rem}
.primary-nav a:hover{color:var(--color-primary)}

.nav-toggle{
  display:none;background:none;border:0;cursor:pointer;padding:.5rem;
}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--color-text);margin:5px 0;transition:.3s}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Buttons */
.btn{
  display:inline-block;padding:.85rem 1.6rem;border-radius:var(--radius-sm);
  font-weight:600;font-size:.95rem;cursor:pointer;border:0;transition:transform .15s, box-shadow .2s, background .2s;
}
.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}
.btn-primary:hover{background:var(--color-primary-dark);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn-outline{background:transparent;color:var(--color-primary);border:1px solid var(--color-primary)}
.btn-outline:hover{background:var(--color-primary);color:#fff}

/* Hero */
.hero{
  position:relative;
  padding:6rem 0 5rem;
  background:
    radial-gradient(1000px 500px at 90% -10%, #dbeafe 0%, transparent 60%),
    radial-gradient(800px 400px at -10% 10%, #e0f2fe 0%, transparent 60%),
    var(--color-bg);
  overflow:hidden;
}
.hero-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:3rem;align-items:center}
.hero-eyebrow{display:inline-block;padding:.4rem .8rem;background:var(--color-primary-light);color:var(--color-primary);border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:1rem}
.hero h1{margin-bottom:1rem}
.hero p.lead{font-size:1.1rem;max-width:560px;margin-bottom:2rem}
.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}
.hero-card{
  background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);
  padding:2rem;box-shadow:var(--shadow-lg);
}
.hero-card h3{margin-bottom:1rem}
.hero-card ul{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}
.hero-card li{display:flex;gap:.75rem;align-items:flex-start;color:var(--color-muted);font-size:.95rem}
.hero-card li::before{content:"";flex:0 0 22px;height:22px;border-radius:50%;background:var(--color-primary-light);background-image:linear-gradient(135deg,var(--color-primary),var(--color-accent));}

/* About */
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}
.about-pillars{display:grid;gap:1rem}
.pillar{
  background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);
  padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm);
}
.pillar h4{margin:0 0 .25rem;color:var(--color-primary)}
.pillar p{margin:0;font-size:.95rem}

/* Services */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}
.service-card{
  background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);
  padding:1.75rem;box-shadow:var(--shadow-sm);transition:transform .2s, box-shadow .2s, border-color .2s;
}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#bfdbfe}
.service-icon{
  width:48px;height:48px;border-radius:12px;display:grid;place-items:center;
  background:var(--color-primary-light);color:var(--color-primary);font-weight:800;margin-bottom:1rem;
}
.service-card h3{font-size:1.1rem;margin-bottom:.5rem}
.service-card p{margin:0;font-size:.95rem}

/* Features */
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}
.feature{
  text-align:center;padding:2rem 1.5rem;background:#fff;
  border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);
}
.feature-num{
  display:inline-grid;place-items:center;width:54px;height:54px;border-radius:50%;
  background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;font-weight:800;
  margin-bottom:1rem;box-shadow:var(--shadow-sm);
}

/* Verification */
.verify-card{
  max-width:780px;margin:0 auto;background:#fff;border:1px solid var(--color-border);
  border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);
}
.verify-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}
.verify-item{padding:1rem;background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--color-border)}
.verify-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:.25rem}
.verify-value{font-weight:600;color:var(--color-text);font-size:.98rem}
.badge-active{display:inline-block;padding:.25rem .6rem;border-radius:999px;background:#dcfce7;color:#166534;font-size:.75rem;font-weight:700;letter-spacing:.05em}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:2.5rem}
.contact-info{display:grid;gap:1rem}
.info-item{
  display:flex;gap:1rem;align-items:flex-start;background:#fff;border:1px solid var(--color-border);
  border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm);
}
.info-item .icon{
  flex:0 0 42px;height:42px;border-radius:10px;background:var(--color-primary-light);
  color:var(--color-primary);display:grid;place-items:center;font-weight:700;
}
.info-item h4{margin:0 0 .15rem;font-size:.95rem}
.info-item p{margin:0;font-size:.95rem}

.contact-form{
  background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);
  padding:1.75rem;box-shadow:var(--shadow-sm);
}
.contact-form label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem}
.contact-form input,
.contact-form textarea{
  width:100%;padding:.8rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);
  font-family:inherit;font-size:.95rem;margin-bottom:1rem;background:#fff;color:var(--color-text);
  transition:border-color .2s, box-shadow .2s;
}
.contact-form input:focus,
.contact-form textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(29,78,216,.15)}
.contact-form textarea{min-height:130px;resize:vertical}
.form-success{background:#dcfce7;color:#166534;padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-weight:500}
.form-error{background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-weight:500}

/* Page / Post */
.page-hero{padding:4rem 0 2rem;text-align:center;background:var(--color-surface);border-bottom:1px solid var(--color-border)}
.page-content{padding:3rem 0;max-width:820px;margin:0 auto}
.page-content h2{margin-top:2rem}
.page-content h3{margin-top:1.5rem;color:var(--color-text)}
.page-content ul,.page-content ol{padding-left:1.25rem;color:var(--color-muted)}
.page-content blockquote{border-left:4px solid var(--color-primary);padding:.5rem 1rem;background:var(--color-primary-light);border-radius:var(--radius-sm);margin:1.5rem 0}

.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.post-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s, box-shadow .2s}
.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.post-card .thumb{aspect-ratio:16/9;background:var(--color-primary-light);overflow:hidden}
.post-card .thumb img{width:100%;height:100%;object-fit:cover}
.post-card .body{padding:1.25rem}
.post-card h3{margin:0 0 .5rem;font-size:1.1rem}
.post-card h3 a{color:var(--color-text)}
.post-card .meta{font-size:.8rem;color:var(--color-muted)}

/* 404 */
.error-404{padding:6rem 0;text-align:center}
.error-404 .big{font-size:6rem;font-weight:800;color:var(--color-primary);line-height:1;margin-bottom:1rem}

/* Footer */
.site-footer{background:#0b1220;color:#cbd5e1;padding:3.5rem 0 1.5rem;margin-top:4rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-brand{font-weight:700;color:#fff;margin-bottom:.75rem;font-size:1.05rem}
.footer-col h4{color:#fff;font-size:.95rem;margin-bottom:.75rem}
.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}
.footer-col a{color:#cbd5e1;font-size:.9rem}
.footer-col a:hover{color:#fff}
.legal-block{
  border-top:1px solid #1e293b;padding-top:1.25rem;
  font-size:.8rem;color:#94a3b8;line-height:1.6;
}
.copy{margin-top:1rem;font-size:.8rem;color:#64748b;text-align:center}

/* Animations */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease, transform .7s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}

/* Responsive */
@media (max-width: 900px){
  .hero-grid,.about-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .hero{padding:4rem 0 3rem}
  .section{padding:3.5rem 0}
  .nav-toggle{display:block}
  .primary-nav{
    position:absolute;top:100%;left:0;right:0;background:#fff;
    border-bottom:1px solid var(--color-border);
    max-height:0;overflow:hidden;transition:max-height .3s ease;
  }
  .primary-nav.open{max-height:500px}
  .primary-nav ul{flex-direction:column;padding:1rem 1.25rem;gap:.25rem}
  .primary-nav li{border-bottom:1px solid var(--color-border)}
  .primary-nav li:last-child{border-bottom:0}
  .primary-nav a{display:block;padding:.75rem 0}
}
