.elementor-27659 .elementor-element.elementor-element-94dee4f{--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-27659 .elementor-element.elementor-element-6ca561c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-50a0b26 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            height: 100%;
            min-height: 100vh;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background-color: white;
            line-height: 1.6;
            color: #333;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            min-height: 100vh;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Sections full width sur desktop */
        .hero,
        .promise-section,
        .program-section,
        .weekly-breakdown-section,
        .approach-section,
        .dfyplus-section,
        .testimonials-section,
        .pricing-section,
        .risk-section,
        .about-section,
        .final-cta-section {
            width: 100vw !important;
            margin-left: calc(-50vw + 50%);
            margin-right: calc(-50vw + 50%);
            position: relative;
        }

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

        .hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero .subtitle {
            font-size: 1.8rem;
            color: #DC3545;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .hero p {
            font-size: 1.3rem;
            color: #666;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero .btn {
            background: #DC3545;
            color: white;
            padding: 18px 40px;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .hero .btn:hover {
            background: #c82333;
        }

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

        .promise-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            text-align: center;
            margin-bottom: 30px;
        }

        .promise-content {
            max-width: 900px;
            margin: 0 auto;
        }

        .promise-item {
            background: white;
            padding: 30px;
            margin-bottom: 20px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #DC3545;
            font-size: 1.2rem;
            color: #555;
            line-height: 1.8;
        }

        .promise-item strong {
            color: #2C2E71;
        }

        /* Program Section */
        .program-section {
            padding: 100px 0;
        }

        .program-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            text-align: center;
            margin-bottom: 30px;
        }

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

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

        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
            padding: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .benefit-item:hover {
            transform: translateX(10px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.12);
        }

        .benefit-item::before {
            content: '✓';
            font-size: 1.5rem;
            margin-right: 15px;
            flex-shrink: 0;
            color: #4caf50;
            font-weight: bold;
        }

        .benefit-item span {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.6;
        }

        /* Weekly Breakdown Section */
        .weekly-breakdown-section {
            padding: 100px 0;
            background: #f8f9fa;
        }

        .weekly-breakdown-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2C2E71;
            text-align: center;
            margin-bottom: 60px;
        }

        .week-item {
            margin-bottom: 60px;
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .week-header {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 3px solid #DC3545;
        }

        .week-number {
            background: #2C2E71;
            color: white;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            font-weight: 700;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .week-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2C2E71;
        }

        .week-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        .week-column h4 {
            font-size: 1.3rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
        }

        .week-list {
            list-style: none;
            padding: 0;
        }

        .week-list li {
            padding: 10px 0;
            color: #555;
            position: relative;
            padding-left: 25px;
            line-height: 1.6;
        }

        .week-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #4caf50;
            font-weight: bold;
        }

        .deliverable-list {
            list-style: none;
            padding: 0;
        }

        .deliverable-list li {
            padding: 10px 0;
            color: #555;
            position: relative;
            padding-left: 25px;
            line-height: 1.6;
        }

        .deliverable-list li::before {
            content: '✔';
            position: absolute;
            left: 0;
            color: #DC3545;
            font-weight: bold;
        }

        /* Approach Section */
        .approach-section {
            padding: 100px 0;
        }

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

        .approach-subtitle {
            font-size: 1.3rem;
            color: #666;
            text-align: center;
            margin-bottom: 60px;
            font-weight: 500;
        }

        .approach-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .approach-card {
            background: white;
            padding: 40px 30px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 5px solid #DC3545;
        }

        .approach-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

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

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

        .approach-card p {
            color: #666;
            line-height: 1.7;
            font-size: 1rem;
        }

        /* DFY Plus Section */
        .dfyplus-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #2C2E71 0%, #1a1d5e 100%);
            color: white;
        }

        .dfyplus-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
        }

        .dfyplus-subtitle {
            font-size: 1.3rem;
            text-align: center;
            margin-bottom: 60px;
            opacity: 0.95;
        }

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

        .dfyplus-item {
            background: rgba(255, 255, 255, 0.1);
            padding: 25px;
            border-radius: 15px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: background 0.3s ease;
        }

        .dfyplus-item:hover {
            background: rgba(255, 255, 255, 0.15);
        }

        .dfyplus-item::before {
            content: '→';
            color: #DC3545;
            font-weight: bold;
            margin-right: 10px;
            font-size: 1.2rem;
        }

        .dfyplus-note {
            text-align: center;
            margin-top: 40px;
            font-style: italic;
            font-size: 0.95rem;
            opacity: 0.9;
            padding: 20px;
            background: rgba(220, 38, 69, 0.2);
            border-radius: 10px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

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

        .testimonials-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            text-align: center;
            margin-bottom: 60px;
        }

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

        .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.1rem;
            font-style: italic;
            margin-bottom: 2rem;
            color: #555;
            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-info {
            text-align: left;
        }

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

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

        .testimonial-placeholder {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            text-align: center;
            color: #666;
            font-style: italic;
        }

        /* Logo Carousel Placeholder */
        .logo-carousel {
            margin: 60px 0 0 0;
            padding: 40px 0;
            background: white;
            border-radius: 15px;
        }

        .logo-carousel h3 {
            text-align: center;
            color: #333;
            margin-bottom: 30px;
            font-size: 1.5rem;
            font-weight: 600;
        }

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

        .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%);
        }

        /* Pricing Section */
        .pricing-section {
            padding: 100px 0;
        }

        .pricing-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            text-align: center;
            margin-bottom: 60px;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .pricing-card {
            background: white;
            padding: 50px 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .pricing-card.featured {
            border: 3px solid #DC3545;
        }

        .pricing-badge {
            position: absolute;
            top: -15px;
            right: 30px;
            background: #DC3545;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .pricing-header h3 {
            font-size: 2rem;
            font-weight: 700;
            color: #2C2E71;
            margin-bottom: 20px;
        }

        .pricing-price {
            font-size: 3rem;
            font-weight: 700;
            color: #DC3545;
            margin-bottom: 10px;
        }

        .pricing-payment {
            color: #666;
            margin-bottom: 30px;
        }

        .pricing-features {
            list-style: none;
            padding: 0;
            margin-bottom: 40px;
        }

        .pricing-features li {
            padding: 12px 0;
            color: #555;
            position: relative;
            padding-left: 30px;
            line-height: 1.6;
        }

        .pricing-features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            font-size: 1.2rem;
            color: #4caf50;
            font-weight: bold;
        }

        .pricing-cta {
            background: #DC3545;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
            width: 100%;
            text-align: center;
            text-decoration: none;
            display: inline-block;
        }

        .pricing-cta:hover {
            background: #c82333;
        }

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

        .risk-section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            text-align: center;
            margin-bottom: 30px;
        }

        .risk-content {
            max-width: 900px;
            margin: 0 auto;
        }

        .risk-item {
            background: white;
            padding: 30px;
            margin-bottom: 20px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #DC3545;
        }

        .risk-item::before {
            content: '';
            margin-right: 0px;
        }

        .risk-item span {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.7;
        }

        .risk-conclusion {
            text-align: center;
            margin-top: 60px;
        }

        .risk-conclusion h3 {
            font-size: 2rem;
            color: #2C2E71;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .risk-conclusion .btn {
            background: #DC3545;
            color: white;
            padding: 18px 40px;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .risk-conclusion .btn:hover {
            background: #c82333;
        }

        /* About Section */
        .about-section {
            padding: 100px 0;
        }

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

        .about-content {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 60px;
            align-items: start;
            max-width: 1100px;
            margin: 0 auto;
        }

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

        .about-image img {
            width: 100%;
            max-width: 300px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .about-text h3 {
            font-size: 2rem;
            font-weight: 700;
            color: #2C2E71;
            margin-bottom: 20px;
        }

        .about-text p {
            color: #555;
            line-height: 1.8;
            margin-bottom: 20px;
            font-size: 1.05rem;
        }

        .about-highlight {
            background: linear-gradient(135deg, rgba(220, 38, 69, 0.1) 0%, rgba(220, 38, 69, 0.05) 100%);
            padding: 25px;
            border-radius: 15px;
            border-left: 5px solid #DC3545;
            margin: 30px 0;
        }

        .about-highlight p {
            margin: 0;
            color: #333;
            font-weight: 600;
            font-size: 1.1rem;
        }

        /* Final CTA Section */
        .final-cta-section {
            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;
        }

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

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

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

        /* Responsive Design */
        @media (max-width: 1024px) {
            .container {
                max-width: 100%;
                padding: 0 60px;
            }
        }
        
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero .subtitle {
                font-size: 1.5rem;
            }

            .week-content,
            .approach-grid,
            .dfyplus-grid,
            .pricing-grid,
            .testimonials-grid {
                grid-template-columns: 1fr;
            }

            .about-content {
                grid-template-columns: 1fr;
            }

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

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

            .client-logo {
                width: 100px;
                height: 70px;
            }
        }
    </style>/* End custom CSS */