/*
Theme Name: Indicação do Cliente
Theme URI: https://github.com/
Author: Leonardo Soares Alves
Author URI: https://www.instagram.com/moises_soares_alves/
Description: Tema de página única para links de indicação e referral marketing. Design moderno com destaque em roxo, otimizado para conversão de cliques em links de indicação. Features SEO integradas: Schema.org markup (Person, WebSite, ItemList), Open Graph tags, Twitter Cards, meta tags otimizadas, canonical URL, keywords estratégicas para nicho de indicações e descontos.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indicacao-cliente
Tags: one-page, referral, marketing, purple, responsive, mobile-first, seo-ready, schema-markup, open-graph, fast-loading, glassmorphism
*/

/* Reset básico */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #0F172A;
    color: #E5E7EB;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

