/* Healthcare IT Services Page Styles */
/* Sister page to PCCS - follows same visual patterns with hit- prefix */

/* ============================================
   TYPOGRAPHY
   ============================================ */
.hit-page h1,
.hit-page h2,
.hit-page h3,
.hit-page h4,
.hit-page h5,
.hit-page h6 {
    font-family: var(--font-display);
    line-height: var(--leading-tight);
}

.hit-page p,
.hit-page span,
.hit-page li {
    font-family: var(--font-primary);
}

.hit-page .lead {
    font-family: var(--font-primary);
    font-size: var(--text-lg);
    font-weight: var(--weight-regular);
    line-height: var(--leading-relaxed);
}

/* Prevent line breaks on brand name */
.nowrap {
    white-space: nowrap;
}

.hit-page {
    overflow-x: hidden;
}

.hit-page .main-container {
    overflow-x: hidden;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hit-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3b82f6 100%);
    padding: 10vh 0 100px;
    z-index: 1;
}

.hit-hero #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Background Video */
.hit-hero-video-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

.hit-hero-video-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.9) 0%, rgba(59, 130, 246, 0.8) 50%, rgba(139, 92, 246, 0.7) 100%);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.8s ease;
}

.hit-hero-video-bg.video-loaded::before {
    opacity: 0;
    pointer-events: none;
}

.hit-hero-video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 992px) {
    .hit-hero-video-bg {
        display: none;
    }
}

.hit-hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 20%, rgba(59, 130, 246, 0.3) 0%, transparent 50%),
                radial-gradient(ellipse at 70% 80%, rgba(139, 92, 246, 0.2) 0%, transparent 50%);
    z-index: 2;
}

.hit-hero .container {
    position: relative;
    z-index: 10;
}

.hit-hero-row {
    display: flex;
    align-items: center;
    min-height: 70vh;
}

.hit-hero-content {
    text-align: left;
}

.hit-hero-title {
    font-family: var(--font-display);
    font-size: clamp(var(--text-4xl), 5vw, var(--text-6xl));
    font-weight: var(--weight-extrabold);
    color: white;
    margin-bottom: 25px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    letter-spacing: var(--tracking-tighter);
    line-height: var(--leading-tight);
}

.hit-hero-subtitle {
    font-family: var(--font-primary);
    font-size: var(--text-2xl);
    font-weight: var(--weight-regular);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    line-height: var(--leading-normal);
}

.hit-hero-emphasis {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
    line-height: var(--leading-normal);
    letter-spacing: var(--tracking-wide);
}

.hit-hero-tagline {
    font-family: var(--font-primary);
    font-size: var(--text-base);
    font-weight: var(--weight-regular);
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    line-height: var(--leading-relaxed);
}

/* Hero Buttons */
.hit-btn-glow {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white !important;
    border: none;
    padding: 18px 40px;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.hit-btn-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.5s;
}

.hit-btn-glow:hover,
.hit-btn-glow:focus,
.hit-btn-glow:active {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.6);
    color: white !important;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.hit-btn-glow:hover::before {
    left: 100%;
}

/* Hero Wave */
.hit-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
}

.hit-hero-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* ============================================
   WHAT WE DO SECTION
   ============================================ */
.hit-whatwedo {
    padding: 80px 0;
    background: #f8f9fa;
}

.hit-whatwedo h2 {
    font-size: clamp(var(--text-2xl), 3vw, var(--text-4xl));
    font-weight: var(--weight-extrabold);
    letter-spacing: var(--tracking-tight);
    color: #1e293b;
}

.hit-whatwedo-tagline {
    font-size: var(--text-base);
    color: #64748b;
    font-style: italic;
}

.hit-whatwedo-card {
    text-align: center;
    padding: 35px 20px;
    background: white;
    border-radius: 20px;
    border: 1px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hit-whatwedo-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 3px;
    transition: width 0.4s ease;
}

.hit-whatwedo-card:hover::after {
    width: 60%;
}

.hit-whatwedo-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(59, 130, 246, 0.1);
}

.hit-whatwedo-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.hit-whatwedo-icon i {
    font-size: 32px;
    color: white;
}

.hit-whatwedo-card:hover .hit-whatwedo-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.35);
}

.hit-whatwedo-card h4 {
    font-size: var(--text-base);
    font-weight: var(--weight-bold);
    color: #1e293b;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.3;
}

/* ============================================
   CHALLENGES SECTION
   ============================================ */
.hit-challenges {
    padding: 100px 0;
    position: relative;
    background: #0f172a;
    overflow: hidden;
}

.hit-challenges-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 40%);
    animation: hitBgPulse 10s infinite ease-in-out;
}

@keyframes hitBgPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.hit-challenges h2 {
    font-size: clamp(var(--text-2xl), 3vw, var(--text-4xl));
    font-weight: var(--weight-extrabold);
    letter-spacing: var(--tracking-tight);
    color: white;
}

.hit-challenges .lead {
    color: rgba(255, 255, 255, 0.8);
}

.hit-challenges-footer {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.hit-challenge-card {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    height: 100%;
    min-height: 300px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hit-card-3d:hover {
    transform: translateY(-10px) rotateX(5deg);
    border-color: rgba(59, 130, 246, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.hit-card-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: 0.8s;
}

.hit-card-3d:hover .hit-card-shine {
    left: 100%;
}

.hit-challenge-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hit-icon-pulse::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 2px solid rgba(59, 130, 246, 0.5);
    animation: hitIconPulse 2s infinite;
}

@keyframes hitIconPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

.hit-challenge-icon i {
    font-size: 36px;
    color: white;
}

.hit-challenge-card h4 {
    font-size: var(--text-xl);
    font-weight: var(--weight-bold);
    color: white;
    margin-bottom: 10px;
}

.hit-challenge-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

/* ============================================
   SOLUTION / WHAT WE OFFER SECTION
   ============================================ */
.hit-solution {
    padding: 100px 0;
    background: #f8f9fa;
}

.hit-benefit-item {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    background: white;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid transparent;
    min-height: 200px;
    height: 100%;
}

.hit-benefit-animated:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
}

.hit-benefit-number {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-right: 25px;
    transition: all 0.5s ease;
}

.hit-number-animated {
    position: relative;
}

.hit-benefit-animated:hover .hit-number-animated {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.hit-benefit-content h4 {
    font-size: var(--text-xl);
    font-weight: var(--weight-bold);
    margin-bottom: 10px;
    color: #1e293b;
}

.hit-benefit-content p {
    color: #64748b;
    margin-bottom: 0;
    font-size: 14px;
}

/* Integration Box */
.hit-integration-box {
    background: white;
    padding: 35px 40px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.hit-glow-box {
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.hit-glow-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(59, 130, 246, 0.1) 60deg, transparent 120deg);
    animation: hitGlowRotate 6s linear infinite;
}

@keyframes hitGlowRotate {
    100% { transform: rotate(360deg); }
}

.hit-integration-icon-wrap {
    position: relative;
    margin-right: 30px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hit-integration-icon-wrap i {
    font-size: 48px;
    color: #3b82f6;
    position: relative;
    z-index: 1;
}

.hit-integration-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 50%;
    animation: hitIntegrationPulse 2s infinite;
}

@keyframes hitIntegrationPulse {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.hit-integration-box p {
    margin-bottom: 0;
    color: #475569;
    position: relative;
    z-index: 1;
}

/* ============================================
   SERVICES SECTION
   ============================================ */
.hit-services {
    padding: 100px 0;
}

.hit-gradient-bg {
    background: linear-gradient(180deg, #0f172a 0%, #1e3a8a 100%);
}

.hit-services h2 {
    color: white;
}

.hit-services .lead {
    color: rgba(255, 255, 255, 0.8);
}

.hit-services-subtitle {
    font-family: var(--font-display);
    font-size: var(--text-xl);
    font-weight: var(--weight-semibold);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.hit-service-list-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    transition: all 0.4s ease;
}

.hit-service-list-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
}

.hit-service-list-card h4 {
    color: white;
    font-size: var(--text-xl);
    margin-bottom: 20px;
}

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

.hit-service-list li {
    padding: 12px 0 12px 30px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
}

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

.hit-service-list li::before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    left: 0;
    top: 12px;
    color: #10b981;
    font-size: 14px;
    transition: all 0.3s ease;
}

.hit-service-list li:hover {
    padding-left: 35px;
    color: white;
}

.hit-service-list li:hover::before {
    transform: scale(1.2);
}

/* Service Badges */
.hit-badge {
    text-align: center;
    padding: 25px;
    transition: all 0.4s ease;
}

.hit-badge-float {
    animation: hitBadgeFloat 4s ease-in-out infinite;
}

.hit-badge-float:nth-child(2) {
    animation-delay: -1.3s;
}

.hit-badge-float:nth-child(3) {
    animation-delay: -2.6s;
}

@keyframes hitBadgeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hit-badge-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(139, 92, 246, 0.15) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.hit-badge-icon i {
    font-size: 32px;
    color: #93c5fd;
    line-height: 1;
}

.hit-badge-float:hover .hit-badge-icon {
    transform: scale(1.15);
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.3);
}

.hit-badge-float:hover .hit-badge-icon i {
    color: white;
}

.hit-badge h5 {
    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
    margin-bottom: 10px;
    color: white;
}

.hit-badge p {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    line-height: var(--leading-relaxed);
}

/* ============================================
   WHY + CTA SHARED WRAPPER
   ============================================ */
.hit-why-cta-wrapper {
    position: relative;
    background: #f8f9fa;
    overflow: hidden;
}

.hit-shared-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hit-shared-shape {
    position: absolute;
    border-radius: 50%;
}

.hit-shared-shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.06) 0%, rgba(139, 92, 246, 0.06) 100%);
    top: -100px;
    right: -80px;
    animation: hitSharedFloat 15s ease-in-out infinite;
}

.hit-shared-shape-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(59, 130, 246, 0.05) 100%);
    bottom: -80px;
    left: -80px;
    animation: hitSharedFloat 20s ease-in-out infinite reverse;
}

.hit-shared-shape-3 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.04) 0%, rgba(139, 92, 246, 0.04) 100%);
    top: 40%;
    left: 15%;
    animation: hitSharedFloat 18s ease-in-out infinite 3s;
}

@keyframes hitSharedFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(30px, 30px); }
}

/* ============================================
   WHY LILLE GROUP SECTION
   ============================================ */
.hit-why {
    padding: 100px 0 60px;
    position: relative;
}

/* ============================================
   SEAMLESS EXTENSION SECTION (top of page)
   Mirrors home-about style from index.html
   ============================================ */
.hit-about {
    padding: 100px 0;
    background: #f8f9fa;
}

.hit-about-intro {
    margin-bottom: 60px;
}

.hit-about-intro h2 {
    font-size: clamp(var(--text-2xl), 3vw, var(--text-4xl));
    font-weight: var(--weight-extrabold);
    letter-spacing: var(--tracking-tight);
    margin-bottom: 20px;
    color: #1e293b;
}

.hit-about-intro .lead {
    color: #64748b;
    max-width: 800px;
    margin: 0 auto 15px;
}

.hit-trust-item {
    text-align: center;
    padding: 40px 25px;
    background: white;
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 295px;
}

.hit-trust-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.hit-trust-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.hit-trust-icon i {
    font-size: 32px;
    color: white;
}

.hit-trust-item:hover .hit-trust-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.hit-trust-item h4 {
    font-size: var(--text-xl);
    font-weight: var(--weight-bold);
    margin-bottom: 10px;
    color: #1e293b;
}

.hit-trust-item p {
    color: #64748b;
    margin-bottom: 0;
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
}

.hit-why h2 {
    color: #1e293b;
}

/* Why Grid */
.hit-why-grid {
    margin-top: 0;
}

.hit-why-item {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid transparent;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.hit-why-item:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
}

.hit-why-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    transition: all 0.5s ease;
}

.hit-why-icon i {
    font-size: 24px;
    color: white;
}

.hit-why-item:hover .hit-why-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.hit-why-item-content h4 {
    font-size: var(--text-xl);
    font-weight: var(--weight-bold);
    margin-top: 0;
    margin-bottom: 5px;
    color: #1e293b;
}

.hit-why-item-content p {
    color: #64748b;
    margin-bottom: 0;
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
}

.row.hit-why-grid:last-of-type .hit-why-item {
    margin-bottom: 0;
}

/* On mobile, stacked items need bottom margin except the very last one */
@media (max-width: 767px) {
    .row.hit-why-grid:last-of-type .col-sm-6:first-child .hit-why-item {
        margin-bottom: 25px;
    }
}

/* ============================================
   CTA SECTION
   ============================================ */
.hit-cta {
    padding: 60px 0 100px;
    position: relative;
}

.hit-cta-title {
    font-size: clamp(var(--text-2xl), 3vw, var(--text-4xl));
    font-weight: var(--weight-extrabold);
    letter-spacing: var(--tracking-tight);
    color: #1e293b;
    margin-bottom: 25px;
}

.hit-btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: white !important;
    border: none;
    padding: 18px 40px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
    margin-top: 20px;
}

.hit-btn-cta i {
    transition: transform 0.3s ease;
}

.hit-btn-cta:hover,
.hit-btn-cta:focus,
.hit-btn-cta:active {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
    color: white !important;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
}

.hit-btn-cta:hover i {
    transform: translateX(5px);
}

/* Timeline Process */
.hit-process {
    background: white;
    padding: 40px;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.hit-timeline {
    position: relative;
}

.hit-timeline-line {
    position: absolute;
    left: 66px;
    top: 40px;
    bottom: 40px;
    width: 3px;
    background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 2px;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.8s ease-out;
}

.hit-timeline-line.animated {
    transform: scaleY(1);
}

.hit-process-step {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    position: relative;
}

.hit-step-animated {
    transition: all 0.4s ease;
}

.hit-step-animated[data-aos]:hover,
.hit-step-animated:hover {
    transform: translateX(10px);
}

.hit-process-number {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: var(--weight-extrabold);
    color: white;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.hit-number-pop:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.hit-process-content strong {
    display: block;
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
    color: #1e293b;
    margin-bottom: 5px;
}

.hit-process-content p {
    font-size: var(--text-sm);
    color: #64748b;
    margin-bottom: 0;
    line-height: var(--leading-relaxed);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
    .hit-challenge-card {
        min-height: 355px;
    }

    .hit-benefit-item {
        min-height: 210px;
    }

    .hit-why-item {
        min-height: 160px;
    }

    .hit-trust-item {
        min-height: 340px;
    }
}

@media (max-width: 992px) {
    .hit-hero {
        min-height: 0;
        padding: 100px 0 80px;
    }

    .hit-hero-row {
        flex-direction: column;
        text-align: center;
        min-height: 0;
    }

    .hit-hero-content {
        text-align: center;
        padding-bottom: 80px;
    }

    .hit-hero-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .hit-benefit-item {
        flex-direction: column;
        height: auto;
        min-height: 300px;
    }

    .hit-benefit-number {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .hit-integration-box {
        flex-direction: column;
        text-align: center;
    }

    .hit-integration-icon-wrap {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .hit-whatwedo-card {
        margin-bottom: 32px;
    }

    .hit-challenge-card {
        height: auto;
        min-height: 290px;
        padding: 25px 10px;
    }

    .hit-service-list-card {
        min-height: 400px;
    }

    .hit-why-item {
        min-height: 190px;
    }

    .hit-trust-item {
        min-height: 400px;
    }

    .hit-challenges h2 {
        font-size: 30px;
    }

    .hit-cta .col-md-6 {
        width: 100%;
        float: none;
    }

    .hit-cta .col-md-6 + .col-md-6 {
        margin-top: 40px;
    }

    .hit-btn-cta {
        margin-bottom: 25px;
    }

}

@media (max-width: 767px) {
    .hit-hero {
        padding: 80px 0 60px;
    }

    .hit-hero-buttons {
        flex-direction: column;
    }

    .hit-btn-glow {
        width: 100%;
        text-align: center;
    }

    .hit-whatwedo-card {
        margin-bottom: 20px;
    }

    .hit-challenges {
        padding: 70px 0;
    }

    .hit-solution {
        padding: 70px 0;
    }

    .hit-about {
        padding: 70px 0;
    }

    .hit-about-intro h2 {
        font-size: 30px;
    }

    .hit-trust-item {
        min-height: 0;
        margin-bottom: 20px;
    }

    .hit-services {
        padding: 70px 0;
    }

    .hit-why {
        padding: 70px 0;
    }

    .hit-cta {
        padding: 70px 0;
    }

    .hit-challenge-card {
        height: auto;
        min-height: 0;
        margin-bottom: 20px;
    }

    .hit-benefit-item {
        height: auto;
        min-height: 0;
    }

    .hit-why-item {
        flex-direction: column;
        height: auto;
    }

    .hit-why-item:hover {
        transform: translateY(-5px);
    }

    .hit-why-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .hit-benefit-animated:hover {
        transform: translateY(-5px);
    }

    .hit-service-list-card {
        margin-bottom: 20px;
        min-height: 0;
    }

    .hit-process {
        padding: 25px;
    }

    .hit-timeline-line {
        display: none;
    }
}

/* ============================================
   SCROLL ANIMATIONS (AOS replacement)
   No library needed — pure CSS + IntersectionObserver
   ============================================ */

/* Base: hidden before animation */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Honor data-aos-duration via attribute selectors */
[data-aos][data-aos-duration="1000"] { transition-duration: 1s; }

/* Animated state */
[data-aos].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

/* --- Animation types: Desktop (>=993px) --- */
[data-aos="fade-up"]    { transform: translate3d(0, 100px, 0); }
[data-aos="fade-right"] { transform: translate3d(-100px, 0, 0); }
[data-aos="fade-left"]  { transform: translate3d(100px, 0, 0); }
[data-aos="flip-left"]  { transform: perspective(2500px) rotateY(-100deg); }
[data-aos="zoom-in"]    { transform: scale(0.6); }

/* flip needs its own animate rule */
[data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

/* --- Mobile (<993px): horizontal → vertical --- */
@media (max-width: 992px) {
    [data-aos="fade-right"],
    [data-aos="fade-left"],
    [data-aos="flip-left"] {
        transform: translate3d(0, 100px, 0);
    }

    [data-aos="flip-left"].aos-animate {
        transform: translate3d(0, 0, 0);
    }
}

/* ============================================
   SMOOTH SCROLL & PERFORMANCE
   ============================================ */
.hit-page {
    overflow-x: hidden;
}

.hit-page * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hit-page .main-container {
    position: relative;
    z-index: 1;
}

.hit-page section {
    position: relative;
    z-index: 2;
}

.hit-hero {
    z-index: 1;
}

.hit-challenges {
    z-index: 3;
    position: relative;
}
