/*
Theme Name: ZipZap Box Theme
Theme URI: https://zipzapbrazil.com
Description: Tema elegante e premium para ZipZap Box
Author: ZipZap Box
Author URI: https://zipzapbrazil.com
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zipzapbox
*/

* { box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; }

a, button, .wp-block-button__link, .wp-block-navigation-item__content {
  transition: all 0.3s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header .wp-block-site-title a {
  text-decoration: none;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.wp-block-navigation-item__content:hover {
  color: #c9a84c !important;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.wp-block-button__link {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 168, 76, 0.3);
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid #c9a84c;
  color: #c9a84c;
}

.is-style-outline .wp-block-button__link:hover {
  background: #c9a84c;
  color: #1a1a1a;
}

.section-dark { background-color: #1a1a1a; color: #ffffff; }
.section-light { background-color: #f5f5f5; }

.benefit-card {
  text-align: center;
  padding: 3rem 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.product-showcase img {
  transition: transform 0.5s ease;
}

.product-showcase:hover img {
  transform: scale(1.02);
}

.gold-line {
  width: 60px;
  height: 3px;
  background: #c9a84c;
  display: block;
  margin: 1.5rem auto;
}

.testimonial-card {
  background: #ffffff;
  padding: 2.5rem;
  border-left: 3px solid #c9a84c;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.site-footer a {
  color: #999999;
  text-decoration: none;
}

.site-footer a:hover {
  color: #c9a84c;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #c9a84c !important;
  color: #1a1a1a !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 14px 35px !important;
  transition: all 0.3s ease;
  border: none !important;
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #b89533 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 168, 76, 0.3);
}

.woocommerce .price {
  color: #c9a84c !important;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem !important;
  font-weight: 700;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #c9a84c !important;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #1a1a1a; }
::-webkit-scrollbar-thumb { background: #c9a84c; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #b89533; }

@media (max-width: 768px) {
  .hero-section { min-height: 80vh; }
  .benefit-card { padding: 2rem 1.5rem; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in-up { animation: fadeInUp 0.8s ease forwards; }
.text-gold { color: #c9a84c; }
.bg-dark { background-color: #1a1a1a; }
.uppercase { text-transform: uppercase; letter-spacing: 0.15em; }
