/*
Theme Name: Priorin Landing v3.1 Corrigido
Theme URI: https://cancuncosmeticos.com.br
Author: Cancun Cosméticos
Description: LP do Extrato de Priorin com caminho absoluto das imagens. Corrige erro de imagens quebradas.
Version: 3.1
License: GPL v2 or later
Text Domain: priorin-v31
*/

body { 
    font-family: 'Arial', sans-serif; 
    margin: 0; 
    padding: 0;
    line-height: 1.6;
    color: #333;
    background: #fff;
}
section { margin-bottom: 30px; padding: 20px 0; }
.column { display: inline-block; vertical-align: top; width: 100%; }
img { max-width: 100%; height: auto; display: block; margin: 15px auto; }
.btn, a.btn { 
    background: #00c853; 
    color: white !important; 
    padding: 18px 35px; 
    text-decoration: none; 
    display: inline-block; 
    border-radius: 8px; 
    font-weight: bold; 
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,200,83,0.3);
}
.btn:hover { background: #00b04a; }
.spacer { height: 30px; }
h1,h2,h3,h4 { color: #1a1a1a; margin-top: 20px; text-align: center; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 15px; }
.trust-badges img { max-width: 450px; }
@media (max-width: 768px) { 
    .column { width: 100% !important; }
    h1 { font-size: 26px; }
    h2 { font-size: 22px; }
    .btn { padding: 15px 25px; font-size: 16px; }
}
