.elementor-27449 .elementor-element.elementor-element-758fb69{--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-27449 .elementor-element.elementor-element-014e472{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ab4bfaf */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

/* Hero Section */
.hero {
    background: white;
    padding: 80px 0;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C2E71;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-text h2 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.promise-section {
    background: rgba(220, 38, 69, 0.05);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #DC3545;
}

.promise-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2C2E71;
    margin-bottom: 1rem;
}

.promise-section ul {
    list-style: none;
    padding: 0;
}

.promise-section li {
    padding: 0.5rem 0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.promise-section li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DC3545;
    font-weight: bold;
}

.lead-magnet-badge {
    text-align: center;
    margin-bottom: 20px;
}

.badge-text {
    display: inline-block;
    background: linear-gradient(135deg, #DC3545, #b91c1c);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lead-form {
    background: white;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 600px;
    overflow: visible;
}

/* Statistics Section */
.problem-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.statistics-content {
    text-align: center;
}

.statistics-text h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2C2E71;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.statistics-text h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.statistics-text p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.problem-list {
    list-style: none;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.problem-list li {
    background: white;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.problem-detail {
    display: block;
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Framework Section */
.framework-section {
    padding: 100px 0;
    text-align: center;
}

.framework-section h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2C2E71;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.framework-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #DC3545, #e74c3c);
    border-radius: 2px;
    animation: underlineAnimation 2s ease-in-out forwards;
    animation-delay: 0.5s;
}

@keyframes underlineAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.framework-section h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.framework-section .highlight {
    color: #DC3545;
}

.framework-section p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

.framework-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.framework-number {
    width: 60px;
    height: 60px;
    background: #2C2E71;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.framework-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2C2E71;
    margin-bottom: 15px;
}

.framework-card p {
    color: #666;
    font-size: 1rem;
}

.framework-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

/* Target Audience Section */
.target-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.target-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C2E71;
    text-align: center;
    margin-bottom: 3rem;
}

.benefits-list {
    max-width: 800px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    background: white;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-left: 4px solid #DC3545;
}

.benefit-check {
    background: #DC3545;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}

.benefit-text {
    flex: 1;
}

.benefit-text p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

/* Testimonials Section */
.testimonials-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.testimonials-section .container {
    background-color: transparent;
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.testimonial-item {
    text-align: center;
    background-color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-quote {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 2rem;
    color: #1a1a1a;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-weight: 600;
    color: #1a1a1a;
}

.author-title {
    color: #666;
    font-size: 0.9rem;
}

/* Trusted By Section */
.trusted-by {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.trusted-by .container {
    background-color: transparent;
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.trusted-by-content {
    text-align: center;
}

.trusted-by .section-title {
    color: #2C2E71;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2rem;
    align-items: center;
    margin-top: 2rem;
}

.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.client-logo {
    width: 120px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.client-logo:hover {
    filter: grayscale(0%);
}

/* Opportunity Section */
.opportunity-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.opportunity-header {
    text-align: center;
    margin-bottom: 4rem;
}

.opportunity-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C2E71;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.opportunity-subtitle {
    font-size: 1.3rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.opportunity-content {
    max-width: 1200px;
    margin: 0 auto;
}

.factors-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2C2E71;
    text-align: center;
    margin-bottom: 3rem;
}

.factors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.factor-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #DC3545;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.factor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #DC3545, #e74c3c);
}

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

.factor-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #DC3545, #e74c3c);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.factor-content {
    flex: 1;
}

.factor-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2C2E71;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.factor-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.cta {
    padding: 8rem 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://storage.googleapis.com/msgsndr/HtUEb0a96GiHZUIAHR26/media/68b429a074ce1f3567131aff.jpeg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.cta-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 50, 102, 0.7);
    z-index: 2;
}

.cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
}

.btn-primary {
    background-color: #dc2626;
    color: white;
}

.btn-primary:hover {
    background-color: #b91c1c;
    transform: translateY(-2px);
}

.cta .btn {
    padding: 18px 36px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text h2 {
        font-size: 1.2rem;
    }

    .statistics-text h2 {
        font-size: 1.8rem;
    }

    .statistics-text h3 {
        font-size: 1.4rem;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
    }

    .benefit-check {
        margin: 0 auto 1rem;
    }

    .framework-grid {
        grid-template-columns: 1fr;
    }

    .framework-bottom {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .factors-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .factor-card {
        padding: 2rem;
    }

    .opportunity-header h2 {
        font-size: 2rem;
    }

    .factors-title {
        font-size: 1.6rem;
    }

    .logos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .client-logo {
        width: 100px;
        height: 70px;
    }

    .cta-title {
        font-size: 2.5rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
    }

    .cta {
        padding: 4rem 0;
        min-height: 50vh;
    }

    .cta-content {
        min-height: 50vh;
    }

    .badge-text {
        font-size: 1rem;
        padding: 10px 20px;
    }

    .lead-form {
        min-height: 500px;
        width: 100%;
        max-width: none;
    }

    .lead-form iframe {
        height: 500px !important;
        min-height: 500px !important;
    }
}

@media (max-width: 640px) {
    .logos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .client-logo {
        width: 80px;
        height: 50px;
    }

    .section-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .client-logo {
        width: 70px;
        height: 45px;
    }

    .section-title {
        font-size: 1.6rem;
    }
}/* End custom CSS */