﻿.hero-section {
    min-height: calc(100vh - 80px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #cbbdfe 0%, #bdcbfe 100%);
    overflow: hidden;
}

    .hero-section.with-image {
        background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url('/img/hero1.PNG');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    color: #2c3e50;
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.hero-section .lead {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    color: #34495e;
    font-weight: lighter;
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.8s ease forwards;
    animation-delay: 0.4s;
}

.btn-get-started {
    background: linear-gradient(45deg, rgb(0, 163, 232), #667eea);
    border: none;
    border-radius: 50px;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 163, 232, 0.3);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    opacity: 0;
    transform: scale(0.9);
    animation: scaleIn 0.6s ease forwards;
    animation-delay: 0.6s;
}

    .btn-get-started::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: left 0.5s;
    }

    .btn-get-started:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 12px 35px rgba(0, 163, 232, 0.4);
        color: white;
        text-decoration: none;
        opacity: 1 !important;
    }

        .btn-get-started:hover::before {
            left: 100%;
        }

    .btn-get-started:active {
        transform: translateY(-1px) scale(1.02);
    }

    .btn-get-started:focus {
        outline: none;
        box-shadow: 0 8px 25px rgba(0, 163, 232, 0.3), 0 0 0 3px rgba(0, 163, 232, 0.2);
        color: white;
    }

.details-section {
    background: white;
    padding: 5rem 0;
}

.section-header {
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease forwards;
}

    .section-header h2 {
        font-size: 2.5rem;
        color: #333;
    }

    .section-header .lead {
        font-size: 1.1rem;
        color: #666;
    }

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
    opacity: 0;
    transform: translateY(40px);
    animation: slideInUp 0.8s ease forwards;
}

    .feature-card:nth-child(1) {
        animation-delay: 0.2s;
    }

    .feature-card:nth-child(2) {
        animation-delay: 0.3s;
    }

    .feature-card:nth-child(3) {
        animation-delay: 0.4s;
    }

    .feature-card:nth-child(4) {
        animation-delay: 0.5s;
    }

    .feature-card:nth-child(5) {
        animation-delay: 0.6s;
    }

    .feature-card:nth-child(6) {
        animation-delay: 0.7s;
    }

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

    .process-step:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    }

@media (hover: none) {
    .feature-card:hover {
        transform: none;
        box-shadow: inherit;
    }

    .process-step:hover {
        transform: none;
        box-shadow: inherit;
    }

    .walker-download-section:hover {
        transform: none;
        box-shadow: inherit;
    }
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(0, 163, 232), #667eea);
    border-radius: 50%;
    color: white;
}

    .icon-wrapper i {
        font-size: 2rem;
    }

.feature-card h4 {
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
    margin: 0;
    text-align: center;
}

.stats-section {
    background: linear-gradient(135deg, rgb(0, 163, 232), #667eea);
    padding: 5rem 0;
    position: relative;
    color: white;
}

    .stats-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1);
    }

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

.stats-section h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.stats-section .lead {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
}

.stat-item {
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease forwards;
}

    .stat-item:nth-child(1) {
        animation-delay: 0.2s;
    }

    .stat-item:nth-child(2) {
        animation-delay: 0.3s;
    }

    .stat-item:nth-child(3) {
        animation-delay: 0.4s;
    }

    .stat-item:nth-child(4) {
        animation-delay: 0.5s;
    }

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
}

.process-section {
    background: #f8f9fa;
    padding: 5rem 0;
}

    .process-section h2 {
        font-size: 2.5rem;
        color: #333;
    }

    .process-section .lead {
        font-size: 1.1rem;
        color: #666;
    }

.process-step {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease forwards;
}

    .process-step:nth-child(1) {
        animation-delay: 0.2s;
    }

    .process-step:nth-child(2) {
        animation-delay: 0.3s;
    }

    .process-step:nth-child(3) {
        animation-delay: 0.4s;
    }

    .process-step:nth-child(4) {
        animation-delay: 0.5s;
    }

    .process-step:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    }

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(0, 163, 232), #667eea);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.process-step h5 {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}

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

.cta-section {
    background: white;
    padding: 5rem 0;
}

.cta-content {
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

    .cta-content h2 {
        font-size: 2.5rem;
        color: #333;
    }

.walker-download-section {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

    .walker-download-section:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    .walker-download-section h3 {
        color: #333;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .walker-download-section p {
        color: #666;
        margin-bottom: 2rem;
    }

.app-store-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.app-store-btn {
    display: inline-block;
    transition: transform 0.3s ease;
}

    .app-store-btn:hover {
        transform: scale(1.05);
    }

    .app-store-btn img {
        height: 50px;
        width: auto;
    }

.company-join-section h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.company-join-section p {
    color: #666;
    margin-bottom: 2rem;
}

.btn-join-company {
    background: linear-gradient(135deg, rgb(0, 163, 232), #0095d9);
    border: none;
    border-radius: 50px;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 163, 232, 0.3);
    text-decoration: none;
    display: inline-block;
}

    .btn-join-company:hover {
        background: linear-gradient(135deg, #0095d9, #007ab8);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 163, 232, 0.4);
        color: white;
        text-decoration: none;
    }

    .btn-join-company:active {
        transform: translateY(0);
    }

    .btn-join-company:focus {
        outline: none;
        box-shadow: 0 4px 15px rgba(0, 163, 232, 0.3), 0 0 0 3px rgba(0, 163, 232, 0.2);
        color: white;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 991.98px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section .lead {
        font-size: 1.1rem;
    }

    .feature-card {
        margin-bottom: 2rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: auto;
        padding: 4rem 0;
    }

        .hero-section h1 {
            font-size: 2rem;
        }

        .hero-section .lead {
            font-size: 1rem;
        }

    .btn-get-started {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }

    .section-header h2,
    .stats-section h2,
    .process-section h2,
    .cta-content h2 {
        font-size: 2rem;
    }

    .details-section,
    .stats-section,
    .process-section,
    .cta-section {
        padding: 3rem 0;
    }

    .walker-download-section {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        min-height: 100vh;
        padding: 0;
    }

    .hero-section h1 {
        font-size: 1.75rem;
    }

    .btn-get-started,
    .btn-join-company {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }

    .section-header h2,
    .stats-section h2,
    .process-section h2,
    .cta-content h2 {
        font-size: 1.75rem;
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
    }

        .icon-wrapper i {
            font-size: 1.5rem;
        }

    .stat-number {
        font-size: 2rem;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .app-store-btn img {
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
