/* Modern AI Development Services Page Styles */
:root {
    --primary-gradient: linear-gradient(135deg, #4079ff 0%, #26417b 100%);
    --secondary-gradient: linear-gradient(135deg, #4079ff 0%, #26417b 100%);
    --accent-gradient: linear-gradient(135deg, #4079ff 0%, #26417b 100%);
    --success-gradient: linear-gradient(135deg, #4079ff 0%, #26417b 100%);
    --warning-gradient: linear-gradient(135deg, #4079ff 0%, #26417b 100%);
    --danger-gradient: linear-gradient(135deg, #4079ff 0%, #26417b 100%);
    --dark-gradient: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    --light-gradient: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-light: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.12);
    --shadow-heavy: 0 15px 40px rgba(0, 0, 0, 0.15);
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 16px;
    --transition-fast: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Hero Section Enhancements */
.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="particle"><stop offset="0" stop-color="%23ffffff" stop-opacity=".3"/><stop offset="1" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="2" fill="url(%23particle)"><animate attributeName="r" values="2;6;2" dur="4s" repeatCount="indefinite"/></circle><circle cx="800" cy="300" r="1.5" fill="url(%23particle)"><animate attributeName="r" values="1.5;4;1.5" dur="3s" repeatCount="indefinite"/></circle><circle cx="400" cy="600" r="2.5" fill="url(%23particle)"><animate attributeName="r" values="2.5;7;2.5" dur="5s" repeatCount="indefinite"/></circle><circle cx="600" cy="100" r="1.8" fill="url(%23particle)"><animate attributeName="r" values="1.8;5;1.8" dur="3.5s" repeatCount="indefinite"/></circle><circle cx="100" cy="500" r="2.2" fill="url(%23particle)"><animate attributeName="r" values="2.2;6.5;2.2" dur="4.5s" repeatCount="indefinite"/></circle></svg>') no-repeat;
    background-size: cover;
    opacity: 0.6;
    animation: float-particles 20s infinite linear;
}

.hero-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

@keyframes float-particles {
    0% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-20px) rotate(120deg); }
    66% { transform: translateY(10px) rotate(240deg); }
    100% { transform: translateY(0px) rotate(360deg); }
}

.trust-signals {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--glass-border);
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-light);
}

.trust-badge:hover {
    transform: translateY(-5px) scale(1.02);
    background: rgba(255, 255, 255, 0.35);
    box-shadow: var(--shadow-medium);
}

.trust-badge i {
    font-size: 1.2rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    border-radius: var(--border-radius-lg);
    color: white;
    font-weight: 600;
    margin-bottom: 2rem;
    border: 1px solid var(--glass-border);
    transition: var(--transition-bounce);
    box-shadow: var(--shadow-light);
}

.hero-badge:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.35);
}

.hero-badge i {
    font-size: 1.3rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    color: white;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.text-gradient {
    background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 600px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.pulse-animation {
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0% { 
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
        transform: scale(1);
    }
    70% { 
        box-shadow: 0 0 0 20px rgba(13, 110, 253, 0);
        transform: scale(1.02);
    }
    100% { 
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
        transform: scale(1);
    }
}

.trust-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.metric-item {
    text-align: center;
    padding: 1rem;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    border-radius: var(--border-radius-md);
    border: 1px solid var(--glass-border);
    transition: var(--transition-smooth);
}

.metric-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.35);
}

.metric-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    display: block;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.metric-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.hero-visual {
    position: relative;
    z-index: 2;
}

.hero-image-wrapper {
    position: relative;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-heavy);
    transition: var(--transition-smooth);
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
}

.hero-image-wrapper:hover {
    transform: translateY(-10px) rotateY(2deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.hero-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--transition-smooth);
    border-radius: var(--border-radius-lg);
}

.floating-element {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-light);
    color: #333;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: float-element 3s ease-in-out infinite;
}

.floating-chat {
    top: 20%;
    right: -10%;
    animation-delay: 0s;
}

.floating-analytics {
    bottom: 30%;
    left: -10%;
    animation-delay: 1s;
}

.floating-automation {
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

@keyframes float-element {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

/* Section Enhancements */
.section_space {
    padding: 5rem 0;
}

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

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.2;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary-gradient);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Pain Points Section */
.pain-points-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
}

.pain-points-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5" opacity="0.4"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.pain-point-card {
    background: white;
    padding: 2.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-light);
    transition: var(--transition-smooth);
    border: 1px solid rgba(148, 163, 184, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pain-point-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--danger-gradient);
    transform: scaleX(0);
    transition: var(--transition-smooth);
}

.pain-point-card:hover::before {
    transform: scaleX(1);
}

.pain-point-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

.pain-icon {
    width: 80px;
    height: 80px;
    background: var(--danger-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: var(--transition-bounce);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.2);
}

.pain-point-card:hover .pain-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(239, 68, 68, 0.3);
}

.pain-point-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.pain-point-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.pain-solution {
    margin-top: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
    border-radius: var(--border-radius-sm);
    border-left: 4px solid #28a745;
    font-size: 0.95rem;
    color: #155724;
}

.solution-highlight {
    background: white;
    padding: 3rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-medium);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.solution-highlight h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

/* Service Cards Enhancement */
.service-card {
    background: white;
    border-radius: var(--border-radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-light);
    transition: var(--transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: var(--transition-smooth);
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-heavy);
}

.service-card.featured {
    border: 2px solid #007bff;
    transform: scale(1.02);
    position: relative;
}

.service-card.featured::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, rgba(0, 123, 255, 0.1) 100%);
    pointer-events: none;
}

.service-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary-gradient);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0 var(--border-radius-lg) 0 var(--border-radius-lg);
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 2;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    transition: var(--transition-bounce);
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.2);
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(79, 70, 229, 0.3);
}

.service-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-sm);
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.service-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f3f4;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #495057;
    line-height: 1.5;
}

.service-features li::before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

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

.service-cta {
    margin-top: auto;
}

.service-cta .btn {
    border-radius: var(--border-radius-lg);
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: var(--transition-smooth);
}

.service-cta .btn:hover {
    transform: translateY(-2px);
}

/* Stats Section */
.stat-card {
    background: white;
    padding: 2rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-light);
    text-align: center;
    transition: var(--transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: var(--secondary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1.5rem;
    transition: var(--transition-bounce);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.2);
}

.stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(6, 182, 212, 0.3);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2c3e50;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.stat-subtitle {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Feature Cards */
.feature-card {
    background: white;
    padding: 2.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-light);
    transition: var(--transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-gradient);
    transform: scaleX(0);
    transition: var(--transition-smooth);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--accent-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    transition: var(--transition-bounce);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.2);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.3);
}

.feature-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-highlight {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(40, 167, 69, 0.1);
    border-radius: var(--border-radius-sm);
    color: #28a745;
    font-weight: 600;
}

/* Comparison Table */
.comparison-table-wrapper {
    background: white;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-light);
    overflow: hidden;
    margin: 2rem 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.comparison-table {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 0;
}

.comparison-header {
    display: contents;
}

.comparison-header > div {
    background: var(--primary-gradient);
    color: white;
    padding: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.comparison-row {
    display: contents;
}

.comparison-row > div {
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-feature {
    text-align: left !important;
    font-weight: 600;
    background: #f8f9fa;
}

.comparison-nextctl {
    background: rgba(40, 167, 69, 0.1);
}

.comparison-competitor {
    background: rgba(220, 53, 69, 0.1);
}

/* Case Study Cards */
.case-study-card {
    background: white;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: var(--transition-smooth);
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.case-study-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-medium);
}

.case-study-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--primary-gradient);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-sm);
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 2;
}

.case-study-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}

.case-study-card:hover .case-study-image img {
    transform: scale(1.1);
}

.case-study-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 1rem;
    border-radius: var(--border-radius-sm);
    text-align: center;
    font-weight: 700;
    color: #28a745;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.case-study-metric {
    font-size: 1.1rem;
}

.case-study-content {
    padding: 2rem;
}

.case-study-category {
    display: inline-block;
    background: var(--secondary-gradient);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-sm);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.case-study-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.case-study-content p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.case-study-results {
    margin: 1.5rem 0;
}

.result-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    background: rgba(40, 167, 69, 0.1);
    border-radius: var(--border-radius-sm);
    font-weight: 600;
    color: #28a745;
}

.read-more {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition-fast);
}

.read-more:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Tech Stack Cards */
.tech-card {
    background: white;
    padding: 2rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-light);
    text-align: center;
    transition: var(--transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.tech-logo {
    width: 70px;
    height: 70px;
    background: var(--dark-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1.5rem;
    transition: var(--transition-bounce);
    box-shadow: 0 8px 25px rgba(30, 41, 59, 0.2);
}

.tech-card:hover .tech-logo {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(30, 41, 59, 0.3);
}

.tech-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.tech-card p {
    color: #6c757d;
    line-height: 1.5;
}

/* Process Timeline */
.process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.process-step {
    background: white;
    padding: 2.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-light);
    transition: var(--transition-smooth);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: center;
    height: 100%;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-medium);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary-gradient);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.2);
}

.step-icon {
    width: 70px;
    height: 70px;
    background: var(--secondary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 2rem auto 1.5rem;
    transition: var(--transition-bounce);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.2);
}

.process-step:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(6, 182, 212, 0.3);
}

.step-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.step-copy {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.step-cta .btn {
    border-radius: var(--border-radius-lg);
    transition: var(--transition-smooth);
}

.step-cta .btn:hover {
    transform: translateY(-2px);
}

/* FAQ Section */
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-light);
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-header {
    background: white;
}

.faq-button {
    width: 100%;
    padding: 2rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: var(--transition-fast);
}

.faq-button:hover {
    background: rgba(0, 123, 255, 0.05);
}

.faq-button[aria-expanded="true"] {
    background: var(--primary-gradient);
    color: white;
}

.faq-button i {
    transition: var(--transition-fast);
}

.faq-button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-content {
    padding: 2rem;
    background: #f8f9fa;
    color: #495057;
    line-height: 1.6;
}

.faq-content ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.faq-content li {
    margin-bottom: 0.5rem;
}

/* Final CTA Section */
.final-cta-section {
    background: var(--primary-gradient);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="cta-particle"><stop offset="0" stop-color="%23ffffff" stop-opacity=".1"/><stop offset="1" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23cta-particle)"/><circle cx="800" cy="300" r="150" fill="url(%23cta-particle)"/><circle cx="400" cy="700" r="120" fill="url(%23cta-particle)"/></svg>') no-repeat;
    background-size: cover;
    opacity: 0.5;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cta-benefits {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    padding: 0.75rem 1.25rem;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--glass-border);
    transition: var(--transition-smooth);
}

.benefit-item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.35);
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.cta-trust {
    margin-top: 2rem;
    opacity: 0.8;
}

.trust-logos {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.trust-logo {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--border-radius-sm);
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 1rem 0;
    z-index: 1000;
    transform: translateY(100%);
    transition: var(--transition-smooth);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sticky-cta.show {
    transform: translateY(0);
}

.sticky-cta h4 {
    font-weight: 700;
    color: #2c3e50;
}

/* Button Enhancements */
.btn {
    border-radius: var(--border-radius-lg);
    font-weight: 600;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: var(--primary-gradient);
    border: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.btn-outline-primary {
    border: 2px solid #007bff;
    color: #007bff;
    background: transparent;
}

.btn-outline-primary:hover {
    background: #007bff;
    color: white;
    transform: translateY(-2px);
}

.btn-outline-light {
    border: 2px solid white;
    color: white;
    background: transparent;
}

.btn-outline-light:hover {
    background: white;
    color: #007bff;
    transform: translateY(-2px);
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

/* Scroll to section animation */
.scroll-to-section {
    scroll-behavior: smooth;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .service-card.featured {
        transform: none;
    }
    
    .comparison-table {
        font-size: 0.9rem;
    }
}

@media (max-width: 992px) {
    .hero-section {
        min-height: auto;
        padding: 4rem 0;
    }
    
    .trust-signals {
        gap: 1rem;
    }
    
    .hero-cta {
        justify-content: center;
    }
    
    .floating-element {
        display: none;
    }
    
    .comparison-table {
        grid-template-columns: 1fr;
    }
    
    .comparison-header > div,
    .comparison-row > div {
        text-align: center;
    }
    
    .comparison-feature {
        text-align: center !important;
    }
    
    .process-timeline {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .section_space {
        padding: 3rem 0;
    }
    
    .trust-signals {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .trust-badge {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-cta .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .trust-metrics {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .metric-number {
        font-size: 2rem;
    }
    
    .service-card,
    .pain-point-card,
    .feature-card {
        padding: 2rem;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .cta-benefits {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .comparison-table {
        font-size: 0.85rem;
    }
    
    .comparison-header > div,
    .comparison-row > div {
        padding: 1rem 0.5rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 3rem 0;
    }
    
    .section_space {
        padding: 2.5rem 0;
    }
    
    .trust-metrics {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .service-card,
    .pain-point-card,
    .feature-card,
    .process-step {
        padding: 1.5rem;
    }
    
    .faq-button {
        padding: 1.5rem;
        font-size: 1rem;
    }
    
    .faq-content {
        padding: 1.5rem;
    }
    
    .trust-logos {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .pulse-animation {
        animation: none !important;
    }
    
    .hero-particles,
    .floating-element {
        animation: none !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .service-card,
    .pain-point-card,
    .feature-card,
    .stat-card,
    .tech-card,
    .process-step,
    .faq-item,
    .case-study-card {
        background:rgb(255, 255, 255);
        border-color: #4a5568;
        color:rgb(0, 0, 0);
    }
    
    .section-title {
        color:rgb(0, 0, 0);
    }
    
    .section-subtitle,
    .service-features li,
    .step-copy {
        color:rgb(0, 0, 0);
    }
    
    .faq-content {
        background:rgb(255, 255, 255);
        color:rgb(0, 0, 0);
    }
    
    .comparison-table-wrapper {
        background:rgb(255, 255, 255);
    }
    
    .comparison-feature {
        background: #4a5568 !important;
        color: #e2e8f0;
    }
}

/* Print styles */
@media print {
    .hero-section,
    .sticky-cta,
    .floating-element {
        display: none !important;
    }
    
    .section_space {
        padding: 1rem 0 !important;
    }
    
    .service-card,
    .pain-point-card,
    .feature-card {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
        break-inside: avoid;
    }
    
    * {
        background: white !important;
        color: black !important;
    }
}

/* Focus styles for accessibility */
.btn:focus,
.faq-button:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .trust-badge,
    .hero-badge,
    .metric-item,
    .benefit-item {
        background: rgba(255, 255, 255, 0.9) !important;
        color: #000 !important;
        border: 2px solid #000 !important;
    }
    
    .service-card,
    .pain-point-card,
    .feature-card,
    .stat-card,
    .tech-card,
    .process-step,
    .faq-item,
    .case-study-card {
        border: 2px solid #000 !important;
    }
}