/* ===========================================
   PRIVACY POLICY PAGE - PREMIUM DESIGN
   =========================================== */

/* Privacy Policy Hero Section */
.privacy-hero {
    position: relative;
    padding: 160px 0 100px;
    background: linear-gradient(180deg, rgba(238, 230, 202, 0.95) 0%, rgba(255, 255, 255, 1) 100%) !important;
    overflow: hidden;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
    width: 100% !important;
    min-height: 400px !important;
}

.privacy-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.privacy-hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    animation: float 20s ease-in-out infinite;
    filter: blur(40px);
}

.privacy-hero-shape:nth-child(1) {
    width: 300px;
    height: 300px;
    background: #896C6C;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.privacy-hero-shape:nth-child(2) {
    width: 250px;
    height: 250px;
    background: #E5BEB5;
    bottom: 10%;
    right: 10%;
    animation-delay: 10s;
}

.privacy-hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.privacy-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(238, 230, 202, 0.9), rgba(229, 190, 181, 0.7));
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #896C6C;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(137, 108, 108, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}

.privacy-hero-badge i {
    font-size: 1rem;
}

.privacy-hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, #896C6C 0%, #7a5a5a 30%, #E5BEB5 70%, #d4a8a0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.privacy-hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #4a5568;
    line-height: 1.7;
}

/* Privacy Policy Main Section */
.privacy-main {
    padding: 80px 0 !important;
    background: white !important;
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: 400px !important;
}

.privacy-container {
    max-width: 900px;
    margin: 0 auto !important;
    padding: 0 40px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.privacy-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(137, 108, 108, 0.1);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 8px 24px rgba(137, 108, 108, 0.08);
    margin-bottom: 3rem;
}

.privacy-content-inner {
    color: #2d3748;
    line-height: 1.9;
    font-size: 1.125rem;
    font-weight: 400;
}

.privacy-content-inner h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #896C6C;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    border-bottom: 2px solid rgba(137, 108, 108, 0.2);
    padding-bottom: 0.75rem;
}

.privacy-content-inner h2:first-child {
    margin-top: 0;
}

.privacy-content-inner h3 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #896C6C;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.privacy-content-inner h4 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #896C6C;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.privacy-content-inner p {
    margin-bottom: 1.75rem;
    text-align: justify;
    color: #4a5568;
}

.privacy-content-inner p:last-child {
    margin-bottom: 0;
}

.privacy-content-inner ul,
.privacy-content-inner ol {
    margin: 2rem 0;
    padding-left: 2.5rem;
    line-height: 1.9;
}

.privacy-content-inner li {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #4a5568;
}

.privacy-content-inner strong {
    color: #896C6C;
    font-weight: 700;
}

.privacy-content-inner a {
    color: #896C6C;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy-content-inner a:hover {
    color: #7a5a5a;
}

.privacy-content-inner blockquote {
    border-left: 4px solid #896C6C;
    padding-left: 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: #4a5568;
    background: rgba(238, 230, 202, 0.3);
    padding: 1.5rem 2rem;
    border-radius: 8px;
}

/* Privacy Policy CTA */
.privacy-cta {
    text-align: center;
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-top: 1px solid rgba(137, 108, 108, 0.1);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    position: relative;
    z-index: 1;
}

.privacy-cta-text {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.privacy-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.125rem 2.5rem;
    background: linear-gradient(135deg, #896C6C, #7a5a5a);
    color: white;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.0625rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(137, 108, 108, 0.3);
    position: relative;
    overflow: hidden;
}

.privacy-cta-btn::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 ease;
}

.privacy-cta-btn:hover::before {
    left: 100%;
}

.privacy-cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(137, 108, 108, 0.4);
}

.privacy-cta-btn i {
    font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .privacy-hero {
        padding: 140px 0 80px;
    }
    
    .privacy-hero-content {
        padding: 0 30px;
    }
    
    .privacy-container {
        padding: 0 30px;
    }
    
    .privacy-main {
        padding: 60px 0 !important;
    }
    
    .privacy-content {
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .privacy-hero {
        padding: 120px 0 60px;
    }
    
    .privacy-hero-content {
        padding: 0 20px;
    }
    
    .privacy-container {
        padding: 0 20px;
    }
    
    .privacy-main {
        padding: 50px 0 !important;
    }
    
    .privacy-content {
        padding: 2rem;
    }
    
    .privacy-content-inner {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    .privacy-content-inner h2 {
        font-size: 1.75rem;
    }
    
    .privacy-content-inner h3 {
        font-size: 1.5rem;
    }
    
    .privacy-content-inner h4 {
        font-size: 1.25rem;
    }
    
    .privacy-cta {
        margin-top: 3rem;
        padding-top: 2rem;
    }
    
    .privacy-cta-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .privacy-hero {
        padding: 100px 0 50px;
    }
    
    .privacy-hero-content {
        padding: 0 15px;
    }
    
    .privacy-container {
        padding: 0 15px;
    }
    
    .privacy-main {
        padding: 40px 0 !important;
    }
    
    .privacy-content {
        padding: 1.5rem;
    }
    
    .privacy-content-inner {
        font-size: 0.95rem;
        line-height: 1.75;
    }
    
    .privacy-cta {
        margin-top: 2.5rem;
        padding-top: 1.5rem;
    }
    
    .privacy-cta-text {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }
    
    .privacy-cta-btn {
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
        width: 100%;
        max-width: 300px;
    }
}

