
/*
Theme Name: Resolve+ Brasil Landing
Theme URI: https://example.com/
Author: Geame + ChatGPT
Author URI: https://example.com/
Description: Tema minimalista para landing page de multisserviços, com template dedicado e grid de serviços. Feito para conversão com botão de WhatsApp.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: resolveplus-landing
*/

/* Reset simples e utilitários */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif; color: #1f2937; line-height: 1.5; background: #ffffff; }
a { color: #047857; text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.btn { display: inline-block; padding: 14px 22px; border-radius: 10px; background: #10b981; color: #fff; font-weight: 700; text-align: center; }
.btn:hover { filter: brightness(0.95); text-decoration: none; }
.section { padding: 56px 0; }
.section--light { background: #f9fafb; }
.section__title { font-size: 28px; margin: 0 0 12px; }
.section__subtitle { font-size: 18px; color: #6b7280; margin: 0 0 24px; }
.grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 16px; }
@media (min-width: 640px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid { grid-template-columns: repeat(3, 1fr); } }
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 18px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.card h3 { margin: 0 0 8px; font-size: 18px; }
.card p { margin: 0; color: #4b5563; font-size: 15px; }
.hero { background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%); padding: 64px 0; }
.hero__wrap { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
@media (min-width: 1024px) { .hero__wrap { grid-template-columns: 1.15fr 0.85fr; } }
.hero h1 { font-size: 36px; margin: 0 0 10px; color: #064e3b; }
.hero p { font-size: 18px; color: #065f46; margin: 0 0 18px; }
.hero__bullets { display: grid; gap: 8px; font-size: 15px; color: #065f46; }
.badge { display: inline-block; background: #d1fae5; color: #065f46; padding: 6px 10px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 14px; }
.kpi { background: #fff; border: 1px dashed #a7f3d0; border-radius: 12px; padding: 12px; text-align: center; font-size: 14px; color: #065f46; }
.compare { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 1024px) { .compare { grid-template-columns: 1fr 1fr; } }
.compare__item { border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; background: #fff; }
.compare__item img { width: 100%; height: auto; display: block; }
.compare__item--bad .compare__label { background: #fee2e2; color: #991b1b; }
.compare__item--good .compare__label { background: #dcfce7; color: #166534; }
.compare__label { padding: 10px 14px; font-weight: 700; }
.benefits { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 768px) { .benefits { grid-template-columns: repeat(3, 1fr); } }
.benefit { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 18px; }
.faq summary { cursor: pointer; font-weight: 700; padding: 12px 0; }
.footer { background: #0f172a; color: #cbd5e1; padding: 36px 0; }
.footer a { color: #a7f3d0; }
*/
