/*
Theme Name: pp300 - Child Theme
Template: flatsome
Description: Tema filho para Flatsome, marca pp300 - Slots e Cassino Online Brasil
Author: Senior Dev
Version: 1.0
Text Domain: pp300-child
*/

/* Cores do esquema emerald_gold para elementos premium e luxuosos */
:root {
  --color-emerald: #2ecc71;
  --color-gold: #d4af37;
  --color-gold-light: #f2d16b;
  --color-emerald-dark: #27ae60;
  --color-text-primary: #1e1e1e;
  --color-text-secondary: #555555;
  --color-background: #fffefc;
  --color-cta-bg: var(--color-gold);
  --color-cta-hover-bg: #b8932a;
  --color-card-gradient-start: #a8e6cf;
  --color-card-gradient-end: #dcedc1;
}

/* Body e fontes */
body {
  background-color: var(--color-background);
  color: var(--color-text-primary);
  font-family: 'Open Sans', sans-serif;
}

/* Cabeçalhos Wide Premium */
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-emerald-dark);
  margin-bottom: 0.5em;
}
h1 {
  font-size: 2.8rem;
  line-height: 1.1;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.75rem;
}

/* Botões CTA luxury gold */
.button, .btn, button, input[type=submit] {
  background: var(--color-cta-bg);
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 0.85em 2.4em;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(212,175,55,0.6);
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}
.button:hover, .btn:hover, button:hover, input[type=submit]:hover {
  background: var(--color-cta-hover-bg);
}

/* Cards com gradiente suave para benefits */
.benefit-card {
  background: linear-gradient(135deg, var(--color-card-gradient-start), var(--color-card-gradient-end));
  border-radius: 12px;
  padding: 1.8em 1.5em;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  color: var(--color-text-primary);
  margin-bottom: 1.8em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.benefit-card .icon {
  font-size: 2.6rem;
  color: var(--color-emerald-dark);
  flex-shrink: 0;
}
.benefit-card h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
}
.benefit-card p {
  margin: 0.3em 0 0 0;
  color: var(--color-text-secondary);
  font-size: 0.95rem;
}

/* Layout Q - estrutura editorial com largura média e colunas equilibradas */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.2rem;
}

/* Menu com CTA à direita */
.header-nav .menu > li:last-child {
  margin-left: auto;
}
.header-nav .menu > li:last-child > a {
  background: var(--color-cta-bg);
  color: #fff !important;
  padding: 0.7em 1.6em;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(212,175,55,0.5);
  transition: background 0.3s ease;
}
.header-nav .menu > li:last-child > a:hover {
  background: var(--color-cta-hover-bg) !important;
}

/* Hero card-overlay com sombras e profundidade cinematográfica */
.hero-card-overlay {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  margin-bottom: 3em;
}
.hero-card-overlay .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}
.hero-card-overlay .content {
  position: relative;
  z-index: 2;
  padding: 3em 2em;
  color: #fff;
  max-width: 600px;
}
.hero-card-overlay h1 {
  color: var(--color-gold-light);
  font-size: 3rem;
  margin-bottom: 0.2em;
}
.hero-card-overlay p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  color: #f9f5e7;
}

/* FAQ estilo perguntas curtas e naturais */
.faq-section {
  margin: 4em 0;
}
.faq-question {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.4em;
  color: var(--color-emerald-dark);
}
.faq-answer {
  margin-bottom: 1.8em;
  color: var(--color-text-secondary);
  font-size: 1rem;
  line-height: 1.5;
}

/* Section order and spacing */
section {
  margin-bottom: 4em;
}

/* Brand Highlights - estilo premium com moedas e fichas douradas flutuando (simples sombra) */
.brand-highlights {
  background: #f9f9f7;
  border-radius: 14px;
  padding: 2em 1.5em;
  box-shadow: inset 0 0 30px rgba(212,175,55,0.15);
  text-align: center;
  color: var(--color-emerald-dark);
}
.brand-highlights h2 {
  margin-bottom: 1em;
}
.brand-highlights p {
  font-size: 1.1rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

/* Steps section estilo guia passo-a-passo */
.steps-list {
  display: flex;
  gap: 1.8em;
  flex-wrap: wrap;
  justify-content: center;
}
.step-item {
  background: linear-gradient(135deg, var(--color-card-gradient-start), var(--color-card-gradient-end));
  border-radius: 14px;
  padding: 1.6em 1.8em;
  flex: 1 1 220px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  text-align: center;
}
.step-item h3 {
  font-weight: 700;
  margin-bottom: 0.6em;
  color: var(--color-emerald-dark);
}
.step-item p {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 1.4;
  margin: 0;
}

/* Bonus Explainer section com títulos e texto claros */
.bonus-explainer p {
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-text-secondary);
}

/* Content angle: bônus e overview de features*/
.bonus-highlight {
  font-weight: 700;
  color: var(--color-gold);
}

/* Footer CTA com fundo esmeralda escuro e texto dourado */
.cta-footer {
  background-color: var(--color-emerald-dark);
  color: var(--color-gold-light);
  padding: 3em 1.5em;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(39,174,96,0.6);
}
.cta-footer .button {
  background: var(--color-gold-light);
  color: var(--color-emerald-dark);
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1em 3em;
  border-radius: 40px;
  box-shadow: 0 5px 15px rgba(212,175,55,0.8);
  transition: background 0.4s ease;
}
.cta-footer .button:hover {
  background: var(--color-gold);
  color: #fff;
}

/* Emojis decorativos para categorias e ícones inline */
.icon-emoji {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 0.5em;
}

/* Hide Flatsome placeholder */
.header-inner .text-left:empty,.header-inner .text-right:empty,.ux-banner .text:empty{display:none!important;}

/* === Flatsome brand overrides === */
html,body,.page,.page-wrapper,.main-content{background-color:#07110d!important;color:#d0d8ea!important}
h1,h2,h3,h4,h5,h6,.page-title,.entry-title,.product-title,.header-title{color:#eef2ff!important}
p,li,span,div,.entry-content,.page-content,article{color:#c8d0e4!important}
a{color:#0ee0a1!important} a:hover{color:#ffd36a!important}
#top-bar,.header-top{background:#0d1a14!important;border-bottom:1px solid rgba(255,255,255,.06)!important}
#top-bar *,.header-top *{color:rgba(255,255,255,.65)!important}
#top-bar a:hover{color:#0ee0a1!important}
.header-newsletter-item,.header-social-icons,#top-bar .social-icons,#top-bar .header-newsletter-item,.tooltip.is-small{display:none!important}
.header-main,.header-bottom,.nav-dark,.header-wrapper{background:#07110d!important}
.nav>li>a,.header-nav>li>a{color:#d0d8ea!important}
.nav>li>a:hover{color:#0ee0a1!important}
.footer-primary,.absolute-footer,.footer,.footer-wrapper{background:#07110d!important;color:#b7c0d8!important}
.copyright-footer{color:#b7c0d8!important;font-size:13px!important}
.copyright-footer strong{color:#0ee0a1!important;font-weight:600!important}
.absolute-footer a,.footer a{color:#0ee0a1!important}
.lightbox-content,.mfp-bg,.mfp-wrap{display:none!important}
.is-border.is-dashed{display:none!important}
