/*
Theme Name: 63x Child
Template: flatsome
Description: Child theme para marca 63x - Cassino online inovador com slots exclusivos
Author: 63x Dev Team
Version: 1.0
Text Domain: 63x-child
*/

/* Reset básico e ajustes para o tema filho */

body {
  background-color: #000000;
  color: #00FFFF;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: #00ffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover, a:focus {
  color: #39ffec;
  outline: none;
}

/* Hero Overlay Section */
.hero-overlay {
  position: relative;
  height: 600px;
  color: #00ffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-overlay .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.35) contrast(1.2);
  z-index: 1;
}
.hero-overlay .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}
.hero-overlay h1 {
  font-family: 'Orbitron', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  margin-bottom: 0.5em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00ffff;
  text-shadow:
    0 0 10px #00ffff,
    0 0 20px #00ffff,
    0 0 30px #00ffff;
}
.hero-overlay p {
  font-size: 1.25rem;
  margin-bottom: 1.5em;
  color: #a0f9ff;
  text-shadow: 0 0 6px #00ffff;
}
.hero-overlay .button-cta {
  background: linear-gradient(45deg, #00ffff, #0077ff);
  color: #000;
  font-weight: 700;
  padding: 1em 2.5em;
  border-radius: 5px;
  box-shadow:
    0 0 8px #00ffff,
    0 0 20px #00ffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.hero-overlay .button-cta:hover,
.hero-overlay .button-cta:focus {
  background: linear-gradient(45deg, #0077ff, #00ffff);
  box-shadow:
    0 0 15px #0077ff,
    0 0 30px #00ffff;
  color: #fff;
  outline: none;
}

/* Bonus Explainer Section */
.bonus-explainer {
  background: linear-gradient(135deg, #000000 0%, #002233 100%);
  color: #00ffff;
  padding: 60px 20px;
  text-align: center;
}
.bonus-explainer h2 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.bonus-explainer p {
  font-size: 1.15rem;
  max-width: 720px;
  margin: 0 auto 2em;
  line-height: 1.5;
  color: #a0f9ff;
}
.bonus-explainer .bonus-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.bonus-explainer .bonus-item {
  background: transparent;
  border: 2px solid #00ffff;
  border-radius: 10px;
  padding: 20px;
  flex: 1 1 280px;
  max-width: 320px;
  box-shadow:
    0 0 12px #00ffff;
  transition: box-shadow 0.3s ease;
}
.bonus-explainer .bonus-item:hover {
  box-shadow:
    0 0 18px #00ffff,
    0 0 40px #0077ff;
}
.bonus-explainer .bonus-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #00ffff;
}
.bonus-explainer .bonus-item p {
  font-size: 1rem;
  color: #a0f9ff;
  line-height: 1.4;
}

/* Features Grid Section */
.features-grid {
  background-color: #000000;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 30px;
  color: #00ffff;
  max-width: 1200px;
  margin: 0 auto;
}
.features-grid .feature-card {
  border: 2px solid #00ffff;
  border-radius: 14px;
  padding: 24px;
  background: rgba(0,255,255,0.05);
  box-shadow: 0 0 12px #00ffff;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.features-grid .feature-card:hover {
  box-shadow: 0 0 25px #00ffff, 0 0 50px #0077ff;
}
.features-grid .feature-card h3 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.6em;
}
.features-grid .feature-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #a0f9ff;
}
.features-grid .feature-card .feature-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 2px #00ffff);
}

/* FAQ Section */
.faq {
  background: linear-gradient(180deg, #001122 0%, #000000 100%);
  color: #00ffff;
  padding: 60px 20px;
  max-width: 960px;
  margin: 0 auto;
}
.faq h2 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.faq dl {
  border-top: 2px solid #00ffff;
}
.faq dt {
  font-weight: 700;
  font-size: 1.25rem;
  padding: 15px 0;
  border-bottom: 1px solid #004466;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.faq dt::after {
  content: '\25BC';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #00ffff;
  transition: transform 0.3s ease;
}
.faq dd {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 20px 0;
  padding-left: 10px;
  display: none;
  color: #a0f9ff;
}
.faq dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq dt.active + dd {
  display: block;
}

/* Recent Posts Section */
.recent-posts {
  background-color: #000000;
  color: #00ffff;
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
}
.recent-posts h2 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.recent-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 30px;
}
.recent-posts article {
  border: 2px solid #00ffff;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0,255,255,0.05);
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 12px #00ffff;
  transition: box-shadow 0.3s ease;
}
.recent-posts article:hover {
  box-shadow: 0 0 25px #00ffff,0 0 50px #0077ff;
}
.recent-posts .post-thumbnail {
  width: 100%;
  height: 160px;
  overflow: hidden;
  flex-shrink: 0;
}
.recent-posts .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.recent-posts article:hover .post-thumbnail img {
  transform: scale(1.05);
}
.recent-posts .post-content {
  padding: 15px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.recent-posts .post-content h3 {
  font-size: 1.25rem;
  margin: 0 0 0.5em 0;
  color: #00ffff;
  font-weight: 700;
}
.recent-posts .post-content p {
  flex-grow: 1;
  font-size: 1rem;
  color: #a0f9ff;
  margin-bottom: 1em;
}
.recent-posts .post-content a.read-more {
  align-self: flex-start;
  font-weight: 700;
  color: #00ffff;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.3s ease;
}
.recent-posts .post-content a.read-more:hover,
.recent-posts .post-content a.read-more:focus {
  border-color: #00ffff;
  outline: none;
}

/* Steps Section */
.steps {
  background: linear-gradient(135deg, #000000 0%, #003344 100%);
  color: #00ffff;
  max-width: 960px;
  margin: 60px auto;
  padding: 50px 20px;
  text-align: center;
}
.steps h2 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.steps .step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.steps .step {
  border: 2px solid #00ffff;
  border-radius: 14px;
  padding: 25px;
  flex: 1 1 240px;
  max-width: 280px;
  box-shadow: 0 0 12px #00ffff;
  background: rgba(0,255,255,0.05);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps .step:hover {
  box-shadow: 0 0 25px #00ffff, 0 0 50px #0077ff;
}
.steps .step .icon {
  font-size: 3rem;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 3px #00ffff);
}
.steps .step h3 {
  font-size: 1.4rem;
  margin-bottom: 0.6em;
  font-weight: 700;
}
.steps .step p {
  font-size: 1rem;
  line-height: 1.4;
  color: #a0f9ff;
}

/* Trust Blocks Section */
.trust-blocks {
  background-color: #000000;
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  color: #00ffff;
}
.trust-blocks .trust-item {
  flex: 1 1 280px;
  border: 2px solid #00ffff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 0 12px #00ffff;
  background: rgba(0,255,255,0.05);
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.trust-blocks .trust-item:hover {
  box-shadow: 0 0 25px #00ffff, 0 0 50px #0077ff;
}
.trust-blocks .trust-item .icon {
  font-size: 3rem;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 4px #00ffff);
}
.trust-blocks .trust-item h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
  font-weight: 700;
}
.trust-blocks .trust-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #a0f9ff;
}

/* CTA Footer Section */
.cta-footer {
  background: linear-gradient(45deg, #000000, #001122);
  color: #00ffff;
  padding: 50px 20px;
  text-align: center;
  box-shadow: inset 0 0 40px #00ffff;
}
.cta-footer h2 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cta-footer a.button-cta {
  padding: 1.1em 3em;
  background: linear-gradient(45deg, #00ffff, #0077ff);
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000000;
  box-shadow: 0 0 16px #00ffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta-footer a.button-cta:hover,
.cta-footer a.button-cta:focus {
  background: linear-gradient(45deg, #0077ff, #00ffff);
  box-shadow: 0 0 25px #0077ff, 0 0 50px #00ffff;
  color: #fff;
  outline: none;
}

/* Menu style adjustment for CTA right */
.menu-cta-right .nav > li.menu-item:last-child > a {
  background: linear-gradient(45deg, #00ffff, #0077ff);
  color: #000;
  font-weight: 700;
  border-radius: 6px;
  padding: 10px 18px;
  box-shadow: 0 0 10px #00ffff;
  transition: background 0.3s ease;
}
.menu-cta-right .nav > li.menu-item:last-child > a:hover {
  background: linear-gradient(45deg, #0077ff, #00ffff);
  box-shadow: 0 0 20px #0077ff, 0 0 40px #00ffff;
  color: #fff;
}

/* Neon outline cards style (card_style: outline_neon) */
.card-outline-neon {
  border: 2px solid #00ffff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 10px #00ffff;
  background: transparent;
  transition: box-shadow 0.3s ease;
}
.card-outline-neon:hover {
  box-shadow: 0 0 25px #00ffff, 0 0 50px #0077ff;
}

/* Modern tech headlines style (headline_style: modern_tech) */
h1, h2, h3 {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Utility: emoji as icon style */
.icon-emoji {
  font-size: 2.2rem;
  margin-right: 8px;
  vertical-align: middle;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-overlay {
    height: 400px;
  }
  .hero-overlay h1 {
    font-size: 2.4rem;
  }
  .bonus-explainer .bonus-list, .features-grid, .recent-posts .posts-grid, .steps .step-list, .trust-blocks {
    grid-template-columns: 1fr !important;
  }
}

/* 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:#08090f!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:#3b82f6!important} a:hover{color:#06b6d4!important}
#top-bar,.header-top{background:#0e1120!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:#3b82f6!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:#08090f!important}
.nav>li>a,.header-nav>li>a{color:#d0d8ea!important}
.nav>li>a:hover{color:#3b82f6!important}
.footer-primary,.absolute-footer,.footer,.footer-wrapper{background:#08090f!important;color:#b7c0d8!important}
.copyright-footer{color:#b7c0d8!important;font-size:13px!important}
.copyright-footer strong{color:#3b82f6!important;font-weight:600!important}
.absolute-footer a,.footer a{color:#3b82f6!important}
.lightbox-content.lightbox-newsletter,.lightbox-by-id{display:none!important}
.is-border.is-dashed{display:none!important}
