/* Page Hero Component - Based on v1 design */
.page-hero {
    position: relative;
    text-align: center;
    padding: 230px 0px 130px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-attachment: fixed;
}

.page-hero .pattern-layers {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.page-hero .pattern-layers .layer-one {
    position: absolute;
    left: -200px;
    top: -80px;
    width: 100%;
    height: calc(100% + 80px);
    display: block;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: 1;
}

.page-hero .pattern-layers .layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-position: right top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}

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

.page-hero h1,
.page-hero .hero-title {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 3.5rem;
    text-transform: capitalize;
    z-index: 15;
}

.page-hero .subtitle,
.page-hero .hero-subtitle {
    position: relative;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-hero .breadcrumb {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-hero .breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-hero .breadcrumb li:after {
    position: absolute;
    content: "\f101";
    right: -5px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.page-hero .breadcrumb li:last-child::after {
    display: none;
}

.page-hero .breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-hero .breadcrumb li a {
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    text-decoration: none;
}

.page-hero .breadcrumb li a .icon {
    margin-right: 4px;
    color: #F023B6;
}

.page-hero .breadcrumb li a:hover {
    color: #ffffff;
}

/* Responsive */
@media screen and (max-width: 767px) {
    .page-hero {
        padding: 150px 0px 80px;
    }
    
    .page-hero h1 {
        font-size: 2.5rem;
    }
    
    .page-hero .subtitle {
        font-size: 1rem;
    }
    
    .page-hero .breadcrumb li {
        font-size: 12px;
    }
}

/* ===== BETA TEST PAGE STYLES ===== */

/* Styles pour l'image du beta-testeur */
.beta-tester-image {
    text-align: center;
    padding: 2rem 0;
}

.beta-tester-image img {
    max-width: 100%;
    height: auto;
}

/* Styles pour le formulaire beta-test (style v1) */
.beta-test-form {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    margin: 0 auto;
}

.beta-test-form .form-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #404854;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.beta-test-form .form-intro {
    font-size: 1.1rem;
    color: #696969;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: 400;
    line-height: 1.6;
}

.beta-test-form .contact-form {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.beta-test-form .form-group {
    margin-bottom: 1.5rem;
}

.beta-test-form .form-label {
    font-weight: 600;
    color: #404854;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.beta-test-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.beta-test-form .form-control:focus {
    border-color: #3264f5;
    box-shadow: 0 0 0 0.2rem rgba(50, 100, 245, 0.25);
}

.beta-test-form .form-control:hover {
    border-color: #3264f5;
}

.beta-test-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    padding-right: 2.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23343a40' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 18px 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.beta-test-form .form-select:focus {
    border-color: #3264f5;
    box-shadow: 0 0 0 0.2rem rgba(50, 100, 245, 0.25);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233264f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
}

.beta-test-form .form-select:hover {
    border-color: #3264f5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233264f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
}

.beta-test-form .form-select option:first-child {
    color: #6b7280;
    font-style: italic;
}

.beta-test-form .form-select option {
    color: #1f2937;
    background-color: white;
}

.beta-test-form .form-select option:hover {
    background-color: #f3f4f6;
}

.beta-test-form .practices-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #404854;
    margin: 2rem 0 1rem;
    font-family: 'Montserrat', sans-serif;
}

.beta-test-form .form-check {
    margin-bottom: 0.75rem;
}

.beta-test-form .form-check-label {
    font-weight: 500;
    color: #404854;
    cursor: pointer;
    padding-left: 2.5rem;
    position: relative;
    display: block;
    margin-bottom: 0;
}

.beta-test-form .form-check {
    margin-bottom: 1rem;
    position: relative;
}

.beta-test-form .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.beta-test-form .form-check-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.beta-test-form .form-check-label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.beta-test-form .form-check-input:checked + .form-check-label::before {
    background-color: #3264f5;
    border-color: #3264f5;
}

.beta-test-form .form-check-input:checked + .form-check-label::after {
    opacity: 1;
}

.beta-test-form .form-check-input:focus + .form-check-label::before {
    box-shadow: 0 0 0 0.2rem rgba(50, 100, 245, 0.25);
    border-color: #3264f5;
}

.beta-test-form .form-check-input:hover + .form-check-label::before {
    border-color: #3264f5;
}

.beta-test-form .btn-primary {
    background: linear-gradient(135deg, #3264f5 0%, #7004bc 100%);
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.beta-test-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(50, 100, 245, 0.3);
}

/* Responsive pour le formulaire */
@media (max-width: 768px) {
    .beta-test-form {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .beta-test-form .form-title {
        font-size: 2rem;
    }
    
    .beta-test-form .form-intro {
        font-size: 1rem;
    }
    
    .beta-tester-image {
        margin-bottom: 2rem;
    }
    
    .beta-tester-image img {
        max-width: 80%;
    }
}



/* ===== BETA TEST INTRO SECTION ===== */

.beta-test-intro {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.beta-test-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/pattern-1-Y8Br2nj.png") repeat;
    opacity: 0.3;
    z-index: 0;
}

.beta-test-intro .intro-content {
    position: relative;
    z-index: 1;
}

.beta-test-intro .intro-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #404854;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.beta-test-intro .intro-subtitle {
    font-size: 1.2rem;
    color: #696969;
    margin-bottom: 3rem;
    font-weight: 400;
}

.beta-test-intro .benefit-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

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

.beta-test-intro .benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3264f5 0%, #7004bc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.beta-test-intro .benefit-card:hover .benefit-icon {
    transform: scale(1.1);
}

.beta-test-intro .benefit-icon i {
    font-size: 2rem;
    color: white;
}

.beta-test-intro .benefit-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #404854;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.beta-test-intro .benefit-card p {
    color: #696969;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
}

/* Responsive pour la section intro */
@media (max-width: 768px) {
    .beta-test-intro .intro-title {
        font-size: 2rem;
    }
    
    .beta-test-intro .intro-subtitle {
        font-size: 1rem;
    }
    
    .beta-test-intro .benefit-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .beta-test-intro .benefit-card h3 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 575px) {
    .page-hero {
        padding: 120px 0px 60px;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .page-hero .breadcrumb {
        flex-direction: column;
        gap: 5px;
    }
    
    .page-hero .breadcrumb li {
        margin-right: 0;
        padding-right: 0;
    }
    
    .page-hero .breadcrumb li:after {
        display: none;
    }
} 