/*
Theme Name: Enfold Child
Theme URI: http://www.kriesi.at/themes/enfold/
Template: enfold
Author: Kriesi
Author URI: https://kriesi.at
Description: A superflexible and responsive Business Theme by Kriesi - Update notifications available on Facebook and via newsletter: - Join the Facebook Group - Subscribe to our Newsletter
Version: 6.0.8.1774288609
Updated: 2026-03-23 17:56:49

*/

:root {
  --jetpot-magenta:   #e8326a;   /* primario — CTAs, links activos */
  --jetpot-orange:    #f47c2f;   /* acento — highlights, badges */
  --jetpot-purple:    #7b2d8b;   /* profundo — hovers, fondos secundarios */
  --jetpot-dark:      #0f0f1a;   /* background hero/footer */
  --jetpot-gradient:  linear-gradient(135deg, #e8326a, #f47c2f);   /* logo signature */
  --jetpot-gradient2: linear-gradient(135deg, #c41e6b, #7b2d8b);   /* variante oscura */
}

/* Eliminar padding/margin del wrapper principal que limita el ancho */
#main {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.av-content-full,
.container,
.av_one_full,
#main > .av-content-wrap {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Asegurar que las secciones sean full-width */
.av-section-cont-open,
[data-av_uid] {
    max-width: 100% !important;
}

/* Padding interno en las secciones */
.av_section,
.avia-section {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* Responsive - menos padding en móviles */
@media only screen and (max-width: 767px) {
    .av_section,
    .avia-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Logo styling */
.inner-container {
    display: flex;
    align-items: center;
}

.logo.avia-standard-logo {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo.avia-standard-logo img {
    max-height: 100%;
    width: auto;
}

/* ============================================
   JETPOT AI - Custom Styles
   ============================================ */

/* Hero Section */
.jetpot-hero {
    position: relative;
    overflow: hidden;
}

.jetpot-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(232, 50, 106, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(244, 124, 47, 0.08) 0%, transparent 50%);
    animation: heroGlow 15s ease-in-out infinite;
}

@keyframes heroGlow {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

.jetpot-hero-title h1 {
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}

.jetpot-hero-text p {
    line-height: 1.7;
}

/* Primary Button */
.jetpot-btn-primary a,
.jetpot-btn-primary .avia-button {
    background: var(--jetpot-gradient) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 18px 40px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(232, 50, 106, 0.3);
}

.jetpot-btn-primary a:hover,
.jetpot-btn-primary .avia-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 50, 106, 0.4);
}

.jetpot-btn-glow a,
.jetpot-btn-glow .avia-button {
    animation: btnGlow 2s ease-in-out infinite;
}

@keyframes btnGlow {
    0%, 100% { box-shadow: 0 4px 15px rgba(232, 50, 106, 0.3); }
    50% { box-shadow: 0 4px 30px rgba(232, 50, 106, 0.5); }
}

/* Section Titles */
.jetpot-section-title h2 {
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

.jetpot-section-intro p {
    line-height: 1.7;
}

/* Cards General */
.jetpot-card {
    transition: all 0.3s ease;
}

.jetpot-card:hover {
    transform: translateY(-5px);
}

.jetpot-card-icon {
    text-align: center;
    margin-bottom: 15px;
}

.jetpot-card-icon ion-icon {
    font-size: 40px;
    color: var(--jetpot-magenta);
}

.jetpot-card-text {
    text-align: center;
    line-height: 1.6;
    margin: 0;
}

/* Problem Cards */
.jetpot-problem-card {
    background: #f8f9fa !important;
}

.jetpot-problem-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Benefit Cards */
.jetpot-benefit-card {
    background: #ffffff !important;
}

.jetpot-benefit-card:hover {
    box-shadow: 0 15px 40px rgba(232, 50, 106, 0.12);
    border-color: var(--jetpot-magenta) !important;
}

/* Motor Cards */
.jetpot-motor-card {
    transition: all 0.3s ease;
}

.jetpot-motor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.jetpot-motor-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.jetpot-motor-title ion-icon {
    font-size: 32px;
    color: var(--jetpot-magenta);
}

.jetpot-motor-title span {
    font-size: 18px;
    font-weight: 600;
    color: var(--jetpot-magenta);
}

.jetpot-motor-title.featured ion-icon,
.jetpot-motor-title.featured span {
    color: var(--jetpot-orange);
}

.jetpot-motor-cta {
    margin-top: 15px;
    font-weight: 600;
    color: var(--jetpot-magenta);
    display: flex;
    align-items: center;
    gap: 5px;
}

.jetpot-motor-cta ion-icon {
    font-size: 16px;
}

.jetpot-motor-cta.featured {
    color: var(--jetpot-orange);
}

.jetpot-motor-featured {
    position: relative;
}

.jetpot-motor-featured::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--jetpot-gradient);
    border-radius: 14px;
    z-index: -1;
    opacity: 0.5;
}

/* Accent Colors */
.jetpot-accent-orange {
    color: var(--jetpot-orange) !important;
}

/* Step Cards - Como Funciona */
.jetpot-step-card {
    text-align: center;
    transition: all 0.3s ease;
}

.jetpot-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.jetpot-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: var(--jetpot-gradient);
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(232, 50, 106, 0.3);
}

.jetpot-step-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f0f1a;
    margin: 0 0 8px 0;
    text-align: center;
}

.jetpot-step-desc {
    color: #666;
    margin: 0;
    line-height: 1.5;
    text-align: center;
}

/* CTA Section */
.jetpot-cta-section {
    position: relative;
}

.jetpot-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(232, 50, 106, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* Highlight Text */
.jetpot-highlight-text p {
    position: relative;
    padding: 20px 30px;
    background: rgba(232, 50, 106, 0.05);
    border-left: 4px solid var(--jetpot-magenta);
    border-radius: 0 8px 8px 0;
}

/* Responsive Adjustments */
@media only screen and (max-width: 989px) {
    .jetpot-card,
    .jetpot-motor-card,
    .jetpot-step-card {
        margin-bottom: 20px !important;
    }

    .jetpot-step-number {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .jetpot-hero-title h1 {
        font-size: 28px !important;
    }

    .jetpot-section-title h2 {
        font-size: 24px !important;
    }

    .jetpot-btn-primary a,
    .jetpot-btn-primary .avia-button {
        padding: 14px 30px !important;
    }

    .jetpot-motor-title {
        flex-direction: column;
        text-align: center;
    }

    .jetpot-motor-title ion-icon {
        margin-bottom: 8px;
    }
}
