.hero {
    background-color: var(--background-color-dark);
    padding-top: 160px;
    color: #ffffff;
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hero .container-fluid {
    padding: 0;  
    overflow: hidden;  
}

.hero h1 {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
}

.capsules {
    overflow: hidden;
}

.blue-pill {
    background: linear-gradient(180deg, var(--gradient-from) 0%, var(--gradient-middle) 50%, var(--gradient-to) 100%);
    border-radius: 150px 150px 0 0;
    width: 100%;
    height: 100%;
    min-height: 0px;
    aspect-ratio: 1/2;
}

.howitworks-hero-grid {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 0px;
    margin-top: -80px;
    background-color: var(--background-color-dark);
}

.howitworks-hero-grid .row {
    margin: 0; 
}

    .howitworks-hero-grid .col {
        display: flex;
        align-items: flex-end;
        padding-left: clamp(0.2rem, 0.5vw, 0.5rem);
        padding-right: clamp(0.2rem, 0.5vw, 0.5rem);
        padding-top: 0px;
        padding-bottom: 0px;
    }

.howitworks-hero-grid .col img {
    width: 100%;
    height: 100%;
    border-radius: 150px 150px 0 0;
    display: block;
    margin: 0;
    object-fit: cover;
}

.howitworks-hero-grid .col .blue-pill {
    width: 100%;
    border-radius: 150px 150px 0 0;
    margin: 0;
    display: block;
}

        .howitworks-hero-grid .col:nth-child(1) {
            transform: translateY(25%); 
        }

        .howitworks-hero-grid .col:nth-child(2) {
            transform: translateY(40%);
        }
        .howitworks-hero-grid .col:nth-child(3) {
            transform: translateY(55%);
        }
        .howitworks-hero-grid .col:nth-child(4) {
            transform: translateY(30%);
        }       
        .howitworks-hero-grid .col:nth-child(5) {
            transform: translateY(50%); 
        }
        .howitworks-hero-grid .col:nth-child(6) {
            transform: translateY(45%);
        }
        .howitworks-hero-grid .col:nth-child(7) {
            transform: translateY(25%);
        }

.blue-circle {
    border-radius: 100px;
    overflow: hidden;
}

.livein3 {
    background-color: var(--background-color-gray);
    padding: 120px 0;
}

.livein3 .section-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000;
}

.livein3 .form-control:disabled {
    background-color: var(--background-color-gray);
}

.step-row {
    margin-top: 80px;
}

.step-number {
    font-size: 72px;
    font-weight: 700;
    color: #120904;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.1;
    letter-spacing: -0.03rem;
}

.step-row h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}

.step-row p {
    font-size: 1.125rem;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 0;
}

.step-card {
    background: white;
    border-radius: 40px;
    padding: 40px;
    height: 360px;
    position: relative; 
    overflow: hidden;  
}



.login-form {
    max-width: 360px;
    margin: 40px auto;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #1F2937;
}

.form-control::placeholder {
    color: #9CA3AF;
}

.login-form .btn-primary {
    width: 100%;
    margin-top: 0px;
    justify-content: center;  
}

.ticket-shop-mockup {
    max-width: 480px;
    position: absolute;
    left: 50px;
    right: -80px;
    top: 50px;
    bottom: -40px;
    background-color: rgba(18, 9, 4, 0.06);
    padding: 24px;
    border-radius: 6px;
}

.event-image-placeholder {
    width: 25%;
    height: 20px;
    background-color: #000000;
    opacity: 0.1;
    border-radius: 6px;
    margin-bottom: 16px;  
}

.ticket-shop-mockup h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;  
    color: #1F2937;
}

.ticket-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #E5E7EB;
}

.ticket-info {
    display: flex;
    flex-direction: column;
}

.ticket-info .price {
    font-weight: 600;
    color: #1F2937;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quantity-btn {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;  
    font-weight: 700;
    line-height: 0; 
    padding: 0;  
}

.quantity-btn.minus {
    background: white;
    color: #4B5563;
}

.quantity-btn.plus {
    background: var(--primary-color);
    color: white;
}

.quantity-btn:hover {
    opacity: 0.9;
}

.ticket-shop-mockup .btn-primary {
    width: 100%;
    margin-top: 24px;
    justify-content: center;
}

.share-dialog {
    background: white;
    border: 1px solid var(--background-color-gray);
    border-radius: 16px;
    padding: 32px;
    max-width: 480px;
    margin: 0 auto;
}

.share-dialog h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1F2937;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 5px;  
    margin-bottom: 32px;
}

.social-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.social-icon img {
    width: 60px;  
    height: 60px;  
}

.social-icon span {
    font-size: 0.75rem; 
    color: #6B7280; 
}

.share-dialog .btn-primary {
    width: 100%;
    justify-content: center;
    background-color: var(--background-color-gray);
    color: #1F2937;
    font-size: 0.875rem; 
    font-weight: 600; 
}

.share-dialog .btn-primary:hover {
    background-color: #EBEAE7;  
}

.share-dialog .btn-primary img {
    width: 24px;  
    height: 24px;  
}

.features-grid {
    background-color: var(--background-color-dark);
    padding: 120px 0;
}

.feature-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(255,255,255,0.5);
    }

.feature-card .feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--background-color-dark);
    margin-bottom: 16px;
}

.feature-card p {
    font-size: 1rem;
    line-height: 1.5;
    color: #4B5563;
    margin: 0;
}

.feature-card .paymethods  {
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
    height: 2.5rem;
}

.new-badge {
    background: linear-gradient(90deg, #4040ff, #40a0ff);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    position: absolute;
    top: -12px;
    right: 20px;
}

.apps {
    background-color: var(--background-color-gray);
    padding: 120px 0;
}

.apps h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--background-color-dark);
}

.apps .subtitle {
    font-size: 1.125rem;
    color: #4B5563;
    max-width: 540px;
    margin: 0 auto;
}

.app-content {
    margin-bottom: 40px;
}

.app-image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.app-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1200px) {
    .step-card {
        height: 320px;
        padding: 30px;
        max-width: 70%;
        margin: 2rem auto 0;
    }
    .step-row {
        margin-top: 60px; 

    }
        .step-row h2 {
            font-size: 2.2rem; 
        }

        .step-row p {
            font-size: 1rem;
            margin-bottom: 1.75rem; /* Added space before card */
        }
}

@media (max-width: 768px) {

    .hero {
        padding-top: 8rem !important;
    }

        .hero p {
            max-width: 90%;
        }

    .howitworks-hero-grid {
       padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .share-dialog {        
        padding: 16px;        
    }
    .step-row {
        margin-top: 40px;
    }

        .step-row h2 {
            font-size: 2rem;
        }

    .step-card {
        margin-top: 30px;
        height: 300px;
        padding : 20px;
    }
}

@media (max-width: 768px) {
    .features-grid {
        padding: 60px 0;
    }

    .feature-card {
        padding: 24px;
    }

        .feature-card h3 {
            font-size: 1.25rem;
        }
}

@media (max-width: 768px) {   
    .apps {
        padding: 60px 0;
    }

    .app-icon {
        height: 4rem;
    }
    .apps h1 {
        font-size: 2.5rem;
    }

    .app-card {
        padding: 30px;
    }

    .app-card h2 {
        font-size: 1.75rem;
    }

    .app-image {
        margin: 0 -30px -30px;
    }
} 