.elementor-173 .elementor-element.elementor-element-0759a01{--display:flex;}.elementor-173 .elementor-element.elementor-element-a599c3e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8de8c1e */<style>
.privacy_experience {
    background: #F8FAFC; 
    padding: 120px 0;
    font-family: 'Inter', sans-serif;
    color: #0F172A;
    overflow: hidden;
}

.privacy_inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
}

.privacy_header {
    text-align: center;
    margin-bottom: 80px;
}

.privacy_badge {
    background: #0F172A;
    color: #10B981;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid #10B981;
}

.privacy_main_title {
    font-size: 52px;
    font-weight: 900;
    margin: 25px 0 10px;
    letter-spacing: -2px;
    color: #0F172A;
}

.privacy_date {
    color: #64748B;
    font-weight: 500;
}

/* THE TIMELINE LOGIC */
.privacy_timeline {
    position: relative;
    padding-left: 60px;
}

.privacy_timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #10B981, #E2E8F0);
}

.privacy_step {
    position: relative;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.7s forwards;
}

/* Staggered load animation */
.privacy_step:nth-child(1) { animation-delay: 0.1s; }
.privacy_step:nth-child(2) { animation-delay: 0.2s; }
.privacy_step:nth-child(3) { animation-delay: 0.3s; }
.privacy_step:nth-child(4) { animation-delay: 0.4s; }
.privacy_step:nth-child(5) { animation-delay: 0.5s; }
.privacy_step:nth-child(6) { animation-delay: 0.6s; }

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

.step_indicator {
    position: absolute;
    left: -58px;
    top: 0;
    width: 38px;
    height: 38px;
    background: #10B981;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    z-index: 2;
    box-shadow: 0 0 0 4px #F8FAFC, 0 0 15px rgba(16, 185, 129, 0.4);
}

.step_card {
    background: #FFFFFF;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #E2E8F0;
    transition: all 0.4s ease;
}

.step_card:hover {
    transform: scale(1.01);
    border-color: #10B981;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.step_card h3 {
    font-size: 22px;
    font-weight: 850;
    margin-bottom: 15px;
    color: #0F172A;
}

.step_card p {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.cookie_chip {
    display: inline-block;
    background: #F1F5F9;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #64748B;
    margin-top: 15px;
}

/* MOBILE FIX */
@media (max-width: 650px) {
    .privacy_timeline { padding-left: 0; }
    .privacy_timeline::before, .step_indicator { display: none; }
    .privacy_main_title { font-size: 34px; }
    .step_card { padding: 25px; border-radius: 12px; }
}
</style>/* End custom CSS */