/*
Theme Name: Melhor Plano Consorcio WP
Theme URI: https://melhorplanoconsorcio.com.br
Author: Jhon Lennon
Description: Landing page Melhor Plano Consórcio convertida para WordPress
Version: 1.0
Text Domain: melhor-plano-consorcio-wp
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root{
  --primary:#1a3a52;
  --primary-foreground:#ffffff;
  --accent:#d4a574;
  --accent-foreground:#1a3a52;
  --background:#ffffff;
  --foreground:#1a3a52;
  --muted:#f5f5f5;
  --muted-foreground:#666666;
  --border:#e5e5e5;
  --card:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--background);color:var(--foreground);font-family:'Poppins',sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:40;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);box-shadow:0 2px 14px rgba(26,58,82,.06)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px}.brand img{height:48px;width:auto}.brand span{font-weight:700;font-size:20px}.nav{display:flex;align-items:center;gap:28px}.nav a{font-size:15px;font-weight:500;transition:.2s}.nav a:hover{color:var(--accent)}.hero{padding:140px 0 90px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.divider-gold{width:48px;height:4px;background:var(--accent);margin-bottom:24px}.heading-display{font-family:'Playfair Display',serif;font-size:64px;line-height:1.05;margin:0 0 24px;font-weight:700;color:var(--foreground)}.lead{font-size:20px;color:var(--muted-foreground);line-height:1.75;margin:0}.buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:32px}.btn-primary,.btn-outline,.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 32px;border-radius:8px;font-weight:700;font-size:16px;transition:.25s}.btn-primary,.cta-btn{background:var(--accent);color:var(--accent-foreground)}.btn-primary:hover,.cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(212,165,116,.32)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:transparent}.btn-outline:hover{background:var(--primary);color:#fff}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.stat-number{font-size:40px;font-weight:800;color:var(--accent);line-height:1}.stat-label{font-size:14px;color:var(--muted-foreground);margin-top:8px}.hero-image img{border-radius:14px;box-shadow:0 28px 60px rgba(26,58,82,.22);object-fit:cover}.line-divider-gold{height:4px;background:var(--accent);margin:32px 0}.section{padding:100px 0}.section-muted{background:rgba(245,245,245,.65)}.section-title{text-align:center;max-width:760px;margin:0 auto 60px}.section-title .divider-gold{margin-left:auto;margin-right:auto}.heading-section{font-family:'Playfair Display',serif;font-size:44px;line-height:1.1;margin:0 0 16px;font-weight:700}.section-title p{font-size:18px;color:var(--muted-foreground);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{background:var(--card);padding:30px;border-radius:14px;border-left:5px solid var(--accent);box-shadow:0 8px 28px rgba(26,58,82,.08);transition:.25s}.card:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(26,58,82,.12)}.icon{width:54px;height:54px;color:var(--accent);margin-bottom:16px}.card h3{font-family:'Playfair Display',serif;font-size:24px;margin:0 0 12px}.card p{color:var(--muted-foreground);margin:0}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.service-img{width:100%;height:285px;object-fit:cover;border-radius:14px;box-shadow:0 10px 26px rgba(26,58,82,.12);margin-bottom:26px}.service h3{font-family:'Playfair Display',serif;font-size:30px;margin:0 0 10px}.service p{color:var(--muted-foreground);margin:0 0 24px}.checks{display:grid;gap:12px;padding-left:0;list-style:none;margin:0}.checks li{display:flex;align-items:center;gap:10px;font-weight:500}.check{width:21px;height:21px;border-radius:50%;background:var(--accent);color:var(--accent-foreground);display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.cta-section{background:var(--primary);color:#fff;text-align:center}.cta-section .heading-section{color:#fff}.cta-section p{opacity:.94;font-size:18px;max-width:680px;margin:0 auto 32px}.map-box{border-radius:14px;overflow:hidden;box-shadow:0 12px 32px rgba(26,58,82,.12)}.map-box iframe{width:100%;height:460px;border:0;display:block}.address{text-align:center;margin-top:28px;color:var(--muted-foreground)}.address a{color:var(--accent);font-weight:700}.site-footer{background:rgba(245,245,245,.85);padding:56px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:42px;margin-bottom:34px}.footer-logo{height:54px;width:auto;margin-bottom:16px}.site-footer h4{font-size:20px;margin:0 0 16px}.site-footer p,.site-footer a{color:var(--muted-foreground);font-size:14px}.site-footer a{color:var(--accent);font-weight:600}.footer-bottom{border-top:1px solid var(--border);padding-top:24px;text-align:center}.whatsapp-float{position:fixed;right:28px;bottom:28px;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;z-index:50;box-shadow:0 10px 28px rgba(0,0,0,.2);transition:.25s}.whatsapp-float:hover{transform:scale(1.08);background:#20BA5A}.whatsapp-float svg{width:31px;height:31px}.mobile-hero-img{display:none}
@media(max-width:900px){.brand span{display:none}.nav{gap:14px}.nav a{font-size:13px}.hero{padding:115px 0 60px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-image{display:none}.mobile-hero-img{display:block;margin-top:24px;border-radius:12px;box-shadow:0 14px 34px rgba(26,58,82,.18)}.heading-display{font-size:44px}.lead{font-size:17px}.stats{grid-template-columns:repeat(3,1fr)}.stat-number{font-size:30px}.cards,.services-grid,.footer-grid{grid-template-columns:1fr}.section{padding:72px 0}.heading-section{font-size:34px}.service-img{height:240px}.map-box iframe{height:380px}}
@media(max-width:520px){.container{padding:0 18px}.header-inner{height:68px}.brand img{height:42px}.nav a:nth-child(2){display:none}.heading-display{font-size:38px}.buttons{flex-direction:column}.btn-primary,.btn-outline,.cta-btn{width:100%;padding:14px 20px}.stats{gap:10px}.stat-number{font-size:26px}.stat-label{font-size:12px}.whatsapp-float{right:18px;bottom:18px;width:54px;height:54px}}
