
/*
Theme Name: RiMo Internet
Theme URI: https://example.com/rimo-internet
Author: RiMo Internet + ChatGPT
Author URI: https://example.com
Description: Tema WordPress leve e responsivo para o provedor RiMo Internet.
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: rimo
Tags: responsive, custom-colors, custom-menu, one-column, two-columns
*/

/* Base reset */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,'Noto Sans',sans-serif;color:#222;background:#fff;line-height:1.6}
a{color:#00AEEF;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}

/* Color tokens */
:root{
  --rimo-blue:#00AEEF;
  --rimo-black:#222222;
  --rimo-gray:#f5f5f5;
  --rimo-white:#ffffff;
}

/* Layout */
.container{width:min(1140px,92%);margin:0 auto}
.section{padding:56px 0}
.section.alt{background:var(--rimo-gray)}

/* Header */
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e9e9e9;z-index:50}
.site-header .topbar{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:10px 0}
.site-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:var(--rimo-black)}
.site-brand img{height:40px;width:auto}
.menu-toggle{display:none}
.main-menu{display:flex;gap:18px;align-items:center}
.main-menu a{color:#333;font-weight:600}
.header-actions{display:flex;gap:10px;align-items:center}
.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eef7fb;color:#036; font-weight:600}
.btn{display:inline-block;padding:12px 18px;border-radius:10px;font-weight:700;border:2px solid var(--rimo-blue); background:var(--rimo-blue); color:#fff; transition:.2s}
.btn.outline{background:transparent;color:var(--rimo-blue)}
.btn:hover{transform:translateY(-1px);opacity:.95}

/* Hero */
.hero{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:24px;padding:36px 0}
.hero h1{font-size:40px;line-height:1.1;margin-bottom:12px;color:var(--rimo-black)}
.hero p{font-size:18px;margin-bottom:18px;color:#444}
.hero .cta{display:flex;gap:12px;flex-wrap:wrap}

/* Cards Planos */
.grid{display:grid;gap:18px}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}
@media(max-width:900px){.hero{grid-template-columns:1fr}.grid.cols-3{grid-template-columns:1fr}.grid.cols-2{grid-template-columns:1fr}}

.card{background:#fff;border:1px solid #e9e9e9;border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.card h3{font-size:20px;margin-bottom:6px;color:#111}
.price{font-size:28px;font-weight:800;color:#111}
.promo{margin-top:6px;display:inline-block;background:#e6f9ff;color:#056; padding:6px 10px;border-radius:8px;font-weight:700}
.features{margin:12px 0 14px; color:#333}
.features li{margin:6px 0; list-style: none; position: relative; padding-left:20px}
.features li:before{content:"✓"; position:absolute; left:0; top:0; color:var(--rimo-blue); font-weight:900}

/* Footer */
.site-footer{background:#0b1215;color:#d7dee4;padding:36px 0;margin-top:40px}
.site-footer a{color:#d7dee4}
.site-footer .brand{display:flex;align-items:center;gap:10px;font-weight:800}
.copy{opacity:.8;margin-top:8px}

/* Floating WhatsApp */
.whatsapp-float{position:fixed;right:18px;bottom:18px;background:#25D366;color:#fff;border-radius:999px;padding:14px 18px;box-shadow:0 6px 20px rgba(0,0,0,.2);z-index:60;font-weight:800}
.whatsapp-float:hover{opacity:.95}
*/
