.elementor-27454 .elementor-element.elementor-element-4dd602d{--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-27454 .elementor-element.elementor-element-1b96095{--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-58b3719 */* {
    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;
    text-align: center;
}

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

.hero p {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    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;
}

.hero-image {
    margin-top: 60px;
}

.hero-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* 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-section p {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Who We Built Section */
.who-built-section {
    padding: 100px 0;
}

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

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

.who-built-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.who-built-card {
    background: white;
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.who-built-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.who-built-card p {
    color: #666;
    margin-bottom: 30px;
    text-align: left;
}

.who-built-list {
    list-style: none;
}

.who-built-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #666;
}

.who-built-list li::before {
    content: '✓';
    color: #4caf50;
    font-weight: bold;
    margin-right: 10px;
}

.who-built-list li.not-fit::before {
    content: '✗';
    color: #DC3545;
}

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

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

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

.framework-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    align-items: start;
}

.framework-step {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    font-size: 3rem;
    font-weight: 700;
    color: #2b2e71;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #2b2e71;
    color: white;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.step-description {
    color: #666;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
}

/* Phase Sections */
.phase-section {
    margin-bottom: 4rem;
    padding: 3rem 0;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.phase-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #DC3545;
}

.phase-header h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2C2E71;
    margin-bottom: 1rem;
}

.phase-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.phase-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.phase-column {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid #DC3545;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.phase-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.phase-column h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2C2E71;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #DC3545;
}

.phase-column ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.phase-column li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}

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

.phase-column p {
    margin: 0;
    color: #888;
    font-style: italic;
    font-size: 0.9rem;
    padding: 8px 12px;
    background-color: rgba(220, 38, 69, 0.1);
    border-left: 3px solid #DC3545;
    border-radius: 4px;
}

/* Phase Final */
.phase-final {
    margin-bottom: 4rem;
    padding: 4rem 0;
    background: linear-gradient(135deg, #2C2E71 0%, #1a1d5e 100%);
    border-radius: 25px;
    color: white;
    text-align: center;
}

.phase-final-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.phase-final h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.phase-final .phase-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
}

.phase-final-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.final-action {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
}

.final-action:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.action-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.final-action h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.final-action p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

/* Diagnostic Section */
.diagnostic-section {
    padding: 100px 0;
}

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

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

.deliverables-single {
    max-width: 1000px;
    margin: 0 auto;
}

.deliverables-content {
    background: linear-gradient(135deg, rgba(0, 50, 102, 0.9) 0%, rgba(0, 50, 102, 0.8) 100%);
    border-radius: 20px;
    padding: 3rem;
    color: white;
    text-align: center;
    position: relative;
}

.deliverables-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 50, 102, 0.7);
    border-radius: 20px;
    z-index: 1;
}

.deliverables-main {
    position: relative;
    z-index: 2;
}

.deliverables-main h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.deliverables-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: white !important;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.deliverables-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.deliverable-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.deliverable-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: white;
}

.deliverable-item p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: white;
    opacity: 0.9;
    margin: 0;
}

.deliverables-highlight {
    background: rgba(220, 38, 69, 0.2);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(220, 38, 69, 0.3);
    margin-top: 1rem;
}

.deliverables-highlight p {
    margin: 0;
    font-size: 1rem;
    color: white;
}

.deliverables-highlight-main {
    background: linear-gradient(135deg, rgba(220, 38, 69, 0.15) 0%, rgba(220, 38, 69, 0.25) 100%);
    padding: 2rem 2.5rem;
    border-radius: 15px;
    border: 2px solid rgba(220, 38, 69, 0.4);
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 8px 25px rgba(220, 38, 69, 0.2);
}

.deliverables-highlight-main p {
    margin: 0;
    font-size: 1.2rem;
    color: white;
    line-height: 1.6;
    font-weight: 600;
}

/* Investment Section */
.why-work-section {
    padding: 100px 0;
    background: #f8f9fa;
}

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

.why-work-section p {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
}

.investment-pricing {
    margin-bottom: 3rem;
}

.pricing-box {
    background: linear-gradient(135deg, rgba(0, 50, 102, 0.9) 0%, rgba(0, 50, 102, 0.8) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    color: white;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.pricing-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 50, 102, 0.7);
    border-radius: 20px;
    z-index: 1;
}

.pricing-box h3 {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.pricing-details {
    position: relative;
    z-index: 2;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-item.highlight {
    background: rgba(220, 38, 69, 0.2);
    margin: 15px -20px 0 -20px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid rgba(220, 38, 69, 0.3);
}

.pricing-label {
    font-weight: 600;
    color: white;
}

.pricing-value {
    color: white;
    opacity: 0.9;
}

.investment-details-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.investment-column h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2C2E71;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #DC3545;
    display: inline-block;
}

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

.investment-list li {
    padding: 10px 0;
    border-left: 3px solid transparent;
    padding-left: 15px;
    margin-bottom: 8px;
    color: #555;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.investment-list li:hover {
    border-left-color: #DC3545;
    background-color: rgba(220, 38, 69, 0.05);
    padding-left: 20px;
}

.investment-list li::before {
    content: '→';
    color: #DC3545;
    font-weight: bold;
    margin-right: 10px;
}

.commitment-section {
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 20px;
    margin-top: 2rem;
}

.commitment-section h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2C2E71;
    margin-bottom: 3rem;
    text-align: center;
}

.guarantees-section {
    margin-bottom: 3rem;
}

.guarantees-section h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2C2E71;
    margin-bottom: 2rem;
    text-align: center;
}

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

.guarantee-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.guarantee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-color: #DC3545;
}

.guarantee-icon {
    display: none;
}

.guarantee-card h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2C2E71;
    margin-bottom: 1rem;
}

.guarantee-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.results-section h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2C2E71;
    margin-bottom: 1rem;
    text-align: center;
}

.results-intro {
    text-align: center;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
}

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

.result-item {
    background: linear-gradient(135deg, rgba(0, 50, 102, 0.1) 0%, rgba(0, 50, 102, 0.05) 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(0, 50, 102, 0.2);
    transition: all 0.3s ease;
}

.result-item:hover {
    border-color: #DC3545;
    background: linear-gradient(135deg, rgba(220, 38, 69, 0.1) 0%, rgba(220, 38, 69, 0.05) 100%);
}

.result-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #DC3545;
    margin-bottom: 0.5rem;
}

.result-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
}

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

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

.process-flow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.process-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.step-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

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

.step-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.step-content ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.step-content li {
    padding: 5px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

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

.step-note {
    font-style: italic;
    color: #888;
    font-size: 0.9rem;
    margin-top: 1rem;
    padding: 10px;
    background: rgba(220, 38, 69, 0.1);
    border-radius: 8px;
    border-left: 3px solid #DC3545;
}

.step-arrow {
    position: absolute;
    right: -1rem;
    top: 40px;
    font-size: 2rem;
    color: #DC3545;
    font-weight: bold;
    z-index: 2;
}

.process-step:last-child .step-arrow {
    display: none;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: white;
}

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

.faq-section p {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
}

.faq-item {
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-question {
    padding: 20px;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 0 20px 20px;
    color: #666;
    display: none;
}

.faq-answer.active {
    display: block;
}

/* 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 h1 {
        font-size: 2.5rem;
    }

    .framework-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .step-number {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .who-built-cards {
        grid-template-columns: 1fr;
    }
    
    .cta-title {
        font-size: 2.5rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
    }
    
    .cta {
        padding: 4rem 0;
        min-height: 50vh;
    }
    
    .cta-content {
        min-height: 50vh;
    }
    
    .investment-details-full {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .guarantees-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .commitment-section {
        padding: 2rem;
    }
    
    .pricing-box {
        padding: 2rem;
    }
    
    .pricing-box h3 {
        font-size: 2.5rem;
    }
    
    .process-flow {
        flex-direction: column;
        gap: 2rem;
    }
    
    .step-arrow {
        display: none;
    }
    
    .deliverables-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .deliverables-content {
        padding: 2rem;
    }
    
    .deliverables-main h3 {
        font-size: 1.8rem;
    }
    
    .deliverables-highlight-main {
        padding: 1.5rem 1.5rem;
        margin: 1.5rem 0;
    }
    
    .deliverables-highlight-main p {
        font-size: 1.1rem;
    }
    
    .phase-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1rem;
    }
    
    .phase-section {
        margin-bottom: 2rem;
        padding: 2rem 0;
    }
    
    .phase-header h3 {
        font-size: 1.6rem;
    }
    
    .phase-subtitle {
        font-size: 1rem;
    }
    
    .phase-column {
        padding: 1.5rem;
    }
    
    .phase-column h4 {
        font-size: 1.1rem;
    }
    
    .phase-final {
        padding: 3rem 0;
        margin-bottom: 2rem;
    }
    
    .phase-final h3 {
        font-size: 1.8rem;
    }
    
    .phase-final .phase-subtitle {
        font-size: 1.1rem;
    }
    
    .phase-final-actions {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .final-action {
        padding: 1.5rem;
    }
    
    .action-icon {
        font-size: 2rem;
    }
    
    .final-action h4 {
        font-size: 1.1rem;
    }
}/* End custom CSS */