/* Comparison Table Styles */
.comparison-table-container {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 40px 0;
    background: white;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #9ca3af;
}

.comparison-table th {
    background: #f8f9fa;
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
}

.comparison-table th:last-child {
    border-right: none;
}

.comparison-table .feature-column {
    width: 20%;
    font-weight: 700;
    border-left: 1px solid #d1d5db;
}

.comparison-table .lead-sprinter-column {
    width: 35%;
    background: #fff5f2;
    border-left: 3px solid #ff6b35;
}

.comparison-table .multichannel-column,
.comparison-table .single-channel-column {
    width: 22.5%;
}

.column-header {
    display: flex;
    align-items: center;
    color: #ff6b35;
    font-weight: 700;
}

.comparison-table td {
    padding: 16px;
    border-bottom: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    vertical-align: top;
}

.comparison-table td:last-child {
    border-right: none;
}

.feature-name {
    font-weight: 600;
    color: #1f2937;
}

.lead-sprinter-value {
    background: #fff5f2;
    color: #1f2937;
    font-weight: 500;
}

.multichannel-value,
.single-channel-value {
    color: #6b7280;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .comparison-table-container {
        margin: 20px -20px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 12px 8px;
        font-size: 14px;
    }
    
    .comparison-table th {
        font-size: 13px;
    }
    
    .column-header {
        flex-direction: column;
        text-align: center;
    }
    
    .column-header svg {
        margin-right: 0;
        margin-bottom: 4px;
    }
}

/* Multilayered Process Styles */
.multilayered-process {
    padding: 80px 0;
    background: white;
}

.multilayered-process .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 60px;
    font-style: normal;
    text-align: center;
    text-transform: none;
}

.process-step {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin: 0 auto 40px auto;
    padding: 40px 40px 40px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    transition: box-shadow 0.3s ease;
    max-width: 75%;
    width: 100%;
}

.process-step:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.multilayered-process .step-header-inline {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative;
    left: 0 !important;
}

.multilayered-process .step-header-inline .step-number {
    margin-right: 15px;
    margin-left: 0 !important;
}

.multilayered-process .step-header-inline .step-title {
    margin: 0 !important;
    flex: 0 0 auto;
    text-align: left !important;
    margin-left: 0 !important;
}

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

.step-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    text-transform: capitalize;
}

.step-content {
    margin-left: 0;
}

.step-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0 0 30px 0;
}

.multilayered-process .step5-layout {
    padding: 20px 0;
}

.multilayered-process .step5-description {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
}

.multilayered-process .step5-description p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Testimonial Section Styles */
.testimonial-section {
    background-color: white;
    padding: 60px 0;
}

.testimonial-card {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.testimonial-content {
    padding: 40px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.testimonial-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6b35;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.testimonial-company {
    font-size: 1rem;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.testimonial-quote {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    font-style: italic;
    margin: 0 0 25px 0;
    border-left: 4px solid #ff6b35;
    padding-left: 20px;
}

.case-study-link-orange {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.case-study-link-orange:hover {
    color: #e55a2b;
    text-decoration: underline;
}

/* Homepage Testimonial - Enhanced Card Design */
.testimonial-section-homepage {
    background-color: white;
    padding: 60px 0;
}

.testimonial-content-homepage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-radius: 24px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.12),
        0 8px 25px rgba(255, 107, 53, 0.08);
    border: 1px solid rgba(255, 107, 53, 0.1);
    position: relative;
    overflow: hidden;
}

.testimonial-content-homepage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.02) 0%, rgba(255, 133, 85, 0.01) 100%);
    pointer-events: none;
}

.testimonial-content-homepage::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}


.testimonial-inner-content {
    padding: 32px 0;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 64px;
    padding-right: 64px;
}

.testimonial-header-homepage {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.testimonial-photo-homepage {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6b35;
    box-shadow: 
        0 6px 20px rgba(255, 107, 53, 0.3),
        0 0 0 6px rgba(255, 107, 53, 0.1);
    transition: all 0.3s ease;
}

.testimonial-photo-homepage:hover {
    transform: scale(1.05);
    box-shadow: 
        0 12px 35px rgba(255, 107, 53, 0.4),
        0 0 0 12px rgba(255, 107, 53, 0.15);
}

.testimonial-info-homepage {
    flex: 1;
}

.testimonial-name-homepage {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8555 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 2px 0;
}

.testimonial-company-homepage {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.testimonial-quote-homepage {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #2a2a2a;
    font-style: italic;
    margin-bottom: 20px;
    padding: 20px 0 20px 50px;
    position: relative;
    background: rgba(255, 107, 53, 0.02);
    border-radius: 12px;
    border-left: 4px solid #ff6b35;
}

.testimonial-quote-homepage::before {
    content: '"';
    position: absolute;
    top: 4px;
    left: 16px;
    font-size: 3rem;
    color: #ff6b35;
    font-family: Georgia, serif;
    opacity: 0.15;
    font-weight: bold;
}

.approach-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.approach-link:hover {
    color: #e55a2b;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .testimonial-content {
        padding: 30px 20px;
    }
    
    .testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .testimonial-photo {
        width: 60px;
        height: 60px;
    }
    
    .testimonial-quote {
        font-size: 1rem;
        padding-left: 15px;
    }
    
    .testimonial-content-homepage {
        margin: 0 16px;
        border-radius: 16px;
        background: white !important;
    }
    
    .testimonial-content-homepage::before,
    .testimonial-content-homepage::after {
        display: none;
    }
    
    .testimonial-inner-content {
        padding: 32px 24px;
        max-width: none;
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .testimonial-header-homepage {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        margin-bottom: 24px;
    }
    
    .testimonial-photo-homepage {
        width: 56px;
        height: 56px;
    }
    
    .testimonial-quote-homepage {
        font-size: 1rem;
        padding: 20px;
        background: rgba(255, 107, 53, 0.05);
        border-left: 3px solid #ff6b35;
    }
    
    .testimonial-quote-homepage::before {
        font-size: 2.5rem;
        top: 5px;
        left: 10px;
    }
    
    .case-study-link-orange {
        text-align: center;
        display: block;
        margin-top: 24px;
    }
    
    .testimonial-content-homepage {
        text-align: center;
    }
    
    .case-study-link-orange {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}

/* Why Different Section Styles */
.why-different-section {
    background-color: white;
    color: #333;
    padding: 80px 0;
}

.why-different-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    text-transform: none;
}

.why-different-section .section-subtitle {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-widget {
    max-width: 1200px;
    margin: 0 auto;
    border: none;
    outline: none;
}

.comparison-container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: none;
}

.comparison-headers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-left: none;
}

.lead-sprinter-header,
.other-agencies-header {
    background-color: #1a1a1a;
    padding: 30px;
    text-align: center;
    border-bottom: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-left: none;
    border-right: none;
}

.company-logo {
    height: 40px;
    width: auto;
}

.company-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 80px;
    gap: 0;
    border: none;
    outline: none;
}

.lead-sprinter-item,
.other-agencies-item {
    background-color: #111111;
    padding: 25px 30px;
    border-bottom: 1px solid #333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.comparison-row:last-child .lead-sprinter-item,
.comparison-row:last-child .other-agencies-item {
    border-bottom: none;
}

.lead-sprinter-item:hover,
.other-agencies-item:hover {
    background-color: #1a1a1a;
}

.comparison-row.active .lead-sprinter-item,
.comparison-row.active .other-agencies-item {
    background-color: #1a1a1a;
}

.feature-main {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    border-left: none;
}

.feature-check {
    color: #28a745;
    font-size: 1.2rem;
    flex-shrink: 0;
    border-left: none;
}

.feature-x {
    color: #dc3545;
    font-size: 1.2rem;
    flex-shrink: 0;
    border-left: none;
}

.feature-main span {
    font-weight: 500;
    font-size: 1rem;
    color: white;
}

.feature-subtext {
    max-height: 0;
    overflow: hidden;
    padding: 0 40px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    border-left: none;
}

.comparison-row.active .feature-subtext {
    max-height: 200px;
    padding: 15px 40px 0;
}

.feature-subtext p {
    margin: 0;
    color: white;
    font-size: 0.9rem;
    line-height: 1.5;
}


/* Mobile carousel styles - hidden on desktop */
.mobile-carousel {
    display: none;
    background: #333;
    border-radius: 16px;
    padding: 30px 0;
    margin: 20px 0;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.carousel-container {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
}

.carousel-slide {
    min-width: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    box-sizing: border-box;
}

.mobile-feature-header {
    text-align: center;
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 30px;
    font-weight: 500;
}

.mobile-feature-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.mobile-feature-card.positive .mobile-feature-title {
    color: white;
}

.mobile-feature-card.negative .mobile-feature-title {
    color: white;
}

.mobile-feature-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 1rem;
}

.mobile-feature-main {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.mobile-feature-title i {
    color: #ff6b35 !important;
    font-size: 1.1rem;
}

.mobile-feature-description {
    margin: 0;
    line-height: 1.5;
    color: #bbb;
    font-size: 0.9rem;
    padding-left: 28px;
}

.carousel-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    margin-top: 20px;
    background: transparent;
    z-index: 10;
}

.carousel-arrow {
    background: #555;
    color: white !important;
    border: 2px solid #777;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    font-family: Arial, sans-serif;
}

.carousel-arrow:hover {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white !important;
}

.carousel-counter {
    font-weight: 500;
    color: white;
    font-size: 0.9rem;
}

.mobile-section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.mobile-section-header.other-agencies {
    margin-top: 40px;
}

.mobile-logo {
    width: 20px;
    height: 20px;
}

.mobile-company-name {
    font-weight: 600;
    font-size: 1rem;
}

.lead-text {
    color: white;
}

.sprinter-text {
    color: white;
}

.mobile-section-header.other-agencies .mobile-company-name {
    color: white;
}

/* Desktop comparison rows - hidden on mobile */
.comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
    border: none !important;
    outline: none !important;
    overflow: hidden;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #444;
}

.comparison-row:last-child {
    border-bottom: none;
}

.comparison-row:hover .feature-subtext {
    max-height: 200px;
    padding: 15px 40px 15px;
}


.lead-sprinter-item,
.other-agencies-item {
    padding: 20px 40px;
    background-color: #1a1a1a;
    transition: background-color 0.3s ease;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.comparison-row:hover .lead-sprinter-item,
.comparison-row:hover .other-agencies-item {
    background-color: #333;
}

.feature-main {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-weight: 500;
}

.feature-check {
    color: #ff6b35 !important;
    font-size: 1.2rem;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.feature-x {
    color: #ff6b35 !important;
    font-size: 1.2rem;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Streamlined Client Acquisition Section */
.streamlined-acquisition-section {
    padding: 80px 0;
    background-color: white;
}

.streamlined-acquisition-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    line-height: 1.2;
    text-transform: none;
}

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

.acquisition-column {
    background: white;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.acquisition-column {
    background: white !important;
}

.column-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    text-align: left;
}

.acquisition-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.acquisition-item {
    background: #e8f5e8;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #333;
    display: inline-block;
    border: 1px solid #d4edda;
}

.acquisition-column:nth-child(2) .acquisition-item {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
}

.acquisition-column:nth-child(3) .acquisition-item {
    background: #fff3e0;
    border: 1px solid #ffcc02;
}

/* Responsive design for streamlined acquisition */
@media (max-width: 768px) {
    .streamlined-acquisition-section {
        padding: 60px 0;
    }
    
    .streamlined-acquisition-section .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .acquisition-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .acquisition-column {
        padding: 25px 20px;
    }
    
    .column-title {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    
    .acquisition-item {
        font-size: 0.9rem;
        padding: 10px 14px;
    }
}

/* Responsive design for comparison widget */
@media (max-width: 768px) {
    .comparison-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px 20px;
    }
    
    /* Hide desktop comparison rows on mobile */
    .comparison-headers,
    .comparison-row {
        display: none;
    }
    
    /* Show mobile carousel on mobile */
    .mobile-carousel {
        display: block;
    }
    
    .why-different-section .section-title {
        font-size: 2rem;
        text-transform: none;
    }
    
    .step-number {
        margin-right: 15px;
        margin-bottom: 0;
    }
    
    .step-title {
        font-size: 1.5rem;
    }
    
    .step-content {
        margin-left: 0;
    }
    
    .step-description {
        font-size: 1rem;
    }
}

/* Tab Navigation Styles */
.tab-navigation {
    display: flex;
    margin: 30px 0 0 0;
    border-bottom: 1px solid #d1d5db;
    position: relative;
}

.tab-button {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-bottom: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    border-radius: 12px 12px 0 0;
    margin-right: 4px;
    transition: all 0.3s ease;
    position: relative;
    top: 1px;
    outline: none;
}

.tab-button.active {
    background: white;
    color: #ff6b35;
    border-color: #d1d5db;
    border-bottom: 1px solid white;
    z-index: 2;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
    outline: none;
}

.tab-button:hover:not(.active) {
    background: #e5e7eb;
    color: #374151;
    outline: none;
}

.tab-button:focus {
    outline: none;
    box-shadow: none;
}

/* Tab Content Styles */
.tab-content-container {
    background: white;
    border: 1px solid #d1d5db;
    border-top: none;
    padding: 25px 40px;
    border-radius: 0 0 8px 8px;
    min-height: 400px;
    position: relative;
    z-index: 1;
}

/* Step 2 Specific Styles - Scoped to multilayered-process */
.multilayered-process .step2-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
}

.multilayered-process .step2-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.multilayered-process .goal-section-step2,
.multilayered-process .messaging-section-step2 {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.multilayered-process .goal-header,
.multilayered-process .messaging-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.multilayered-process .goal-icon-step2,
.multilayered-process .messaging-icon-step2 {
    color: #ff6b35;
    font-size: 18px;
}

.multilayered-process .goal-content,
.multilayered-process .messaging-content {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
}

.multilayered-process .step2-right {
    display: flex;
    flex-direction: column;
}

.multilayered-process .channels-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.multilayered-process .channels-main,
.multilayered-process .channels-optional {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.multilayered-process .channel-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.4;
}

.multilayered-process .channel-check {
    color: #ff6b35;
    font-size: 16px;
    flex-shrink: 0;
}

.multilayered-process .channel-check.optional {
    color: #999;
}

.multilayered-process .channel-item.optional {
    color: #666;
}

.multilayered-process .optional-header {
    font-weight: 600;
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

/* Mobile responsive for Step 2 */
@media (max-width: 768px) {
    .multilayered-process .step2-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.tab-content {
    display: none !important;
}

.tab-content.active {
    display: block !important;
}

/* Goal Section */
.goal-section {
    display: flex;
    align-items: center;
    background: #fff5f2;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 4px solid #ff6b35;
}

.goal-icon {
    font-size: 20px;
    margin-right: 15px;
    color: #ff6b35;
}

.goal-text {
    font-size: 15px;
    color: #1f2937;
}

/* Process Timeline Styles */
.process-timeline {
    position: relative;
    margin: 25px 0;
}

.timeline-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.timeline-row:last-child {
    margin-bottom: 0;
    justify-content: center;
    gap: 60px;
}

.timeline-item {
    flex: 1;
    max-width: 280px;
    text-align: center;
    padding: 15px;
    background: #fafbfc;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    margin: 0 10px;
}

/* Mobile timeline fixes */
@media (max-width: 768px) {
    .process-timeline {
        margin: 20px 0;
    }
    
    .timeline-row {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
        margin-bottom: 20px;
    }
    
    .timeline-row:last-child {
        flex-direction: column;
        gap: 15px;
        justify-content: stretch;
    }
    
    .timeline-item {
        margin: 0;
        max-width: none;
        width: 100%;
        padding: 20px 15px;
        font-size: 14px;
    }
    
    .timeline-item h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .timeline-item p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .timeline-line {
        display: none;
    }
}

.timeline-item h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.timeline-item p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.timeline-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    position: relative;
}

.timeline-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ff6b35;
    z-index: 1;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    background: #ff6b35;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid white;
    box-shadow: 0 0 0 1px #ff6b35;
}

/* Three Column Grid */
.three-column-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.grid-item {
    text-align: center;
    padding: 25px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.item-icon {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ff6b35;
}

.grid-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.grid-item p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .tab-navigation {
        flex-direction: column;
    }
    
    .tab-button {
        margin-right: 0;
        margin-bottom: 2px;
        border-radius: 8px;
    }
    
    .process-flow {
        flex-direction: column;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .bottom-flow {
        flex-direction: column;
    }
    
    .three-column-grid {
        grid-template-columns: 1fr;
    }
}

/* Reset and base styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    color: inherit;
}

html, body {
    height: 100%;
    background-color: white;
    overflow-x: hidden;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
    padding-top: 60px;
}

/* Navigation Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
    z-index: 1000;
    height: 60px;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 20px;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.logo {
    height: 45px;
    width: auto;
}

.brand-text {
    font-size: 19px;
    font-weight: 700;
    font-style: italic;
    color: #1f2937;
    font-family: 'Roboto', sans-serif;
}

.brand-sprinter {
    color: #ff6b35;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    height: 100%;
}

.nav-cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.nav-link {
    text-decoration: none;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    height: 60px;
    font-family: 'Roboto', sans-serif;
}

.nav-link:hover {
    color: #ff6b35;
}

.dropdown-arrow {
    font-size: 12px;
    margin-left: 4px;
    color: #9ca3af;
    transition: transform 0.2s ease;
}

/* Brand link styles */
.brand-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-link:hover .brand-sprinter {
    color: #e55a2b;
}

/* Dropdown Styles */
.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-toggle:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    width: 800px;
    max-width: 90vw;
    margin-top: 8px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}


.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-content {
    padding: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px 32px;
    row-gap: 0px;
    max-width: 90vw;
    max-height: none;
}

.dropdown-section {
    display: flex;
    flex-direction: column;
}

/* Removed conflicting .section-title rule that was overriding pipeline titles */

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.service-link {
    text-decoration: none !important;
    color: inherit;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.service-link:hover {
    background-color: #f9fafb;
    transform: translateY(-1px);
}

.service-link:hover .service-content h5 {
    color: #ff6b35;
}

.service-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border-radius: 8px;
    flex-shrink: 0;
    color: #ff6b35;
}

.service-icon svg {
    width: 20px;
    height: 20px;
}

.service-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}

.service-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

.other-services {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0;
}

.other-service-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0;
    transition: color 0.2s ease;
    font-family: 'Roboto', sans-serif;
}

.other-service-link:hover {
    color: #ff6b35;
}

.approach-section {
    grid-column: 1 / -1;
    grid-row: 3;
    background: #f8f9fa;
    padding: 16px;
    border-radius: 8px;
    margin-top: 12px;
}

.approach-section p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px;
    font-family: 'Roboto', sans-serif;
}

.approach-link {
    color: #ff6b35;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
    font-family: 'Roboto', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.approach-link:hover {
    color: #e55a2b;
}



.book-call-btn {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: inline-block;
}

.book-call-btn:hover {
    background-color: #e55a2b;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.hamburger-line {
    width: 24px;
    height: 3px;
    background-color: #1f2937;
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px;
    flex-direction: column;
    gap: 16px;
}

.mobile-nav-link {
    text-decoration: none;
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
}

.mobile-book-call-btn {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
}

/* Mobile Dropdown Styles */
.mobile-dropdown {
    display: flex;
    flex-direction: column;
}

.mobile-dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9fafb;
    border-radius: 8px;
    margin-top: 8px;
}

.mobile-dropdown-content.active {
    max-height: 80vh;
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-section {
    margin-bottom: 24px;
}

.mobile-section:last-child {
    margin-bottom: 0;
}

.mobile-section-title {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    font-family: 'Roboto', sans-serif;
}

.mobile-service-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    cursor: pointer;
}

.mobile-service-item:last-child {
    margin-bottom: 0;
}

.mobile-service-item:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}

.mobile-service-item:hover .service-content h5 {
    color: #ff6b35;
}

/* Ensure service icons display properly on mobile */
.mobile-service-item .service-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border-radius: 8px;
    flex-shrink: 0;
    color: #ff6b35;
}

.mobile-service-item .service-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

/* Pricing Page Mobile Carousel - Separate from Our Approach Carousel */
.pricing-mobile-carousel {
    display: none;
}

@media (max-width: 768px) {
    .pricing-mobile-carousel {
        display: block;
        margin-top: 40px;
    }
}

.pricing-carousel-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.pricing-carousel-content {
    overflow: hidden;
    position: relative;
}

.pricing-carousel-slide {
    display: none;
    background: #1a1a1a;
    border-radius: 12px;
    padding: 24px;
    margin: 0 16px;
    color: white;
    position: relative;
    overflow: hidden;
}

.pricing-carousel-slide.active {
    display: block;
}

.pricing-plan-header {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
}

.pricing-carousel-slide .pricing-plan-header.featured {
    background: #1a1a1a;
    margin: 0;
    padding: 24px;
    border-radius: 0;
    position: relative;
}

.pricing-plan-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.pricing-yearly-appointments {
    font-size: 14px;
    color: #999;
    margin-bottom: 4px;
}

.pricing-plan-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 16px;
}

.pricing-carousel-slide .pricing-plan-header.featured .pricing-plan-subtitle {
    color: #ff6b35;
}

.pricing-carousel-slide .pricing-plan-header.featured .pricing-yearly-appointments {
    color: #999;
}

.pricing-carousel-slide .pricing-plan-header.featured .pricing-plan-description {
    color: #ccc;
}

.pricing-plan-description {
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 20px;
}

.pricing-plan-cta {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid #ff6b35;
    color: #ff6b35;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pricing-plan-cta.featured {
    background: transparent;
    border-color: #ff6b35;
    color: #ff6b35;
}

.pricing-plan-cta:hover {
    background: #ff6b35;
    color: white;
}

.pricing-features-list {
    margin-top: 24px;
}

.pricing-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #333;
    font-size: 14px;
}

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

.feature-status.check {
    color: #4ade80;
    font-weight: bold;
}

.feature-status.cross {
    color: #ef4444;
    font-weight: bold;
}

.pricing-carousel-navigation {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.pricing-carousel-btn {
    background: #333;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-carousel-btn:hover {
    background: #ff6b35;
    transform: scale(1.1);
}

.pricing-carousel-btn:active {
    transform: scale(0.95);
}

.plan-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #ff6b35;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

.mobile-other-services {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-service-link {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0 16px;
    height: 60px;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.mobile-service-link:hover {
    color: #ff6b35;
}

.mobile-approach-section {
    background: white;
    padding: 16px;
    border-radius: 8px;
    margin-top: 8px;
}

.mobile-approach-section p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
}

/* Mobile Styles */
@media (max-width: 1024px) {
    .nav-container {
        display: flex;
        justify-content: space-between;
    }
    
    .nav-menu {
        display: none;
    }
    
    .nav-cta {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .mobile-menu.active {
        display: flex;
    }
    
    .brand-text {
        font-size: 20px;
    }
    
    .logo {
        height: 48px;
    }
    
    /* Hide desktop dropdown on mobile */
    .dropdown-menu {
        display: none !important;
    }
}

/* Video container - centers video and maintains aspect ratio */
.video-container {
    width: 100vw;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-top: 70px;
}

/* Responsive video styling */
.responsive-video {
    width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: contain;
    display: block;
}

/* Media queries for different screen sizes */
@media (max-width: 768px) {
    .responsive-video {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .responsive-video {
        width: 100%;
        height: auto;
    }
}

/* Ensure video maintains aspect ratio on very wide screens */
@media (min-aspect-ratio: 16/9) {
    .responsive-video {
        height: 100vh;
        width: auto;
    }
}

/* For very tall screens, ensure video takes full width */
@media (max-aspect-ratio: 16/9) {
    .responsive-video {
        width: 100%;
        height: auto;
    }
}

/* Hero CTA Section */
.hero-cta-section {
    width: 100vw;
    height: calc(30vh - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
}


.results-cta-btn {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
    text-decoration: none;
    display: inline-block;
}

.hero-book-call-btn {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    display: inline-block;
}

.hero-book-call-btn:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.trust-statement {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #1f2937;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .trust-statement {
        color: #1f2937;
        font-size: 14px;
        margin-top: 20px;
        text-align: center;
    }
    
    .hero-book-call-btn {
        padding: 14px 28px;
        font-size: 18px;
        border-radius: 10px;
    }
}

/* Client Acquisition Section */
.client-acquisition-section {
    background-color: white;
    padding: 60px 0;
}

.acquisition-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.acquisition-video {
    width: 100%;
}

.acquisition-video-player {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.acquisition-content {
    padding-right: 20px;
}

.acquisition-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 24px;
}

.acquisition-description {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .client-acquisition-section {
        padding: 60px 0;
    }
    
    .acquisition-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .acquisition-content {
        padding-right: 0;
        text-align: center;
    }
    
    .acquisition-title {
        font-size: 36px;
    }
    
    .acquisition-description {
        font-size: 16px;
    }
}

/* Mobile adjustments for hero CTA */
/* Services Overview Section */
.services-overview-section {
    background-color: white;
    padding: 80px 0;
}

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

.services-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.services-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.services-hero-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.services-hero-image:hover {
    transform: scale(1.05);
}

.services-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-icon-item {
    position: absolute;
    background: white;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.service-icon-item:hover {
    transform: scale(1.15);
}

.service-icon-item:nth-child(1) {
    top: 20%;
    left: 10%;
}

.service-icon-item:nth-child(2) {
    top: 15%;
    right: 15%;
}

.service-icon-item:nth-child(3) {
    bottom: 25%;
    left: 15%;
}

.service-icon-item:nth-child(4) {
    bottom: 20%;
    right: 10%;
}

.services-text {
    padding-left: 20px;
}

.services-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 16px;
}

.services-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 32px;
}

.services-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #374151;
    padding: 8px 0;
    position: relative;
    padding-left: 20px;
}

.services-list li:before {
    content: '•';
    color: #ff6b35;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.services-cta-btn {
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.services-cta-btn:hover {
    background-color: #ff6b35;
    color: white;
    border-color: #ff6b35;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.additional-services {
    margin-top: 60px;
}

.additional-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.service-item-card {
    background: white;
    padding: 20px 24px;
    border-radius: 12px;
    border: 2px solid #f3f4f6;
    text-align: center;
    font-weight: 500;
    color: #374151;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 0 0 250px;
    height: 60px;
    justify-content: center;
}

.service-item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-color: #ff6b35;
}

/* Pipeline Section */
.pipeline-section {
    background-color: white;
    padding: 80px 0;
}

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

.pipeline-card {
    background: #1a1a1a;
    border-radius: 24px;
    padding: 60px 50px;
    color: white;
}

.pipeline-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: white !important;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
    display: block !important;
    visibility: visible !important;
}

.pipeline-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #a0a0a0 !important;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5;
    display: block !important;
    visibility: visible !important;
}

.pipeline-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

@media (max-width: 768px) {
    .pipeline-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .pipeline-card {
        padding: 40px 20px;
    }
    
    .pipeline-title {
        font-size: 32px;
        margin-bottom: 12px;
    }
    
    .pipeline-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .pipeline-left {
        gap: 30px;
    }
    
    .pipeline-stage {
        padding: 20px;
        margin-bottom: 12px;
    }
    
    .stage-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .stage-description {
        font-size: 13px;
    }
    
    .pipeline-funnel {
        gap: 16px;
    }
    
    .funnel-box {
        padding: 16px 20px;
    }
    
    .funnel-box.large {
        max-width: 100%;
    }
    
    .funnel-box.medium {
        max-width: 90%;
    }
    
    .funnel-box.small {
        max-width: 80%;
    }
    
    .funnel-box.smallest {
        max-width: 70%;
    }
    
    .funnel-number {
        font-size: 16px;
    }
    
    .funnel-subtitle {
        font-size: 12px;
    }
    
    .funnel-label {
        font-size: 12px;
    }
}

.pipeline-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.stage-group-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #a0a0a0;
    margin-bottom: 24px;
    font-weight: 500;
}

.pipeline-stage {
    background: #2a2a2a;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    border: 1px solid #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pipeline-stage.active {
    border-color: #ff6b35;
    background: #2d2d2d;
}

.pipeline-stage:hover {
    background: #333;
    border-color: #ff6b35;
}

.stage-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.stage-description {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.5;
    margin: 0;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.stage-description.active {
    display: block;
    opacity: 1;
}

.pipeline-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pipeline-funnel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.funnel-note {
    text-align: center;
    margin-bottom: 20px;
}

.note-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #888;
    font-style: italic;
}

.funnel-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.funnel-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.funnel-box {
    border-radius: 12px;
    padding: 20px 24px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.funnel-box.large {
    background: #333;
    border: 2px solid #555;
    width: 100%;
    max-width: 320px;
}

.funnel-box.medium {
    background: #333;
    border: 2px solid #555;
    width: 90%;
    max-width: 280px;
}

.funnel-box.small {
    background: #333;
    border: 2px solid #555;
    width: 80%;
    max-width: 240px;
}

.funnel-box.smallest {
    background: #333;
    border: 2px solid #555;
    width: 70%;
    max-width: 200px;
}

.funnel-number {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}

.funnel-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #b0b0b0;
}

.funnel-box.medium .funnel-subtitle {
    color: #b0b0b0;
}

.funnel-box.active {
    background: #ff6b35 !important;
    border-color: #ff6b35 !important;
}

.funnel-box.active .funnel-subtitle {
    color: white !important;
}

/* What Sets Us Apart Section */
.what-sets-us-apart-section {
    background-color: white;
    padding: 80px 0;
    position: relative;
}

.what-sets-us-apart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: flex-start;
}

.what-sets-us-apart-left {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: fit-content;
    margin-top: 200px;
}

.what-sets-us-apart-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.what-sets-us-apart-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.what-sets-us-apart-cta {
    background: #ff6b35;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-decoration: none;
    display: inline-block;
}

.what-sets-us-apart-cta:hover {
    background: #e55a2b;
    transform: translateY(-2px);
}

.what-sets-us-apart-right {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 100px;
}

.differentiator-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.differentiator-image {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.differentiator-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Specific image adjustments */
.differentiator-item:nth-child(3) .differentiator-image img {
    object-position: left center;
}

.differentiator-item:nth-child(4) .differentiator-image img {
    transform: scale(1.1);
}

.differentiator-image:hover img {
    transform: scale(1.05);
}

/* Hover effects for specific images */
.differentiator-item:nth-child(4) .differentiator-image:hover img {
    transform: scale(1.15);
}

.differentiator-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.differentiator-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.differentiator-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .what-sets-us-apart-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .what-sets-us-apart-left {
        position: static;
        text-align: center;
        align-items: center;
    }
    
    .what-sets-us-apart-cta {
        align-self: center;
    }
    
    .what-sets-us-apart-title {
        font-size: 36px;
    }
    
    .what-sets-us-apart-right {
        gap: 40px;
        padding-bottom: 0;
    }
    
    .differentiator-image {
        height: 200px;
    }
    
    .differentiator-title {
        font-size: 20px;
    }
    
    .differentiator-description {
        font-size: 14px;
    }
}

/* Success Section */
.success-section {
    background: white;
    padding: 120px 0;
}

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

.success-header {
    text-align: center;
    margin-bottom: 80px;
}

.success-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0 0 24px 0;
}

.success-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

.success-case-study {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.case-study-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 40px 0;
}

.case-study-metrics {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.metric {
    text-align: left;
}

.metric-number {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ff6b35;
    line-height: 1;
    margin-bottom: 8px;
}

.metric-label {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}

.case-study-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.case-study-cta span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ff6b35;
}

.arrow-circle {
    width: 40px;
    height: 40px;
    background: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.case-study-cta:hover .arrow-circle {
    transform: translateX(4px);
    background: #e55a2b;
}

/* Responsive styles for success section */
@media (max-width: 768px) {
    .success-section {
        padding: 80px 0;
    }
    
    .success-title {
        font-size: 36px;
    }
    
    .success-case-study {
        padding: 40px 30px;
    }
    
    .case-study-title {
        font-size: 24px;
    }
    
    .case-study-metrics {
        flex-direction: column;
        gap: 30px;
    }
    
    .metric-number {
        font-size: 36px;
    }
}

/* Team Section */
.team-section {
    background: white;
    padding: 120px 0;
}

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

.team-header {
    text-align: center;
    margin-bottom: 80px;
}

.team-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.team-title-orange {
    color: #ff6b35;
}

.team-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.team-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: transparent;
    border: 2px solid #e5e7eb;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-tab:hover {
    border-color: #ff6b35;
    color: #ff6b35;
}

.team-tab.active {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.team-tab svg {
    width: 20px;
    height: 20px;
}

.team-content {
    position: relative;
}

.team-role {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.team-role.active {
    display: grid;
}

.role-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.role-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0;
}

.role-description {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.role-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    background-color: #1a1a1a;
}

.role-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 55% 65%;
    transition: transform 0.3s ease;
}

.role-image:hover img {
    transform: scale(1.05);
}

/* Responsive styles for team section */
@media (max-width: 768px) {
    .team-section {
        padding: 80px 0;
    }
    
    .team-title {
        font-size: 36px;
    }
    
    .team-tabs {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .team-tab {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .team-role {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .role-title {
        font-size: 24px;
    }
    
    .role-description {
        font-size: 16px;
    }
    
    .role-image img {
        height: 300px;
    }
}

/* Results Section */
.results-section {
    background-color: white;
    padding: 80px 0;
    text-align: center;
}

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

.results-title {
    font-family: 'Roboto', sans-serif;
    font-size: 72px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 40px;
    line-height: 1.2;
}

.highlight-orange {
    color: #ff6b35;
}

.results-cta-btn {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 24px 48px;
    border-radius: 12px;
    font-size: 27px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
}

.results-cta-btn:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.results-description {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #1f2937;
    line-height: 1.4;
    margin: 0;
}

.results-description .orange-text {
    color: #ff6b35;
}

/* Fade-in Animation */
.fade-in-section {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 0.8s ease;
}

.fade-in-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* AI Development Section */
.ai-development-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.ai-development-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ai-content {
    max-width: 500px;
}

.ai-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ai-description {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 30px;
}

.ai-cta-btn {
    display: inline-block;
    background: #ff6b35;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.ai-cta-btn:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
    text-decoration: none;
}

.ai-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai-icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 400px;
}

.ai-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ai-icon-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.ai-icon-item svg {
    margin-bottom: 15px;
}

.ai-icon-item span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

/* Mobile responsive for AI Development Section */
@media (max-width: 768px) {
    .ai-development-section {
        padding: 60px 0;
    }
    
    .ai-development-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
    }
    
    .ai-content {
        text-align: center;
        max-width: 100%;
        order: 1;
    }
    
    .ai-title {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 15px;
        order: 1;
    }
    
    .ai-description {
        text-align: center;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 25px;
        order: 2;
    }
    
    .ai-visual {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .ai-icon-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        max-width: 280px;
        margin: 0 auto 25px auto;
        order: 3;
    }
    
    .ai-icon-item {
        padding: 18px 12px;
    }
    
    .ai-icon-item span {
        font-size: 0.85rem;
    }
    
    .ai-cta-btn {
        padding: 14px 28px;
        font-size: 0.95rem;
        order: 4;
        margin-top: 0;
    }
}

/* Learn More Section */
.learn-more-section {
    padding: 80px 0;
    background: white;
}

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

.learn-more-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
}

.learn-more-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.learn-more-logo-img {
    max-width: 200px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.learn-more-text {
    text-align: left;
}

.learn-more-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 20px;
}

.learn-more-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 30px;
}

.learn-more-btn {
    display: inline-block;
    background-color: #ff6b35;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.learn-more-btn:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

/* Mobile responsive for Learn More Section */
@media (max-width: 768px) {
    .learn-more-section {
        padding: 60px 0;
    }
    
    .learn-more-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .learn-more-logo-img {
        max-width: 150px;
    }
    
    .learn-more-title {
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .learn-more-description {
        text-align: center;
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .learn-more-text {
        text-align: center;
    }
    
    .learn-more-btn {
        padding: 14px 28px;
        font-size: 0.95rem;
    }
}

/* Case Study Link */
.case-study-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.case-study-link:hover {
    color: #e55a2b;
    text-decoration: underline;
}

/* Call to Action Section */
.cta-section {
    padding: 80px 0;
    background: white;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-description {
    font-size: 1.2rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    background: #ff6b35;
    color: white;
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.cta-button:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
    text-decoration: none;
}

/* Mobile responsive for CTA Section */
@media (max-width: 768px) {
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 1.1rem;
    }
    
    .cta-button {
        padding: 16px 32px;
        font-size: 1rem;
    }
}

/* Challenges Section */
.challenges-section {
    background-color: white;
    padding: 80px 0;
}

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

.challenges-title {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
}

.challenges-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6;
}

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

.challenge-card {
    background: white;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.challenge-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #ff6b35;
}

.challenge-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    flex-shrink: 0;
}

.challenge-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.3;
}

.challenge-description {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .services-overview-section {
        padding: 60px 0;
    }
    
    .services-container {
        padding: 0 20px;
    }
    
    .services-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .services-text {
        padding-left: 0;
    }
    
    .services-title {
        font-size: 32px;
    }
    
    .services-lists {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .services-cta-btn {
        display: none;
    }
    
    .services-list li:before {
        display: none;
    }
    
    .services-list li {
        padding-left: 0;
    }
    
    .services-hero-image {
        width: 250px;
        height: 250px;
    }
    
    .additional-services-grid {
        justify-content: center;
    }
    
    .service-item-card {
        flex: 0 0 100%;
        max-width: 300px;
    }
    
    .challenges-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    .challenge-card {
        padding: 24px 16px;
    }
    
    .challenge-title {
        font-size: 16px;
    }
    
    .challenge-description {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .challenges-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .challenge-card {
        padding: 30px 20px;
    }
    
    .challenge-title {
        font-size: 18px;
    }
    
    .challenge-description {
        font-size: 14px;
    }
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background: #f8f9fa;
}

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

.blog-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.blog-post {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: inherit;
}

.blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 30px;
}

.blog-post-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.blog-excerpt {
    color: #6c757d;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive styles for blog section */
@media (max-width: 768px) {
    .blog-section {
        padding: 80px 0;
    }
    
    .blog-title {
        font-size: 36px;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .blog-content {
        padding: 24px;
    }
    
    .blog-post-title {
        font-size: 20px;
    }
    
    .blog-excerpt {
        font-size: 14px;
    }
}

/* Footer */
.footer {
    background: white;
    color: #1a1a1a;
    padding: 60px 0 30px 0;
    position: relative;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #e5e7eb;
}

.footer.visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

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

.footer-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 80px;
    margin-bottom: 40px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-img {
    width: 40px;
    height: 40px;
}

.footer-brand-text {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.footer-lead {
    color: #1a1a1a;
}

.footer-sprinter {
    color: #ff6b35;
}

.footer-name {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.footer-email {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0 0 8px 0;
}

.footer-phone-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-phone {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}


.footer-sections {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-link {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #ff6b35;
}

.careers-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.notification-dot {
    width: 8px;
    height: 8px;
    background: #ff6b35;
    border-radius: 50%;
    display: inline-block;
}

.footer-bottom {
    padding-top: 30px;
    text-align: center;
}

.footer-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px 0;
    }
    
    .footer-container {
        padding: 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-sections {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer-brand-text {
        font-size: 20px;
    }
    
    .footer-name {
        font-size: 16px;
    }
    
    .footer-email {
        font-size: 14px;
    }
    
    .footer-phone {
        font-size: 14px;
    }
    
    .footer-phone-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
}

@media (max-width: 480px) {
    .footer-sections {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-content {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .hero-book-call-btn {
        padding: 16px 32px;
        font-size: 20px;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Software Expertise Section */
.software-expertise-section {
    background: white;
    padding: 80px 0;
    overflow: hidden;
}

.expertise-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.expertise-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.expertise-title .orange-text {
    color: #ff6b35;
}

.expertise-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.logos-scroll-container {
    width: 100%;
    overflow: hidden;
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.logos-scroll {
    display: flex;
    animation: scroll-logos 60s linear infinite;
    width: fit-content;
}

.logo-item {
    flex-shrink: 0;
    width: 120px;
    height: 60px;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.logo-item:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive styles for software expertise section */
@media (max-width: 768px) {
    .software-expertise-section {
        padding: 60px 0;
    }
    
    .expertise-container {
        padding: 0 20px;
    }
    
    .expertise-title {
        font-size: 32px;
    }
    
    .expertise-title .orange-text::after {
        content: "\A";
        white-space: pre;
    }
    
    .expertise-description {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .logo-item {
        width: 100px;
        height: 50px;
        margin: 0 30px;
        .video-container {
            height: 60vh;
            margin-top: 60px;
        }
    }
}

/* Contact Form Section */
.contact-section {
    background: white;
    padding: 120px 0;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form {
    background: white;
    padding: 48px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 32px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-submit {
    background-color: #ff6b35;
    color: white;
    border: none;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-submit:hover {
    background-color: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

/* Responsive styles for contact section */
@media (max-width: 768px) {
    .contact-section {
        padding: 80px 0;
    }
    
    .contact-container {
        padding: 0 20px;
    }
    
    .contact-title {
        font-size: 36px;
    }
    
    .contact-form {
        padding: 32px 24px;
    }
    
    .form-group {
        margin-bottom: 24px;
    }
    
    .contact-submit {
        padding: 16px 32px;
        font-size: 16px;
    }
}

/* AI Automation Page Specific Styles */
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.capability-card {
    background: white;
    padding: 32px 24px;
    border-radius: 12px;
    border: 2px solid #f3f4f6;
    text-align: center;
    transition: all 0.3s ease;
}

.capability-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #ff6b35;
}

.capability-icon {
    width: 48px;
    height: 48px;
    background: #ff6b35;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
}

.capability-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.capability-description {
    color: #6b7280;
    line-height: 1.6;
}

.applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.application-item {
    background: white;
    border-radius: 12px;
    border: 2px solid #f3f4f6;
    overflow: hidden;
    transition: all 0.3s ease;
}

.application-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #ff6b35;
}

.application-content {
    padding: 24px;
}

.application-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.application-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 16px;
}

.application-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: #f3f4f6;
    color: #4b5563;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
}

.reality-points {
    margin-top: 32px;
}

.reality-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.point-icon {
    width: 24px;
    height: 24px;
    background: #ff6b35;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
}

.point-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
}

.point-content p {
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

.reality-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.code-snippet {
    background: #1f2937;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.code-header {
    background: #374151;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.code-dots {
    display: flex;
    gap: 6px;
}

.code-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6b7280;
}

.code-dots span:first-child {
    background: #ef4444;
}

.code-dots span:nth-child(2) {
    background: #f59e0b;
}

.code-dots span:nth-child(3) {
    background: #10b981;
}

.code-title {
    color: #d1d5db;
    font-size: 14px;
    font-weight: 500;
}

.code-content {
    padding: 20px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 14px;
    line-height: 1.6;
}

.code-line {
    color: #d1d5db;
    margin-bottom: 4px;
}

.keyword {
    color: #f59e0b;
}

.function {
    color: #60a5fa;
}

.comment {
    color: #9ca3af;
    font-style: italic;
}

@media (max-width: 768px) {
    .capabilities-grid {
        grid-template-columns: 1fr;
    }
    
    .applications-grid {
        grid-template-columns: 1fr;
    }
    
    .reality-point {
        flex-direction: column;
        gap: 8px;
    }
    
    .code-snippet {
        max-width: 100%;
    }
}

/* Additional AI page styles */
.code-examples-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.code-example-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.code-description h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.code-description p {
    color: #6b7280;
    line-height: 1.6;
}

.workflow-example {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    align-items: center;
}

.workflow-visual {
    display: flex;
    justify-content: center;
}

.code-snippet.large {
    max-width: 500px;
}

.workflow-description h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.workflow-description p {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.workflow-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.workflow-features li {
    color: #6b7280;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    padding-left: 20px;
}

.workflow-features li:before {
    content: "→";
    color: #ff6b35;
    font-weight: 600;
    position: absolute;
    left: 0;
}

.workflow-features li:last-child {
    border-bottom: none;
}

.string {
    color: #10b981;
}

@media (max-width: 768px) {
    .code-examples-grid {
        grid-template-columns: 1fr;
    }
    
    .workflow-example {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .code-snippet.large {
        max-width: 100%;
    }
}

/* AI in Action Section */
.ai-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.action-card {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    border: 2px solid #f3f4f6;
    transition: all 0.3s ease;
}

.action-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-color: #ff6b35;
}

.action-visual {
    margin-bottom: 24px;
}

.data-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.data-point {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.data-point.start {
    background: #fef3e2;
    border-color: #ff6b35;
}

.data-point.process {
    background: #f0f9ff;
    border-color: #0ea5e9;
}

.data-point.end {
    background: #f0fdf4;
    border-color: #22c55e;
}

.flow-arrow {
    font-size: 20px;
    color: #ff6b35;
    font-weight: 600;
}

.action-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.action-content p {
    color: #6b7280;
    line-height: 1.6;
}

/* Numbers Game Section */
.numbers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.number-card {
    text-align: center;
    padding: 32px 24px;
}

.number-visual {
    margin-bottom: 24px;
}

.number-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #ff8f65);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    transition: all 0.3s ease;
}

.number-card:hover .number-circle {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
}

.big-number {
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.number-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.number-content p {
    color: #4b5563;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .ai-action-grid {
        grid-template-columns: 1fr;
    }
    
    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .data-flow {
        gap: 12px;
    }
    
    .data-point {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .number-circle {
        width: 100px;
        height: 100px;
    }
    
    .big-number {
        font-size: 28px;
    }
}

/* Case Study Styles */
.case-study-main {
    background: white;
    padding: 80px 0;
}

.case-study-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.case-study-header {
    text-align: center;
    margin-bottom: 60px;
}

.case-study-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.case-study-logo {
    height: 60px;
    object-fit: contain;
}

.case-study-plus {
    font-size: 24px;
    font-weight: 600;
    color: #ff6b35;
}

.case-study-title {
    font-size: 42px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 16px;
}

.case-study-subtitle {
    font-size: 20px;
    color: #6b7280;
    line-height: 1.5;
}

.case-study-section {
    margin-bottom: 50px;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
}

.section-text {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 30px;
}

.challenge-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.challenge-point {
    background: #f9fafb;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid #f3f4f6;
    transition: all 0.3s ease;
}

.challenge-point:hover {
    border-color: #ff6b35;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.challenge-point h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.challenge-point p {
    color: #6b7280;
    line-height: 1.6;
}

.solution-approach {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.approach-item {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border: 2px solid #f3f4f6;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.approach-item:hover {
    border-color: #ff6b35;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.approach-icon {
    margin-bottom: 16px;
    color: #ff6b35;
}

.approach-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.approach-item p {
    color: #6b7280;
    line-height: 1.6;
}

.results-section {
    background: #f8fafc;
    padding: 50px 40px;
    border-radius: 20px;
    margin: 60px 0;
}

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

@media (max-width: 768px) {
    .results-grid {
        grid-template-columns: 1fr;
    }
}

.result-card {
    text-align: center;
    background: white;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.result-number {
    font-size: 36px;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 8px;
}

.result-label {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.result-description {
    color: #6b7280;
    line-height: 1.6;
}

.insight-item {
    margin-bottom: 30px;
    padding: 30px;
    background: #fef7f0;
    border-radius: 16px;
    border: 2px solid #fed7aa;
    transition: all 0.3s ease;
}

.insight-item:hover {
    border-color: #ff6b35;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.1);
}

.insight-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
}

.insight-item p {
    color: #4b5563;
    line-height: 1.7;
}

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

.takeaway-list li {
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
    line-height: 1.7;
}

.takeaway-list li:last-child {
    border-bottom: none;
}

.takeaway-list strong {
    color: #1f2937;
}

.case-study-cta {
    text-align: center;
    background: #f8fafc;
    padding: 50px 40px;
    border-radius: 20px;
    border: 2px solid #e2e8f0;
    margin-top: 60px;
}

.case-study-cta h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
}

.case-study-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #6b7280;
}

@media (max-width: 768px) {
    .case-study-title {
        font-size: 32px;
    }
    
    .case-study-subtitle {
        font-size: 18px;
    }
    
    .case-study-logos {
        gap: 20px;
    }
    
    .case-study-logo {
        height: 50px;
    }
    
    .challenge-points {
        grid-template-columns: 1fr;
    }
    
    .solution-approach {
        grid-template-columns: 1fr;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
    }
    
    .results-section {
        padding: 30px 20px;
    }
    
    .results-title {
        font-size: 32px !important;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .results-cta-btn {
        font-size: 18px;
        padding: 16px 32px;
    }
    
    .results-description {
        font-size: 16px;
        padding: 0 10px;
    }
    
    .insight-item {
        padding: 20px;
    }
    
    .case-study-cta {
        padding: 30px 20px;
    }
}

/* Industries Page Specific Styles */
.industries-page .industries-section {
    margin: 60px 0;
    background: #f8f9fa;
    padding: 60px 0;
}

.industries-page .industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.industries-page .industry-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e9ecef;
}

.industries-page .industry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.industries-page .industry-icon {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.industries-page .industry-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.industries-page .industry-description {
    color: #6c757d;
    line-height: 1.5;
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .industries-page .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .industries-page .industries-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .industries-page .industries-section {
        padding: 40px 0;
    }
}

/* About Page Styles */
.about-profile-section {
    background: #f8f9fa;
    padding: 60px 0;
    margin: 40px 0;
    border-radius: 16px;
}

.about-profile-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-image {
    flex-shrink: 0;
}

.profile-image {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 20%;
    border: 4px solid #ff6b35;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-content {
    flex: 1;
}

.about-name {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.about-title {
    font-size: 1.3rem;
    color: #ff6b35;
    font-weight: 600;
    margin-bottom: 24px;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

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

.philosophy-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.philosophy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.philosophy-icon {
    margin-bottom: 20px;
}

.philosophy-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.philosophy-description {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

.methodology-cta {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    margin-top: 40px;
}

.methodology-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.methodology-link {
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.methodology-link:hover {
    border-color: #ff6b35;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 107, 53, 0.15);
    text-decoration: none;
}

.methodology-link-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #fff5f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.methodology-link-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.methodology-link-content p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

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

.value-item {
    text-align: center;
    padding: 30px 20px;
}

.value-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.value-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.value-description {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Mobile Responsiveness for About Page */
@media (max-width: 768px) {
    .about-profile-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 0 20px;
    }
    
    .profile-image {
        width: 220px;
        height: 220px;
    }
    
    .about-name {
        font-size: 1.8rem;
    }
    
    .about-title {
        font-size: 1.1rem;
    }
    
    .about-description {
        font-size: 1rem;
    }
    
    .philosophy-grid,
    .methodology-links,
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .methodology-cta {
        padding: 30px 20px;
    }
    
    .methodology-link {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* Careers Page Styles */
.careers-mission-section {
    background: #f8f9fa;
    padding: 60px 0;
    margin: 40px 0;
    border-radius: 16px;
}

.mission-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.mission-quote {
    flex: 1;
}

.mission-text {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 30px;
}

.highlight-text {
    color: #ff6b35;
}

.mission-attribution {
    text-align: left;
}

.founder-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.founder-title {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.mission-logo {
    flex-shrink: 0;
}

.careers-logo {
    width: 200px;
    height: auto;
}

.culture-section {
    margin: 40px 0;
}

.culture-content {
    max-width: 800px;
    margin: 0 auto;
}

.culture-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
}

.culture-highlight {
    color: #ff6b35;
    font-weight: 600;
}

.position-count {
    background: #ff6b35;
    color: white;
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 600;
    margin-left: 10px;
}

.positions-intro {
    font-size: 1rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.positions-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.position-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.position-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.position-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.position-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    flex: 1;
}

.apply-btn {
    background: #ff6b35;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    margin-left: 20px;
}

.apply-btn:hover {
    background: #e55a2b;
    text-decoration: none;
    color: white;
}

.position-description {
    margin-bottom: 25px;
}

.position-description p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.position-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.position-tag {
    background: #f8f9fa;
    color: #666;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #e9ecef;
}

.careers-contact-section {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 50px;
}

.contact-description {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.contact-email-btn {
    background: #ff6b35;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.contact-email-btn:hover {
    background: #e55a2b;
    text-decoration: none;
    color: white;
}

.contact-email {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

/* Mobile Responsiveness for Careers Page */
@media (max-width: 768px) {
    .mission-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .mission-text {
        font-size: 1.4rem;
    }
    
    .careers-logo {
        width: 150px;
    }
    
    .position-header {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .apply-btn {
        margin-left: 0;
        text-align: center;
        align-self: flex-start;
    }
    
    .position-tags {
        justify-content: flex-start;
    }
    
    .careers-contact-section {
        padding: 30px 20px;
    }
}

/* Pricing Page Styles */
.pricing-section {
    position: relative;
    margin: 60px 0;
}

.best-value-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b35;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 10;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.pricing-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    border-color: #ff6b35;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.15);
}

.pricing-card-featured {
    border-color: #ff6b35;
    background: linear-gradient(135deg, #fff5f2 0%, #ffffff 100%);
}

.pricing-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.plan-icon {
    margin-bottom: 5px;
}

.plan-icon svg {
    width: 45px;
    height: 45px;
}

.pricing-intro-text {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.plan-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    margin: 0 0 auto 0;
    flex: 1;
}

.plan-cta {
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    white-space: nowrap;
}

.plan-cta-outline {
    background: transparent;
    color: #2c3e50;
    border-color: #e9ecef;
}

.plan-cta-outline:hover {
    background: #f8f9fa;
    border-color: #ff6b35;
    color: #ff6b35;
    text-decoration: none;
}

.plan-cta-primary {
    background: #ff6b35;
    color: white;
    border-color: #ff6b35;
}

.plan-cta-primary:hover {
    background: #e55a2b;
    border-color: #e55a2b;
    color: white;
    text-decoration: none;
}

.features-section {
    margin: 80px 0;
}

.features-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: center;
}

.features-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    overflow-x: auto;
}

.features-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.feature-name-header {
    padding: 20px 30px;
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.1rem;
}

.plan-header {
    padding: 20px 15px;
    text-align: center;
    font-weight: 700;
    color: #2c3e50;
    font-size: 1rem;
    border-left: 1px solid #e9ecef;
}

.appointments-count {
    display: block;
    font-size: 0.8rem;
    color: #666;
}

.yearly-appointments {
    display: block;
    font-size: 0.75rem;
    color: #666;
    font-weight: 400;
    font-style: italic;
    margin: 2px 0;
}

.mobile-yearly-appointments {
    font-size: 0.9rem;
    color: #666;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}

.yearly-appointments-header {
    display: block;
    font-size: 0.75rem;
    color: #666;
    font-weight: 400;
    font-style: italic;
    margin: 2px 0;
}

.feature-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #f1f3f4;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-name {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 500;
}

.feature-name svg {
    color: #666;
    flex-shrink: 0;
}

.feature-check,
.feature-cross {
    padding: 20px 15px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    border-left: 1px solid #f1f3f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-check {
    color: #28a745;
}

.feature-cross {
    color: #dc3545;
}

/* Mobile Responsiveness for Pricing Page */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .best-value-badge.desktop-only {
        display: none;
    }
    
    .best-value-badge.mobile-only {
        display: block;
        position: relative;
        top: -10px;
        left: 0;
        transform: none;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .best-value-badge.desktop-only {
        display: none;
    }
    
    .best-value-badge.mobile-only {
        display: block;
        position: relative;
        top: -10px;
        left: 0;
        transform: none;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .plan-title {
        font-size: 1.8rem;
    }
    
    .plan-description {
        font-size: 0.95rem;
    }
    
    .features-table {
        font-size: 0.85rem;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .features-header,
    .feature-row {
        display: flex;
        min-width: 600px;
    }
    
    .feature-name {
        flex: 0 0 200px;
        padding: 15px 20px;
        font-size: 0.9rem;
        white-space: normal;
    }
    
    .feature-check,
    .feature-cross {
        flex: 0 0 120px;
        padding: 10px 15px;
        text-align: center;
    }
    
    .plan-name {
        flex: 0 0 120px;
        text-align: center;
    }
}

/* Enterprise Section Styles */
.enterprise-section {
    background: #f8f9fa;
    padding: 60px 0;
    margin: 60px 0;
    border-radius: 16px;
}

.enterprise-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.enterprise-content {
    padding-right: 20px;
}

.enterprise-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.enterprise-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.enterprise-cta {
    background: #ff6b35;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.enterprise-cta:hover {
    background: #e55a2b;
    text-decoration: none;
    color: white;
}

.enterprise-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.enterprise-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.feature-bullet {
    color: #ff6b35;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Mobile Responsiveness for Enterprise Section */
@media (max-width: 1024px) {
    .enterprise-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .enterprise-content {
        padding-right: 0;
        text-align: center;
    }
    
    .enterprise-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .enterprise-section {
        padding: 40px 0;
        margin: 40px 0;
    }
    
    .enterprise-title {
        font-size: 2rem;
    }
    
    .enterprise-description {
        font-size: 1rem;
    }
    
    .enterprise-feature {
        font-size: 0.9rem;
    }
}

/* Specialized Solutions Section Styles */
.specialized-solutions-section {
    background: #fff;
    padding: 80px 0;
    border-top: 1px solid #eee;
}

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

.specialized-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.specialized-description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

.specialized-card {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.specialized-card-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.specialized-cta {
    text-align: center;
}

.specialized-cta-text {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
}

.specialized-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.specialized-links-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.specialized-cta-row {
    display: flex;
    justify-content: center;
}

.specialized-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.specialized-link:hover {
    color: #e55a2b;
    text-decoration: underline;
}

.specialized-main-cta {
    background: #ff6b35;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.specialized-main-cta:hover {
    background: #e55a2b;
    text-decoration: none;
    color: white;
}

/* Mobile Responsiveness for Specialized Solutions */
@media (max-width: 1024px) {
    .specialized-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .specialized-links-row {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .specialized-solutions-section {
        padding: 60px 0;
    }
    
    .specialized-title {
        font-size: 2rem;
    }
    
    .specialized-description {
        font-size: 1rem;
        margin-bottom: 40px;
    }
    
    .specialized-card {
        padding: 30px 20px;
    }
    
    .specialized-card-title {
        font-size: 1.2rem;
    }
    
    .specialized-card-description {
        font-size: 0.95rem;
    }
}

/* Mobile Carousel Styles for Multilayered Process */
.multilayered-process .process-mobile-carousel {
    display: none;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    overflow: hidden;
}

.multilayered-process .process-carousel-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.multilayered-process .process-carousel-content {
    flex: 1;
    overflow: hidden;
}

.multilayered-process .process-carousel-slide {
    display: none;
    padding: 30px;
}

.multilayered-process .process-carousel-slide.active {
    display: block;
}

.mobile-plan-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.mobile-plan-header.featured {
    border-color: #ff6b35;
}

.plan-badge {
    background: #ff6b35;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

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

.mobile-plan-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ff6b35;
    margin-bottom: 15px;
}

.mobile-plan-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.mobile-plan-cta {
    background: transparent;
    color: #2c3e50;
    border: 2px solid #2c3e50;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.mobile-plan-cta.featured {
    background: #ff6b35;
    color: white;
    border-color: #ff6b35;
}

.mobile-plan-cta:hover {
    background: #2c3e50;
    color: white;
    text-decoration: none;
}

.mobile-plan-cta.featured:hover {
    background: #e55a2b;
    border-color: #e55a2b;
}

.mobile-features-list {
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
}

.mobile-feature:last-child {
    border-bottom: none;
}

.mobile-feature span:first-child {
    color: #2c3e50;
    font-weight: 500;
}

.feature-status {
    font-weight: 700;
    font-size: 1.1rem;
}

.feature-status.check {
    color: #28a745;
}

.feature-status.cross {
    color: #dc3545;
}

.carousel-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.carousel-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6c757d;
}

.carousel-btn:hover {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

/* Show mobile carousel on mobile devices */
@media (max-width: 768px) {
    .features-table {
        display: none;
    }
    
    .mobile-carousel {
        display: block;
    }
    
    .multilayered-process .process-mobile-carousel {
        display: block;
    }
}
