/* GARCIA TRADER LANDING - ELEMENTOR COMPATIBLE */

/* RESET E BASE */
#garcia-trader-landing {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #333;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  position: relative !important;
  overflow-x: hidden;
}

#garcia-trader-landing * {
  box-sizing: border-box;
}

.garcia-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* TOP NAVIGATION */
.garcia-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.garcia-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.garcia-nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.garcia-logo {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.garcia-logo-g {
  color: #10b981;
}

.garcia-nav-desktop {
  display: none;
  gap: 30px;
}

.garcia-nav-desktop .garcia-nav-link {
  background: none;
  border: none;
  color: #d1d5db;
  cursor: pointer;
  font-size: 14px;
  transition: color 0.3s ease;
}

.garcia-nav-desktop .garcia-nav-link:hover {
  color: #10b981;
}

.garcia-nav-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.garcia-nav-price {
  color: #10b981;
  font-weight: bold;
  font-size: 12px;
}

.garcia-nav-cta {
  background: #10b981;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.garcia-nav-cta:hover {
  background: #059669;
}

/* HERO SECTION */
.garcia-hero {
  background: linear-gradient(135deg, #111827 0%, #000000 50%, #111827 100%);
  color: white;
  padding: 100px 0 60px;
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.garcia-hero-content {
  margin-bottom: 40px;
}

.garcia-badge {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.garcia-title {
  font-size: clamp(20px, 5vw, 48px);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.garcia-highlight {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: bold;
  color: #10b981;
  margin-bottom: 10px;
}

.garcia-subtitle p {
  font-size: clamp(14px, 3vw, 18px);
  color: #d1d5db;
  max-width: 600px;
  margin: 0 auto;
}

/* VÍDEO */
.garcia-video-container {
  max-width: 800px;
  margin: 0 auto 40px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.garcia-video-placeholder {
  background: #1f2937;
  padding: 80px 20px;
  text-align: center;
  color: white;
}

.garcia-play-btn {
  width: 60px;
  height: 60px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 20px;
  color: #10b981;
}

/* SOCIAL PROOF */
.garcia-social-proof {
  margin-top: 40px;
}

.garcia-social-proof p {
  margin-bottom: 20px;
  color: #d1d5db;
  font-size: clamp(14px, 3vw, 16px);
}

.garcia-urgency {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
  font-size: clamp(12px, 3vw, 14px);
}

/* RESULTADOS */
.garcia-results {
  background: rgba(17, 24, 39, 0.5);
  padding: 60px 0;
  color: white;
}

.garcia-results h2 {
  text-align: center;
  font-size: clamp(20px, 4vw, 32px);
  margin-bottom: 40px;
}

.garcia-carousel {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.garcia-slide {
  display: none;
  position: relative;
}

.garcia-slide.active {
  display: block;
}

.garcia-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.garcia-slide-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}

.garcia-slide-info h3 {
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 5px;
}

.garcia-slide-info p {
  font-size: clamp(12px, 2.5vw, 14px);
}

/* BENEFÍCIOS */
.garcia-benefits {
  padding: 60px 0;
  background: white;
}

.garcia-benefits h2 {
  text-align: center;
  font-size: clamp(20px, 4vw, 32px);
  margin-bottom: 40px;
  color: #111827;
}

.garcia-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.garcia-benefit {
  background: #f9fafb;
  padding: 25px 15px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.garcia-benefit:hover {
  border-color: #10b981;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.garcia-benefit-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.garcia-benefit h3 {
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 10px;
  color: #111827;
}

.garcia-benefit p {
  color: #6b7280;
  font-size: clamp(12px, 2.5vw, 14px);
}

/* INTERFACE */
.garcia-interface {
  background: rgba(17, 24, 39, 0.5);
  padding: 60px 0;
  color: white;
}

.garcia-interface h2 {
  text-align: center;
  font-size: clamp(20px, 4vw, 32px);
  margin-bottom: 40px;
}

.garcia-interface-img {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.garcia-interface-img img {
  width: 100%;
  height: auto;
}

/* DEPOIMENTOS */
.garcia-testimonials {
  padding: 60px 0;
  background: white;
}

.garcia-testimonials h2 {
  text-align: center;
  font-size: clamp(20px, 4vw, 32px);
  margin-bottom: 40px;
  color: #111827;
}

.garcia-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.garcia-testimonial {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.garcia-testimonial:hover {
  border-color: #10b981;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.garcia-testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.garcia-testimonial-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.garcia-testimonial-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #10b981;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
}

.garcia-testimonial-info h4 {
  font-size: clamp(14px, 3vw, 16px);
  color: #111827;
  margin-bottom: 5px;
}

.garcia-stars {
  font-size: 12px;
}

.garcia-testimonial p {
  color: #6b7280;
  font-size: clamp(12px, 2.5vw, 14px);
  margin-bottom: 15px;
  line-height: 1.5;
}

.garcia-testimonial-result {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: clamp(11px, 2.5vw, 12px);
  font-weight: bold;
  text-align: center;
}

/* SOBRE GARCIA */
.garcia-about {
  background: rgba(17, 24, 39, 0.5);
  padding: 60px 0;
  color: white;
}

.garcia-about-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.garcia-about-image {
  text-align: center;
}

.garcia-about-image img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.garcia-about-text h2 {
  font-size: clamp(20px, 4vw, 32px);
  margin: 20px 0;
}

.garcia-about-text p {
  color: #d1d5db;
  margin-bottom: 20px;
  font-size: clamp(14px, 3vw, 16px);
}

.garcia-about-text ul {
  list-style: none;
  padding: 0;
}

.garcia-about-text li {
  color: #d1d5db;
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 16px);
}

/* LIVES */
.garcia-lives {
  padding: 60px 0;
  background: white;
}

.garcia-lives h2 {
  text-align: center;
  font-size: clamp(20px, 4vw, 32px);
  margin-bottom: 10px;
  color: #111827;
}

.garcia-lives-subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 40px;
  font-size: clamp(14px, 3vw, 16px);
}

.garcia-lives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 800px;
  margin: 0 auto 40px;
}

.garcia-live-card {
  background: #f9fafb;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  text-align: center;
}

.garcia-live-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.garcia-live-card h3 {
  font-size: clamp(16px, 3vw, 20px);
  color: #111827;
  margin-bottom: 10px;
}

.garcia-live-card p {
  color: #6b7280;
  margin-bottom: 20px;
  font-size: clamp(12px, 2.5vw, 14px);
}

.garcia-live-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.garcia-live-card li {
  color: #6b7280;
  margin-bottom: 8px;
  font-size: clamp(12px, 2.5vw, 14px);
}

.garcia-schedule {
  background: #f9fafb;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.garcia-schedule h3 {
  font-size: clamp(16px, 3vw, 20px);
  color: #111827;
  margin-bottom: 20px;
}

.garcia-schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}

.garcia-schedule-item {
  background: white;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.garcia-schedule-item.special {
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.1), rgba(239, 68, 68, 0.1));
  border-color: rgba(251, 146, 60, 0.3);
}

.garcia-schedule-time {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
  color: #111827;
}

.garcia-schedule-label {
  font-size: clamp(10px, 2vw, 12px);
  font-weight: bold;
  color: #10b981;
  margin: 5px 0;
}

.garcia-schedule-item.special .garcia-schedule-label {
  color: #f59e0b;
}

.garcia-schedule-desc {
  font-size: clamp(10px, 2vw, 11px);
  color: #6b7280;
}

/* COMPRA */
.garcia-purchase {
  background: rgba(17, 24, 39, 0.5);
  padding: 60px 0;
}

.garcia-purchase-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.garcia-purchase-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.garcia-purchase-header {
  background: #10b981;
  color: white;
  padding: 20px;
  text-align: center;
}

.garcia-purchase-header h2 {
  font-size: clamp(18px, 4vw, 24px);
  margin-bottom: 5px;
}

.garcia-purchase-header p {
  font-size: clamp(12px, 3vw, 14px);
  opacity: 0.9;
}

.garcia-purchase-benefits {
  padding: 25px 20px;
}

.garcia-purchase-benefit {
  color: #374151;
  margin-bottom: 12px;
  font-size: clamp(12px, 2.5vw, 14px);
  font-weight: 500;
}

.garcia-purchase-price {
  text-align: center;
  padding: 0 20px 20px;
}

.garcia-price {
  font-size: clamp(36px, 8vw, 48px);
  font-weight: bold;
  color: #10b981;
  margin-bottom: 10px;
}

.garcia-urgency-small {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 8px;
  border-radius: 8px;
  font-size: clamp(10px, 2.5vw, 12px);
  font-weight: bold;
  margin-bottom: 10px;
}

.garcia-purchase-price p {
  color: #6b7280;
  font-size: clamp(12px, 3vw, 14px);
}

.garcia-purchase-buttons {
  padding: 0 20px 20px;
}

.garcia-purchase-btn {
  display: block;
  background: #10b981;
  color: white;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  font-size: clamp(14px, 3vw, 16px);
}

.garcia-purchase-btn:hover {
  background: #059669;
  text-decoration: none;
  color: white;
}

.garcia-whatsapp-btn {
  display: block;
  background: #059669;
  color: white;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  font-size: clamp(14px, 3vw, 16px);
}

.garcia-whatsapp-btn:hover {
  background: #047857;
  text-decoration: none;
  color: white;
}

.garcia-delivery-info {
  text-align: center;
  color: #6b7280;
  font-size: clamp(10px, 2.5vw, 12px);
  padding: 0 20px 20px;
}

.garcia-guarantee-card {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  color: white;
}

.garcia-guarantee-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.garcia-guarantee-card h2 {
  font-size: clamp(20px, 4vw, 28px);
  margin-bottom: 10px;
}

.garcia-guarantee-card h3 {
  font-size: clamp(16px, 3vw, 20px);
  color: #10b981;
  margin-bottom: 15px;
}

.garcia-guarantee-card p {
  color: #d1d5db;
  margin-bottom: 25px;
  font-size: clamp(14px, 3vw, 16px);
}

.garcia-guarantee-features {
  display: grid;
  gap: 15px;
}

.garcia-guarantee-feature {
  display: flex;
  align-items: center;
  text-align: left;
}

.garcia-guarantee-feature-icon {
  width: 40px;
  height: 40px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
}

.garcia-guarantee-feature h4 {
  font-size: clamp(14px, 3vw, 16px);
  color: white;
  margin-bottom: 5px;
}

.garcia-guarantee-feature p {
  font-size: clamp(12px, 2.5vw, 16px);
  color: #d1d5db;
  margin: 0;
}

/* WHATSAPP FLUTUANTE */
.garcia-whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 999;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* MENU MOBILE BOTTOM */
.garcia-mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  z-index: 1000;
}

.garcia-mobile-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d1d5db;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 5px;
  min-width: 0;
}

.garcia-mobile-menu-item:hover {
  color: #10b981;
  text-decoration: none;
}

.garcia-mobile-menu-icon {
  font-size: 16px;
  margin-bottom: 2px;
}

.garcia-mobile-menu-item span {
  font-size: 10px;
  font-weight: bold;
}

/* RESPONSIVO */
@media (min-width: 768px) {
  .garcia-nav-desktop {
    display: flex;
  }

  .garcia-nav-mobile {
    display: none;
  }

  .garcia-mobile-menu {
    display: none;
  }

  .garcia-whatsapp-float {
    bottom: 20px;
  }

  .garcia-about-content {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .garcia-about-text {
    text-align: left;
  }

  .garcia-purchase-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .garcia-slide img {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .garcia-container {
    padding: 0 15px;
  }

  .garcia-hero {
    padding: 80px 0 40px;
    min-height: 90vh;
  }

  .garcia-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .garcia-benefits-grid {
    grid-template-columns: 1fr;
  }

  .garcia-lives-grid {
    grid-template-columns: 1fr;
  }
}
