/*
Theme Name: RFT Landing Advocacia
Theme URI: https://ricardotonelli.com.br
Author: Ricardo Fajan Tonelli
Description: Landing page completa de advocacia com foco em conversão.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: rft-adv
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:#f5f6f8;
  color:#222;
}
.container{
  max-width:1100px;
  margin:auto;
  padding:20px;
}
.site-header{
  background:#0b1530;
  color:#fff;
  padding:15px 0;
}
.hero{
  background:url('https://images.unsplash.com/photo-1555375771-14b2a63968a9') center/cover no-repeat;
  color:#fff;
  text-align:center;
  padding:100px 20px;
}
.hero h1{font-size:2.6rem}
.hero p{font-size:1.1rem;max-width:700px;margin:20px auto}
.section{padding:60px 20px;text-align:center}
.dark{background:#fff}
.cards{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  justify-content:center;
}
.card{
  background:#fff;
  border-radius:12px;
  padding:20px;
  max-width:300px;
  box-shadow:0 4px 10px rgba(0,0,0,.1);
}
.card img{
  width:100%;
  border-radius:8px;
}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
}
.about-img{
  width:100%;
  border-radius:12px;
}
.btn-whats{
  display:inline-block;
  margin-top:20px;
  padding:14px 28px;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-weight:700;
}
.site-footer{
  background:#050812;
  color:#aaa;
  text-align:center;
  padding:30px 20px;
}
@media(max-width:768px){
  .two-col{grid-template-columns:1fr}
  .hero h1{font-size:2rem}
}
