.elementor-30515 .elementor-element.elementor-element-5b704d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-30515 .elementor-element.elementor-element-ee09e4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-17929e5 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

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

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(181, 206, 81, 0.1) 0%, transparent 70%);
    animation: rotate 60s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-left {
    color: white;
}

.badge {
    display: inline-block;
    background: #ea5e3a;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

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

h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.highlight {
    color: #b5ce51;
    position: relative;
}

.subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.95;
    color: white;
}

.benefits-list {
    list-style: none;
    margin-bottom: 30px;
}

.benefits-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 1.05rem;
}

.check {
    background: #b5ce51;
    color: #2b2e71;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

/* Form Box */
.form-box {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    position: relative;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-title {
    font-size: 1.8rem;
    color: #2b2e71;
    margin-bottom: 10px;
    font-weight: 700;
}

.form-subtitle {
    color: #666;
    font-size: 1rem;
}

.form-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.form-footer p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 0.85rem;
}

.trust-item .icon {
    color: #b5ce51;
    font-size: 1.2rem;
}

/* Book Preview */
.book-preview {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 140px;
    height: 50px;
    background: #ea5e3a;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(234, 94, 58, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    padding: 10px;
    transform: rotate(-5deg);
    z-index: 10;
    border: 3px solid white;
}

/* GHL Form Wrapper Styles */
.ghl-form-wrapper,
.ghl-form-wrapper-cta {
    width: 100%;
    margin: 20px 0;
}

/* Problem Section */
.problem-section {
    background: #f9f7f4;
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-badge {
    display: inline-block;
    background: #ea5e3a;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

h2 {
    font-size: 2.5rem;
    color: #2b2e71;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.problem-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 2px solid transparent;
}

.problem-card:hover {
    transform: translateY(-5px);
    border-color: #ea5e3a;
}

.problem-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.problem-title {
    font-size: 1.3rem;
    color: #2b2e71;
    margin-bottom: 15px;
    font-weight: 600;
}

.problem-text {
    color: #666;
    line-height: 1.7;
}

/* Method Section */
.method-section {
    background: white;
    padding: 80px 0;
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.method-step {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.method-step:hover {
    transform: scale(1.05);
}

.method-letter {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ea5e3a, #ff7659);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 15px;
    box-shadow: 0 5px 20px rgba(234, 94, 58, 0.3);
}

.method-name {
    font-size: 1.1rem;
    color: #2b2e71;
    font-weight: 600;
    margin-bottom: 10px;
}

.method-desc {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Benefits Section */
.benefits-section {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 80px 0;
}

.benefits-section h2 {
    color: white;
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    align-items: start;
}

.benefit-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.benefit-content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #b5ce51;
}

.benefit-content p {
    opacity: 0.9;
    line-height: 1.7;
}

/* Logos Section */
.logos-section {
    background: white;
    padding: 60px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.logos-section h2 {
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 40px;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    align-items: center;
    justify-items: center;
    opacity: 0.6;
    filter: grayscale(100%);
}

.logo-item {
    height: 45px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-item:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

/* Final CTA */
.final-cta {
    background: white;
    padding: 80px 0;
    text-align: center;
}

.cta-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background: linear-gradient(135deg, #efe6d4 0%, #f5f1e8 100%);
    border-radius: 20px;
    border: 3px solid #b5ce51;
}

.cta-title {
    font-size: 2.2rem;
    color: #2b2e71;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

/* Urgency Banner */
.urgency-banner {
    background: #ea5e3a;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: 600;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 968px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .problems-grid {
        grid-template-columns: 1fr;
    }
    
    .method-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .book-preview {
        display: none;
    }
    
    .logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .method-grid {
        grid-template-columns: 1fr;
    }
    
    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .form-box {
        padding: 25px;
    }
    
    .cta-box {
        padding: 30px 20px;
    }
}/* End custom CSS */