/* style/blog-sz777-security-privacy-protection.css */

:root {
    --sz777-primary-color: #F2C14E;
    --sz777-secondary-color: #FFD36B;
    --sz777-card-bg: #111111;
    --sz777-bg: #0A0A0A;
    --sz777-text-main: #FFF6D6;
    --sz777-border-color: #3A2A12;
    --sz777-glow-color: #FFD36B;
    --sz777-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-sz777-security-privacy-protection {
    font-family: 'Arial', sans-serif;
    color: var(--sz777-text-main); /* Light text for dark body background */
    background-color: var(--sz777-bg);
}

.page-blog-sz777-security-privacy-protection__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Desktop padding for fixed header */
    color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px;
}

.page-blog-sz777-security-privacy-protection__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-blog-sz777-security-privacy-protection__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-blog-sz777-security-privacy-protection__hero-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    margin: 20px;
}

.page-blog-sz777-security-privacy-protection__hero-title {
    font-size: clamp(2.2em, 4vw, 3.5em);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--sz777-secondary-color);
    text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-sz777-security-privacy-protection__hero-description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-sz777-security-privacy-protection__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-sz777-security-privacy-protection__section {
    padding: 60px 0;
    border-bottom: 1px solid var(--sz777-border-color);
}

.page-blog-sz777-security-privacy-protection__section:last-of-type {
    border-bottom: none;
}

.page-blog-sz777-security-privacy-protection__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-sz777-security-privacy-protection__content-area {
    padding: 0 20px;
}

.page-blog-sz777-security-privacy-protection__section-title {
    font-size: clamp(1.8em, 3vw, 2.8em);
    font-weight: 600;
    color: var(--sz777-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-sz777-security-privacy-protection__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--sz777-secondary-color);
    border-radius: 2px;
}

.page-blog-sz777-security-privacy-protection__sub-title {
    font-size: clamp(1.4em, 2.5vw, 2em);
    font-weight: 600;
    color: var(--sz777-secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-sz777-security-privacy-protection__text-block {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--sz777-text-main);
}

.page-blog-sz777-security-privacy-protection__highlight {
    color: var(--sz777-primary-color);
    font-weight: bold;
}

.page-blog-sz777-security-privacy-protection__link {
    color: var(--sz777-secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-sz777-security-privacy-protection__link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.page-blog-sz777-security-privacy-protection__btn-primary,
.page-blog-sz777-security-privacy-protection__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-sz777-security-privacy-protection__btn-primary {
    background: var(--sz777-button-gradient);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-sz777-security-privacy-protection__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-sz777-security-privacy-protection__btn-secondary {
    background-color: transparent;
    color: var(--sz777-primary-color);
    border: 2px solid var(--sz777-primary-color);
}

.page-blog-sz777-security-privacy-protection__btn-secondary:hover {
    background-color: var(--sz777-primary-color);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-sz777-security-privacy-protection__image-text-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-blog-sz777-security-privacy-protection__image-text-block--reversed {
    flex-direction: row-reverse;
}

.page-blog-sz777-security-privacy-protection__content-image {
    flex: 1;
    min-width: 200px; /* Minimum display size for content images */
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    display: block;
}

.page-blog-sz777-security-privacy-protection__text-content {
    flex: 2;
}

.page-blog-sz777-security-privacy-protection__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-sz777-security-privacy-protection__list-item {
    background-color: var(--sz777-card-bg);
    border: 1px solid var(--sz777-border-color);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-sz777-security-privacy-protection__list-item .page-blog-sz777-security-privacy-protection__sub-title {
    margin-top: 0;
    color: var(--sz777-primary-color);
}

/* FAQ Section */
.page-blog-sz777-security-privacy-protection__faq-list {
    margin-top: 30px;
}

.page-blog-sz777-security-privacy-protection__faq-item {
    background-color: var(--sz777-card-bg);
    border: 1px solid var(--sz777-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-sz777-security-privacy-protection__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: 600;
    color: var(--sz777-primary-color);
    cursor: pointer;
    background-color: var(--sz777-card-bg);
    transition: background-color 0.3s ease;
}

.page-blog-sz777-security-privacy-protection__faq-question:hover {
    background-color: #1a1a1a;
}

.page-blog-sz777-security-privacy-protection__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-sz777-security-privacy-protection__faq-item.active .page-blog-sz777-security-privacy-protection__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-sz777-security-privacy-protection__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--sz777-text-main);
}

.page-blog-sz777-security-privacy-protection__faq-item.active .page-blog-sz777-security-privacy-protection__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px;
}

.page-blog-sz777-security-privacy-protection__faq-answer p {
    margin-top: 0;
    margin-bottom: 15px;
}

.page-blog-sz777-security-privacy-protection__cta-container {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: var(--sz777-card-bg);
    border: 1px solid var(--sz777-border-color);
    border-radius: 8px;
}

.page-blog-sz777-security-privacy-protection__cta-text {
    font-size: 1.2em;
    margin-bottom: 25px;
}

.page-blog-sz777-security-privacy-protection__cta-final {
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .page-blog-sz777-security-privacy-protection__image-text-block {
        flex-direction: column;
        text-align: center;
    }

    .page-blog-sz777-security-privacy-protection__image-text-block--reversed {
        flex-direction: column;
    }

    .page-blog-sz777-security-privacy-protection__text-content {
        flex: none;
    }

    .page-blog-sz777-security-privacy-protection__content-image {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-blog-sz777-security-privacy-protection__hero-section {
        padding-top: var(--header-offset, 120px) !important; /* Mobile padding for fixed header */
        min-height: 400px;
    }

    .page-blog-sz777-security-privacy-protection__hero-title {
        font-size: 2em;
    }

    .page-blog-sz777-security-privacy-protection__hero-description {
        font-size: 1em;
    }

    .page-blog-sz777-security-privacy-protection__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        padding: 0 15px;
    }

    .page-blog-sz777-security-privacy-protection__btn-primary,
    .page-blog-sz777-security-privacy-protection__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-sz777-security-privacy-protection__section {
        padding: 40px 0;
    }

    .page-blog-sz777-security-privacy-protection__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-sz777-security-privacy-protection__sub-title {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-sz777-security-privacy-protection__text-block {
        font-size: 0.95em;
    }

    .page-blog-sz777-security-privacy-protection img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .page-blog-sz777-security-privacy-protection__section,
    .page-blog-sz777-security-privacy-protection__card,
    .page-blog-sz777-security-privacy-protection__container {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
    }

    .page-blog-sz777-security-privacy-protection__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-blog-sz777-security-privacy-protection__faq-answer {
        padding: 10px 20px;
    }

    .page-blog-sz777-security-privacy-protection__cta-container {
        padding: 20px;
    }

    .page-blog-sz777-security-privacy-protection__cta-text {
        font-size: 1em;
    }
}