.page-blog-how-to-get-g69-new-link-safely {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
    padding: 0;
    margin: 0;
}

.page-blog-how-to-get-g69-new-link-safely__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    padding-top: 10px; /* Small top padding as body handles --header-offset */
    background-color: #08160F;
    overflow: hidden;
}

.page-blog-how-to-get-g69-new-link-safely__hero-image-wrapper {
    width: 100%;
    max-width: 100%; /* Ensure full width before max-width */
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.page-blog-how-to-get-g69-new-link-safely__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-how-to-get-g69-new-link-safely__hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    margin-top: -80px; /* Overlap slightly with image for visual flow */
    position: relative;
    z-index: 2;
}

.page-blog-how-to-get-g69-new-link-safely__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: bold;
    color: #F2FFF6;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-get-g69-new-link-safely__intro-description {
    font-size: 1.1rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-get-g69-new-link-safely__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-get-g69-new-link-safely__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
}

.page-blog-how-to-get-g69-new-link-safely__cta-button--secondary {
    background: none;
    border: 2px solid #2AD16F; /* Deep Green */
    color: #F2FFF6;
    margin-top: 20px;
}

.page-blog-how-to-get-g69-new-link-safely__cta-button--secondary:hover {
    background: #2AD16F;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-blog-how-to-get-g69-new-link-safely__video-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    padding-top: 10px; /* Small top padding for video section */
    background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-get-g69-new-link-safely__video-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-how-to-get-g69-new-link-safely__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-blog-how-to-get-g69-new-link-safely__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.page-blog-how-to-get-g69-new-link-safely__video-caption {
    text-align: center;
    color: #A7D9B8;
    margin-top: 15px;
    font-size: 0.95rem;
}

.page-blog-how-to-get-g69-new-link-safely__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #08160F;
}

.page-blog-how-to-get-g69-new-link-safely__section-title {
    font-size: 2.2rem;
    color: #F2C14E; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-get-g69-new-link-safely__subsection-title {
    font-size: 1.6rem;
    color: #2AD16F; /* Main color from gradient */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-how-to-get-g69-new-link-safely__text-block {
    margin-bottom: 20px;
    color: #F2FFF6;
}

.page-blog-how-to-get-g69-new-link-safely__text-block p,
.page-blog-how-to-get-g69-new-link-safely__text-block li {
    color: #F2FFF6;
    margin-bottom: 10px;
}

.page-blog-how-to-get-g69-new-link-safely__text-block strong {
    color: #F2C14E;
}

.page-blog-how-to-get-g69-new-link-safely__text-block ul,
.page-blog-how-to-get-g69-new-link-safely__text-block ol {
    list-style-position: inside;
    padding-left: 20px;
    margin-bottom: 20px;
}

.page-blog-how-to-get-g69-new-link-safely__text-block li {
    margin-bottom: 8px;
}

.page-blog-how-to-get-g69-new-link-safely__image-container {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.page-blog-how-to-get-g69-new-link-safely__image-content {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-how-to-get-g69-new-link-safely__faq-section {
    background-color: #11271B; /* Card BG */
    padding: 60px 20px;
}

.page-blog-how-to-get-g69-new-link-safely__faq-list {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-blog-how-to-get-g69-new-link-safely__faq-item {
    background-color: #08160F;
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #F2FFF6;
}

.page-blog-how-to-get-g69-new-link-safely__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    color: #F2C14E; /* Gold */
    transition: background-color 0.3s ease;
}

.page-blog-how-to-get-g69-new-link-safely__faq-question:hover {
    background-color: #0A4B2C; /* Deep Green */
}

.page-blog-how-to-get-g69-new-link-safely__faq-qtext {
    flex-grow: 1;
}

.page-blog-how-to-get-g69-new-link-safely__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: #2AD16F;
}

.page-blog-how-to-get-g69-new-link-safely__faq-item[open] .page-blog-how-to-get-g69-new-link-safely__faq-question {
    background-color: #0A4B2C;
}

.page-blog-how-to-get-g69-new-link-safely__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: #A7D9B8;
}

.page-blog-how-to-get-g69-new-link-safely__conclusion {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-blog-how-to-get-g69-new-link-safely__hero-content {
        margin-top: -40px; /* Adjust overlap for smaller screens */
    }

    .page-blog-how-to-get-g69-new-link-safely__main-title {
        font-size: 2rem;
    }

    .page-blog-how-to-get-g69-new-link-safely__intro-description {
        font-size: 1rem;
    }

    .page-blog-how-to-get-g69-new-link-safely__cta-button,
    .page-blog-how-to-get-g69-new-link-safely__cta-button--secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-how-to-get-g69-new-link-safely__video-section,
    .page-blog-how-to-get-g69-new-link-safely__content-area,
    .page-blog-how-to-get-g69-new-link-safely__faq-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px !important;
    }

    .page-blog-how-to-get-g69-new-link-safely__section-title {
        font-size: 1.8rem;
    }

    .page-blog-how-to-get-g69-new-link-safely__subsection-title {
        font-size: 1.4rem;
    }

    .page-blog-how-to-get-g69-new-link-safely__text-block p,
    .page-blog-how-to-get-g69-new-link-safely__text-block li,
    .page-blog-how-to-get-g69-new-link-safely__faq-answer {
        font-size: 0.95rem;
    }

    .page-blog-how-to-get-g69-new-link-safely img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-how-to-get-g69-new-link-safely__image-container,
    .page-blog-how-to-get-g69-new-link-safely__video-container,
    .page-blog-how-to-get-g69-new-link-safely__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-how-to-get-g69-new-link-safely__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-how-to-get-g69-new-link-safely__faq-toggle {
        font-size: 1.3rem;
    }
}