.page-blog-cg79-ios-promotions-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

.page-blog-cg79-ios-promotions-analysis__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
}

.page-blog-cg79-ios-promotions-analysis__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 700px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-cg79-ios-promotions-analysis__hero-content {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
    margin-top: -100px;
    background-color: rgba(8, 22, 15, 0.8);
    border-radius: 10px;
    z-index: 1;
}

.page-blog-cg79-ios-promotions-analysis__main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #F2C14E; /* Gold */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-cg79-ios-promotions-analysis__hero-description {
    font-size: 1.1rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
}

.page-blog-cg79-ios-promotions-analysis__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-cg79-ios-promotions-analysis__btn-primary,
.page-blog-cg79-ios-promotions-analysis__btn-secondary,
.page-blog-cg79-ios-promotions-analysis__btn-text {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-cg79-ios-promotions-analysis__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-cg79-ios-promotions-analysis__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-cg79-ios-promotions-analysis__btn-secondary {
    background-color: transparent;
    color: #2AD16F;
    border: 2px solid #2AD16F;
}

.page-blog-cg79-ios-promotions-analysis__btn-secondary:hover {
    background-color: #2AD16F;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-cg79-ios-promotions-analysis__btn-text {
    color: #2AD16F;
    text-decoration: underline;
    padding: 5px 0;
    border: none;
    background: none;
}

.page-blog-cg79-ios-promotions-analysis__btn-text:hover {
    color: #57E38D;
}

.page-blog-cg79-ios-promotions-analysis__section {
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-blog-cg79-ios-promotions-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-cg79-ios-promotions-analysis__section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #F2C14E; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-cg79-ios-promotions-analysis p {
    margin-bottom: 20px;
    color: #A7D9B8; /* Text Secondary */
    font-size: 1.05rem;
}

.page-blog-cg79-ios-promotions-analysis strong {
    color: #F2FFF6; /* Text Main */
}

.page-blog-cg79-ios-promotions-analysis__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-cg79-ios-promotions-analysis__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-cg79-ios-promotions-analysis__card {
    background-color: #11271B; /* Card BG */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}

.page-blog-cg79-ios-promotions-analysis__card-title {
    font-size: 1.5rem;
    color: #22C768; /* Auxiliary color */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-cg79-ios-promotions-analysis__card p {
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-cg79-ios-promotions-analysis__offers-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-cg79-ios-promotions-analysis__offer-item {
    background-color: #11271B; /* Card BG */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-cg79-ios-promotions-analysis__offer-title {
    font-size: 1.3rem;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-cg79-ios-promotions-analysis__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-blog-cg79-ios-promotions-analysis__step-item {
    background-color: #11271B; /* Card BG */
    border-left: 5px solid #2AD16F;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-cg79-ios-promotions-analysis__step-title {
    font-size: 1.4rem;
    color: #2AD16F;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-blog-cg79-ios-promotions-analysis__bullet-list {
    list-style: disc;
    margin-left: 20px;
    margin-top: 20px;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-cg79-ios-promotions-analysis__bullet-list li {
    margin-bottom: 10px;
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-cg79-ios-promotions-analysis__bullet-list li strong {
    color: #F2FFF6; /* Text Main */
}

.page-blog-cg79-ios-promotions-analysis__comparison-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-blog-cg79-ios-promotions-analysis__comparison-list li {
    background-color: #0A4B2C; /* Deep Green */
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 15px;
    color: #F2FFF6; /* Text Main */
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-cg79-ios-promotions-analysis__comparison-list li::before {
    content: '✅';
    margin-right: 10px;
    font-size: 1.2em;
}

.page-blog-cg79-ios-promotions-analysis__faq-section {
    background-color: #0A4B2C; /* Deep Green */
}

.page-blog-cg79-ios-promotions-analysis__faq-list {
    margin-top: 40px;
}

.page-blog-cg79-ios-promotions-analysis__faq-item {
    background-color: #11271B; /* Card BG */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-cg79-ios-promotions-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: #F2FFF6; /* Text Main */
    background-color: #1E3A2A; /* Divider */
    border-bottom: 1px solid #2E7A4E; /* Border color */
    list-style: none;
}

.page-blog-cg79-ios-promotions-analysis__faq-item[open] .page-blog-cg79-ios-promotions-analysis__faq-question {
    border-bottom: 1px solid transparent;
}

.page-blog-cg79-ios-promotions-analysis__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-cg79-ios-promotions-analysis__faq-toggle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2AD16F;
    margin-left: 15px;
}

.page-blog-cg79-ios-promotions-analysis__faq-answer {
    padding: 20px 25px;
    color: #A7D9B8; /* Text Secondary */
    font-size: 1.05rem;
}

.page-blog-cg79-ios-promotions-analysis__faq-answer p {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .page-blog-cg79-ios-promotions-analysis__hero-content {
        padding: 30px 15px;
        margin-top: -50px;
    }

    .page-blog-cg79-ios-promotions-analysis__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .page-blog-cg79-ios-promotions-analysis__hero-description {
        font-size: 1rem;
    }

    .page-blog-cg79-ios-promotions-analysis__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-cg79-ios-promotions-analysis__btn-primary,
    .page-blog-cg79-ios-promotions-analysis__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-cg79-ios-promotions-analysis__section {
        padding: 40px 15px;
    }

    .page-blog-cg79-ios-promotions-analysis__section-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
    }

    .page-blog-cg79-ios-promotions-analysis__grid,
    .page-blog-cg79-ios-promotions-analysis__offers-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-cg79-ios-promotions-analysis__card,
    .page-blog-cg79-ios-promotions-analysis__offer-item,
    .page-blog-cg79-ios-promotions-analysis__step-item,
    .page-blog-cg79-ios-promotions-analysis__faq-item {
        padding: 20px;
    }

    .page-blog-cg79-ios-promotions-analysis__card-title,
    .page-blog-cg79-ios-promotions-analysis__offer-title,
    .page-blog-cg79-ios-promotions-analysis__step-title {
        font-size: 1.2rem;
    }

    .page-blog-cg79-ios-promotions-analysis p,
    .page-blog-cg79-ios-promotions-analysis li {
        font-size: 0.95rem;
    }

    .page-blog-cg79-ios-promotions-analysis__faq-question {
        font-size: 1.1rem;
        padding: 15px 20px;
    }

    .page-blog-cg79-ios-promotions-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-cg79-ios-promotions-analysis__hero-section,
    .page-blog-cg79-ios-promotions-analysis__container,
    .page-blog-cg79-ios-promotions-analysis__cta-buttons,
    .page-blog-cg79-ios-promotions-analysis__grid,
    .page-blog-cg79-ios-promotions-analysis__offers-list,
    .page-blog-cg79-ios-promotions-analysis__steps-list,
    .page-blog-cg79-ios-promotions-analysis__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }

    .page-blog-cg79-ios-promotions-analysis__hero-section {
        padding-top: 10px !important;
    }
}