/* =============================================
   PrevDireito — Dalva Regina de Araújo
   Shared Stylesheet v2.0
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600&family=Raleway:wght@300;400;500;600;700&display=swap');

:root {
  --navy:      #0d1b2a;
  --navy2:     #14263a;
  --navy3:     #1d3452;
  --gold:      #c5a350;
  --gold-l:    #e2c47a;
  --gold-pale: #f5edd8;
  --cream:     #f7f3ec;
  --white:     #ffffff;
  --text:      #2c3e50;
  --muted:     #6b7a8d;
  --border:    rgba(197,163,80,.2);
  --red:       #c0392b;
  --green:     #27ae60;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body { font-family:'Raleway',sans-serif; color:var(--text); background:var(--white); overflow-x:hidden; line-height:1.7; }
img { max-width:100%; display:block; }
a { text-decoration:none; color:inherit; }

/* ── TOPBAR ── */
.topbar { background:var(--navy); padding:9px 80px; display:flex; justify-content:space-between; align-items:center; font-size:12px; color:rgba(255,255,255,.65); }
.topbar-left, .topbar-right { display:flex; gap:20px; align-items:center; }
.topbar a { color:rgba(255,255,255,.65); display:flex; align-items:center; gap:6px; transition:color .2s; }
.topbar a:hover { color:var(--gold-l); }

/* ── NAVBAR ── */
nav { background:#fff; padding:0 80px; display:flex; justify-content:space-between; align-items:center; height:76px; box-shadow:0 2px 20px rgba(0,0,0,.07); position:sticky; top:0; z-index:999; }
.logo { display:flex; align-items:center; gap:12px; }
.logo-icon { width:42px; height:42px; background:var(--navy); border-radius:9px; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }
.logo-name { font-family:'Playfair Display',serif; font-size:20px; font-weight:700; color:var(--navy); line-height:1.1; }
.logo-name span { color:var(--gold); }
.logo-tag { font-size:10px; color:var(--muted); font-weight:600; letter-spacing:1.2px; text-transform:uppercase; }
.nav-links { display:flex; align-items:center; gap:4px; list-style:none; }
.nav-links a { color:var(--navy); font-size:13px; font-weight:600; letter-spacing:.7px; text-transform:uppercase; padding:8px 14px; border-radius:6px; transition:all .2s; }
.nav-links a:hover, .nav-links a.active { background:var(--gold-pale); color:var(--gold); }
.nav-cta { background:var(--gold) !important; color:var(--navy) !important; padding:10px 22px !important; }
.nav-cta:hover { background:var(--gold-l) !important; }
.nav-has-sub { position:relative; }
.nav-dropdown { display:none; position:absolute; top:100%; left:0; background:#fff; border:1px solid #eee; border-radius:10px; padding:10px; min-width:260px; box-shadow:0 12px 40px rgba(0,0,0,.1); z-index:100; }
.nav-has-sub:hover .nav-dropdown { display:block; }
.nav-dropdown a { display:block; padding:9px 14px; border-radius:7px; font-size:13px; font-weight:500; color:var(--text); text-transform:none; letter-spacing:0; }
.nav-dropdown a:hover { background:var(--gold-pale); color:var(--gold); }

/* ── BREADCRUMB ── */
.breadcrumb { background:var(--cream); padding:14px 80px; font-size:12px; color:var(--muted); display:flex; align-items:center; gap:6px; }
.breadcrumb a { color:var(--gold); font-weight:600; }
.breadcrumb span { color:var(--muted); }

/* ── SECTION UTILITIES ── */
.section-tag { display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.tag-line { width:32px; height:2px; background:var(--gold); flex-shrink:0; }
.tag-text { font-size:11px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:var(--gold); }
.section-title { font-family:'Playfair Display',serif; font-size:42px; font-weight:700; color:var(--navy); line-height:1.2; margin-bottom:14px; }
.section-sub { font-size:15px; color:var(--muted); max-width:580px; line-height:1.85; margin-bottom:52px; }
.container { max-width:1200px; margin:0 auto; padding:0 80px; }

/* ── BUTTONS ── */
.btn { display:inline-flex; align-items:center; gap:8px; padding:13px 28px; border-radius:7px; font-size:13px; font-weight:700; letter-spacing:.5px; transition:all .25s; border:2px solid transparent; cursor:pointer; }
.btn-gold { background:var(--gold); color:var(--navy); border-color:var(--gold); }
.btn-gold:hover { background:var(--gold-l); border-color:var(--gold-l); transform:translateY(-1px); box-shadow:0 8px 24px rgba(197,163,80,.3); }
.btn-navy { background:var(--navy); color:#fff; border-color:var(--navy); }
.btn-navy:hover { background:var(--navy2); transform:translateY(-1px); box-shadow:0 8px 24px rgba(13,27,42,.2); }
.btn-outline-white { background:transparent; color:#fff; border-color:rgba(255,255,255,.3); }
.btn-outline-white:hover { border-color:var(--gold); color:var(--gold); }
.btn-wa { background:#25d366; color:#fff; border-color:#25d366; }
.btn-wa:hover { background:#1fb959; transform:translateY(-1px); box-shadow:0 8px 24px rgba(37,211,102,.3); }
.btn-lg { padding:16px 36px; font-size:14px; }

/* ── HERO ── */
.hero { background:var(--navy); min-height:620px; display:grid; grid-template-columns:1fr 440px; align-items:center; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; top:-80px; right:360px; width:480px; height:480px; border:1px solid rgba(197,163,80,.07); border-radius:50%; pointer-events:none; }
.hero-dots { position:absolute; inset:0; background-image:radial-gradient(rgba(197,163,80,.035) 1px,transparent 1px); background-size:28px 28px; pointer-events:none; }
.hero-content { padding:80px; position:relative; z-index:2; }
.hero-label { display:flex; align-items:center; gap:10px; margin-bottom:26px; }
.hero-label span { font-size:11px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:var(--gold); }
.hero h1 { font-family:'Playfair Display',serif; font-size:54px; font-weight:900; color:#fff; line-height:1.08; margin-bottom:20px; }
.hero h1 em { font-style:italic; color:var(--gold-l); }
.hero-desc { font-size:15px; color:rgba(255,255,255,.62); line-height:1.85; max-width:480px; margin-bottom:40px; }
.hero-btns { display:flex; gap:14px; flex-wrap:wrap; }
.hero-img { position:relative; align-self:stretch; display:flex; align-items:flex-end; justify-content:center; }
.hero-img-bg { position:absolute; bottom:0; right:0; width:100%; height:88%; background:linear-gradient(135deg,var(--navy3),var(--navy2)); clip-path:polygon(18% 0%,100% 0%,100% 100%,0% 100%); }
.hero-photo { position:relative; z-index:2; width:310px; height:460px; background:linear-gradient(160deg,var(--navy3),#0d2137); border-radius:12px 12px 0 0; border:1px solid rgba(197,163,80,.18); border-bottom:none; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; overflow:hidden; }
.hero-photo img { width:100%; height:100%; object-fit:cover; object-position:top center; }
.hero-photo-ph { font-size:72px; opacity:.25; }
.hero-photo-note { font-size:11px; color:rgba(255,255,255,.35); text-align:center; padding:0 16px; line-height:1.6; }

/* ── STATS BAR ── */
.stats-bar { background:var(--gold); padding:26px 80px; display:grid; grid-template-columns:repeat(4,1fr); }
.stat { display:flex; flex-direction:column; align-items:center; text-align:center; padding:6px 0; border-right:1px solid rgba(13,27,42,.14); }
.stat:last-child { border-right:none; }
.stat-num { font-family:'Playfair Display',serif; font-size:38px; font-weight:900; color:var(--navy); line-height:1; }
.stat-lbl { font-size:11px; font-weight:600; color:var(--navy); opacity:.7; margin-top:5px; }

/* ── SERVICES ── */
.services { padding:100px 80px; background:var(--cream); }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.svc-card { background:#fff; border-radius:12px; padding:34px 26px; border:1px solid rgba(0,0,0,.06); transition:all .3s; position:relative; overflow:hidden; }
.svc-card::after { content:''; position:absolute; bottom:0; left:0; width:100%; height:3px; background:var(--gold); transform:scaleX(0); transition:transform .3s; transform-origin:left; }
.svc-card:hover { box-shadow:0 14px 44px rgba(0,0,0,.1); transform:translateY(-4px); }
.svc-card:hover::after { transform:scaleX(1); }
.svc-icon { width:50px; height:50px; background:var(--gold-pale); border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:18px; }
.svc-card h3 { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; color:var(--navy); margin-bottom:10px; line-height:1.3; }
.svc-card p { font-size:13px; color:var(--muted); line-height:1.8; }
.svc-link { display:inline-flex; align-items:center; gap:6px; margin-top:18px; font-size:12px; font-weight:700; letter-spacing:.5px; color:var(--gold); text-transform:uppercase; transition:gap .2s; }
.svc-link:hover { gap:10px; }

/* ── ABOUT ── */
.about { padding:100px 80px; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.about-img-wrap { position:relative; }
.about-photo { width:100%; aspect-ratio:4/5; background:linear-gradient(135deg,var(--navy2),var(--navy3)); border-radius:14px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; overflow:hidden; }
.about-photo img { width:100%; height:100%; object-fit:cover; object-position:top; }
.about-photo-ph { font-size:64px; opacity:.22; color:#fff; }
.about-photo-note { font-size:11px; color:rgba(255,255,255,.3); text-align:center; padding:0 16px; line-height:1.6; }
.about-badge { position:absolute; bottom:-20px; right:-20px; background:var(--gold); color:var(--navy); padding:22px 26px; border-radius:12px; text-align:center; box-shadow:0 12px 32px rgba(197,163,80,.28); }
.badge-num { font-family:'Playfair Display',serif; font-size:38px; font-weight:900; line-height:1; }
.badge-lbl { font-size:11px; font-weight:700; opacity:.75; margin-top:3px; }
.about h2 { font-family:'Playfair Display',serif; font-size:38px; font-weight:700; color:var(--navy); line-height:1.25; margin-bottom:18px; }
.about p { font-size:14px; color:var(--muted); line-height:1.9; margin-bottom:14px; }
.creds { display:flex; flex-direction:column; gap:12px; margin:28px 0; }
.cred { display:flex; align-items:flex-start; gap:12px; }
.cred-dot { width:8px; height:8px; background:var(--gold); border-radius:50%; flex-shrink:0; margin-top:7px; }
.cred span { font-size:14px; font-weight:500; color:var(--text); }

/* ── FAQ ── */
.faq { background:var(--navy); padding:100px 80px; }
.faq .section-title, .faq .section-sub { color:#fff; }
.faq .section-sub { color:rgba(255,255,255,.5); }
.faq-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.faq-item { background:rgba(255,255,255,.04); border:1px solid rgba(197,163,80,.14); border-radius:12px; padding:26px; transition:border-color .2s; }
.faq-item:hover { border-color:rgba(197,163,80,.38); }
.faq-item h4 { font-family:'Playfair Display',serif; font-size:16px; font-weight:600; color:var(--gold-l); margin-bottom:12px; line-height:1.4; }
.faq-item p { font-size:13px; color:rgba(255,255,255,.58); line-height:1.8; }

/* ── TESTIMONIALS ── */
.testimonials { padding:100px 80px; background:#fff; }
.testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.testi-card { border:1px solid #eee; border-radius:12px; padding:30px 26px; transition:box-shadow .2s; }
.testi-card:hover { box-shadow:0 8px 32px rgba(0,0,0,.08); }
.stars { color:var(--gold); font-size:14px; margin-bottom:14px; }
.testi-card p { font-size:14px; color:var(--text); line-height:1.85; font-style:italic; margin-bottom:22px; }
.testi-author { display:flex; align-items:center; gap:12px; }
.author-av { width:40px; height:40px; border-radius:50%; background:var(--gold-pale); display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.author-name { font-size:13px; font-weight:700; color:var(--navy); }
.author-svc { font-size:12px; color:var(--muted); }

/* ── CTA BAND ── */
.cta-band { background:var(--gold-pale); border-top:3px solid var(--gold); border-bottom:3px solid var(--gold); padding:70px 80px; text-align:center; }
.cta-band h2 { font-family:'Playfair Display',serif; font-size:44px; font-weight:700; color:var(--navy); line-height:1.2; margin-bottom:16px; }
.cta-band p { font-size:15px; color:var(--muted); max-width:520px; margin:0 auto 40px; line-height:1.85; }
.cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ── CONTACT ── */
.contact { background:var(--navy); padding:80px; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.contact h2 { font-family:'Playfair Display',serif; font-size:36px; font-weight:700; color:#fff; line-height:1.2; margin-bottom:16px; }
.contact > div > p { font-size:14px; color:rgba(255,255,255,.5); line-height:1.85; margin-bottom:34px; }
.contact-items { display:flex; flex-direction:column; gap:18px; }
.contact-item { display:flex; align-items:flex-start; gap:14px; }
.c-icon { width:44px; height:44px; background:rgba(197,163,80,.14); border:1px solid rgba(197,163,80,.24); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.c-lbl { font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--gold); margin-bottom:3px; }
.c-val { font-size:14px; color:#fff; font-weight:500; }
.contact-form { background:#fff; border-radius:14px; padding:40px; }
.contact-form h3 { font-family:'Playfair Display',serif; font-size:22px; font-weight:700; color:var(--navy); margin-bottom:24px; }
.fg { margin-bottom:18px; }
.fg label { display:block; font-size:11px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:var(--navy); margin-bottom:7px; }
.fg input, .fg select, .fg textarea { width:100%; padding:12px 15px; border:1.5px solid #e0e0e0; border-radius:8px; font-family:'Raleway',sans-serif; font-size:14px; color:var(--text); transition:border-color .2s; background:#fff; }
.fg input:focus, .fg select:focus, .fg textarea:focus { outline:none; border-color:var(--gold); }
.fg textarea { height:96px; resize:none; }
.btn-submit { width:100%; background:var(--gold); color:var(--navy); padding:14px; border:none; border-radius:8px; font-family:'Raleway',sans-serif; font-size:14px; font-weight:700; cursor:pointer; transition:all .2s; letter-spacing:.5px; }
.btn-submit:hover { background:var(--gold-l); transform:translateY(-1px); }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background:var(--navy); padding:70px 80px; position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(197,163,80,.04) 1px,transparent 1px); background-size:28px 28px; pointer-events:none; }
.page-hero-inner { position:relative; z-index:1; }
.page-hero h1 { font-family:'Playfair Display',serif; font-size:48px; font-weight:900; color:#fff; line-height:1.1; margin-bottom:14px; }
.page-hero h1 span { color:var(--gold-l); font-style:italic; }
.page-hero p { font-size:15px; color:rgba(255,255,255,.6); max-width:620px; line-height:1.8; }

/* ── SERVICE DETAIL ── */
.svc-detail { padding:80px; display:grid; grid-template-columns:1fr 320px; gap:60px; align-items:start; }
.svc-body h2 { font-family:'Playfair Display',serif; font-size:32px; font-weight:700; color:var(--navy); margin-bottom:18px; line-height:1.25; }
.svc-body h3 { font-family:'Playfair Display',serif; font-size:22px; font-weight:600; color:var(--navy); margin:32px 0 12px; }
.svc-body p { font-size:14px; color:var(--muted); line-height:1.9; margin-bottom:14px; }
.svc-body ul { margin:12px 0 18px 0; display:flex; flex-direction:column; gap:10px; }
.svc-body ul li { font-size:14px; color:var(--text); padding-left:20px; position:relative; line-height:1.7; }
.svc-body ul li::before { content:'›'; position:absolute; left:0; color:var(--gold); font-weight:700; font-size:16px; }
.svc-sidebar { display:flex; flex-direction:column; gap:20px; position:sticky; top:96px; }
.sidebar-card { background:var(--cream); border-radius:12px; padding:28px; border:1px solid rgba(197,163,80,.2); }
.sidebar-card h4 { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; color:var(--navy); margin-bottom:16px; }
.sidebar-card p { font-size:13px; color:var(--muted); line-height:1.8; margin-bottom:16px; }
.sidebar-list { display:flex; flex-direction:column; gap:9px; }
.sidebar-list li { font-size:13px; color:var(--text); padding-left:16px; position:relative; line-height:1.6; }
.sidebar-list li::before { content:'•'; position:absolute; left:0; color:var(--gold); }

/* ── BLOG ── */
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.blog-card { border-radius:12px; overflow:hidden; border:1px solid #eee; transition:all .25s; }
.blog-card:hover { box-shadow:0 10px 36px rgba(0,0,0,.1); transform:translateY(-3px); }
.blog-thumb { height:180px; background:linear-gradient(135deg,var(--navy2),var(--navy3)); display:flex; align-items:center; justify-content:center; font-size:48px; }
.blog-body { padding:24px; }
.blog-tag { display:inline-block; background:var(--gold-pale); color:var(--gold); font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; padding:4px 10px; border-radius:20px; margin-bottom:12px; }
.blog-card h3 { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; color:var(--navy); margin-bottom:10px; line-height:1.35; }
.blog-card p { font-size:13px; color:var(--muted); line-height:1.8; margin-bottom:16px; }
.blog-meta { font-size:12px; color:var(--muted); display:flex; gap:14px; }
.article-body { max-width:760px; }
.article-body h2 { font-family:'Playfair Display',serif; font-size:28px; font-weight:700; color:var(--navy); margin:36px 0 14px; line-height:1.3; }
.article-body h3 { font-family:'Playfair Display',serif; font-size:20px; font-weight:600; color:var(--navy); margin:26px 0 10px; }
.article-body p { font-size:15px; color:var(--text); line-height:1.95; margin-bottom:18px; }
.article-body ul { margin:10px 0 20px; display:flex; flex-direction:column; gap:10px; }
.article-body ul li { font-size:15px; color:var(--text); padding-left:22px; position:relative; line-height:1.75; }
.article-body ul li::before { content:'›'; position:absolute; left:0; color:var(--gold); font-weight:700; font-size:17px; }
.article-box { background:var(--gold-pale); border-left:4px solid var(--gold); border-radius:8px; padding:20px 24px; margin:28px 0; }
.article-box p { color:var(--navy); font-weight:500; margin-bottom:0; }

/* ── FOOTER ── */
footer { background:#080f19; padding:60px 80px 36px; }
.footer-top { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; margin-bottom:48px; }
.footer-brand { font-family:'Playfair Display',serif; font-size:20px; color:#fff; margin-bottom:10px; }
.footer-brand span { color:var(--gold); }
.footer-desc { font-size:13px; color:rgba(255,255,255,.38); line-height:1.8; max-width:280px; }
.footer-oab { font-size:12px; color:rgba(255,255,255,.25); margin-top:10px; }
.footer-col h5 { font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.4); margin-bottom:18px; }
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-col ul li a { font-size:13px; color:rgba(255,255,255,.5); transition:color .2s; }
.footer-col ul li a:hover { color:var(--gold-l); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.07); padding-top:28px; display:flex; justify-content:space-between; align-items:center; font-size:12px; color:rgba(255,255,255,.28); }
.footer-bottom a { color:rgba(255,255,255,.35); margin-left:16px; transition:color .2s; }
.footer-bottom a:hover { color:var(--gold-l); }

/* ── WHATSAPP FLOAT ── */
.wa-float { position:fixed; bottom:26px; right:26px; z-index:9999; }
.wa-float a { display:flex; align-items:center; gap:9px; background:#25d366; color:#fff; padding:13px 20px; border-radius:50px; font-size:13px; font-weight:700; box-shadow:0 6px 24px rgba(37,211,102,.4); transition:all .25s; }
.wa-float a:hover { transform:translateY(-2px); box-shadow:0 10px 32px rgba(37,211,102,.5); }
.wa-float svg { width:22px; height:22px; fill:#fff; flex-shrink:0; }

/* ── RESPONSIVE ── */
@media (max-width:1024px) {
  .container, .topbar, nav, .breadcrumb, .hero-content, .services, .about, .faq, .testimonials, .cta-band, .contact, .page-hero, .svc-detail, footer { padding-left:32px; padding-right:32px; }
  .stats-bar { padding:24px 32px; }
  .hero { grid-template-columns:1fr; }
  .hero-img { display:none; }
  .about, .contact { grid-template-columns:1fr; }
  .svc-detail { grid-template-columns:1fr; }
  .svc-sidebar { position:static; }
  .footer-top { grid-template-columns:1fr 1fr; }
}
@media (max-width:768px) {
  .services-grid, .faq-grid, .testi-grid, .blog-grid { grid-template-columns:1fr; }
  .stats-bar { grid-template-columns:repeat(2,1fr); }
  .hero h1 { font-size:36px; }
  .section-title { font-size:30px; }
  .page-hero h1 { font-size:34px; }
  nav { padding:0 20px; }
  .nav-links { display:none; }
  .footer-top { grid-template-columns:1fr; }
}
