/* ====== Instagram Organic Bot - dedicated page styling ====== */
.instagramBotPage { direction: rtl; }

/* Hero illustration */
.instagramBotPage section.mainContainer .sectionTop .sectionTopImage.igbHero {
    width: 100%;
    max-width: 520px;
}
.instagramBotPage .igbHeroImg {
    width: 100%;
}

/* Intro highlight ribbon under product header */
.instagramBotPage .igbRibbon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto 14px auto;
    padding: 8px 22px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background: var(--accentGradient);
    box-shadow: 0 8px 20px -8px rgba(240, 141, 1, 0.7);
}

/* Generic soft section card */
.instagramBotPage .igbCard {
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(103, 47, 135, 0.12);
    box-shadow: 0 14px 40px -22px rgba(103, 47, 135, 0.55);
    padding: 26px;
    text-align: right;
}

/* "What is it" two-column intro */
.instagramBotPage .igbIntro {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}
.instagramBotPage .igbIntro .igbIntroText p {
    font-size: 20px;
    line-height: 1.7;
    color: #2b2b2b;
    margin-bottom: 14px;
}
.instagramBotPage .igbIntro .igbIntroText p.lead {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
}

/* Audience / who-is-it-for grid */
.instagramBotPage .igbGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
}
.instagramBotPage .igbTag {
    display: inline-block;
    margin: 6px;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
    background: rgba(103, 47, 135, 0.08);
    border: 1px solid rgba(103, 47, 135, 0.18);
}
.instagramBotPage .igbTagsWrap {
    text-align: center;
    margin-top: 22px;
}

/* Steps - how it works */
.instagramBotPage .igbSteps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
}
.instagramBotPage .igbStep {
    position: relative;
    background: white;
    border-radius: 22px;
    padding: 26px 24px 22px 24px;
    border: 1px solid rgba(2, 122, 202, 0.15);
    box-shadow: 0 14px 36px -24px rgba(2, 122, 202, 0.6);
    text-align: right;
}
.instagramBotPage .igbStep .igbStepNum {
    position: absolute;
    top: -20px;
    right: 22px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 800;
    color: white;
    background: var(--primaryHorizontalGradient);
    box-shadow: 0 8px 18px -8px rgba(2, 122, 202, 0.8);
}
.instagramBotPage .igbStep h3 {
    font-size: 23px;
    font-weight: 800;
    color: var(--secondary);
    margin-top: 8px;
    margin-bottom: 8px;
}
.instagramBotPage .igbStep p {
    font-size: 18px;
    line-height: 1.65;
    color: #3a3a3a;
}

/* Advantages list with check chips */
.instagramBotPage .igbBenefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
}
.instagramBotPage .igbBenefit {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    background: white;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(2, 122, 202, 0.12);
    box-shadow: 0 12px 30px -24px rgba(2, 122, 202, 0.6);
    text-align: right;
}
.instagramBotPage .igbBenefit .igbCheck {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    background: var(--primaryGradient);
}
.instagramBotPage .igbBenefit .igbBenefitText {
    font-size: 19px;
    line-height: 1.6;
}
.instagramBotPage .igbBenefit .igbBenefitText .boldText {
    color: var(--secondary);
}

/* Callout box (strategy / followers) */
.instagramBotPage .igbCallout {
    margin-top: 40px;
    border-radius: 26px;
    padding: 34px 28px;
    color: white;
    text-align: center;
    background: var(--primaryHorizontalGradient);
    box-shadow: 0 18px 46px -22px rgba(2, 122, 202, 0.8);
}
.instagramBotPage .igbCallout.igbCalloutAccent {
    background: var(--accentGradient);
    box-shadow: 0 18px 46px -22px rgba(240, 141, 1, 0.8);
    color: white;
}
.instagramBotPage .igbCallout.igbCalloutAccent h3,
.instagramBotPage .igbCallout.igbCalloutAccent p {
    color: white;
}
.instagramBotPage .igbCallout h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 12px;
}
.instagramBotPage .igbCallout p {
    font-size: 20px;
    line-height: 1.7;
    max-width: 820px;
    margin: 0 auto;
}
.instagramBotPage .igbCallout p a {
    color: white;
    font-weight: 800;
    text-decoration: underline;
}

/* Final CTA */
.instagramBotPage .igbFinalCta {
    text-align: center;
    margin-top: 44px;
}
.instagramBotPage .igbFinalCta .secondaryButton {
    font-size: 24px;
}

/* Section intro paragraph under titles */
.instagramBotPage .igbSectionText {
    font-size: 21px;
    line-height: 1.75;
    color: #2b2b2b;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

/* ====== Desktop ====== */
@media (min-width: 900px) {
    .instagramBotPage .igbIntro {
        flex-direction: row-reverse;
        align-items: center;
    }
    .instagramBotPage .igbIntro > div {
        flex: 1;
    }
    .instagramBotPage .igbGrid {
        grid-template-columns: repeat(3, 1fr);
    }
    .instagramBotPage .igbSteps {
        grid-template-columns: repeat(3, 1fr);
    }
    .instagramBotPage .igbBenefits {
        grid-template-columns: repeat(2, 1fr);
    }
}
