* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    background: #F7EDF7;
    color: #2c3e50;
    line-height: 1.6;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2d3436;
}
.logo span { color: #6c5ce7; }
.nav-icons { display: flex; gap: 15px; }
.icon-btn {
    font-size: 20px;
    padding: 8px 12px;
    background: #f1f2f6;
    border-radius: 12px;
    cursor: pointer;
}
.icon-btn.active {
    background: #ebf0ff;
    border: 1px solid #6c5ce7;
}

.hero-section {
    background: linear-gradient(180deg, #F7EDF7 0%, #ffffff 100%);
    text-align: center;
    padding: 60px 20px;
}
.hero-section h1 {
    font-size: 42px; /* Bada font size */
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

/* 1. Instagram ka colour (Teal/Blue shade) */
.hero-section h1 .word-insta {
    color: #2e86de; 
}

/* 2. Reels ka colour (Trendy Pink/Red shade) */
.hero-section h1 .word-reels {
    color: #ff3f34; 
}

/* 3. Download ka colour (Aapke theme se match karta hua Dark Violet) */
.hero-section h1 .word-download {
    color: #8e44ad; 
}

.search-box {
    max-width: 600px;
    margin: 30px auto 10px;
    display: flex;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(108, 92, 231, 0.08);
}
.link-icon { padding: 10px; font-size: 18px; }
.search-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 5px;
}
.search-box button {
    background: linear-gradient(135deg, #6c5ce7, #8e44ad);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
}
.report-text { font-size: 13px; color: #94a3b8; display: block; margin-top: 10px; }

.ad-slot {
    width: 90%;
    margin: 25px auto;
    text-align: center;
}
.ad-label { font-size: 11px; color: #b2bec3; margin-bottom: 4px; text-transform: uppercase; }
.mock-ad { max-width: 728px; height: 90px; background: #f8f9fa; border: 1px dashed #ced4da; margin: auto; display: flex; align-items: center; justify-content: center; color: #adb5bd; }
.mock-ad-square { width: 336px; height: 280px; background: #f8f9fa; border: 1px dashed #ced4da; margin: auto; display: flex; align-items: center; justify-content: center; color: #adb5bd; }

.intro-text-block { max-width: 800px; margin: 30px auto; padding: 0 20px; text-align: center; color: #64748b; font-size: 14px; }

.steps-section { text-align: center; margin: 50px auto; padding: 0 20px; max-width: 800px;}
.steps-section h2 { font-size: 26px; color: #1e1e2f; }
.steps-sub { color: #64748b; margin-bottom: 30px; }
.step-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid #f1f2f6;
}
.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}
.num-1 { background: #edf2ff; color: #4c6ef5; border: 1px solid #d0ebff; }
.num-2 { background: #f3f0ff; color: #7048e8; border: 1px solid #e5dbff; }
.num-3 { background: #fff0f6; color: #e64980; border: 1px solid #ffdeeb; }

.features-container { max-width: 800px; margin: auto; padding: 20px; }
.card {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    border: 1px solid #f1f5f9;
}
.card h2 { font-size: 22px; color: #0f172a; margin-bottom: 15px; }
.card p { color: #475569; font-size: 15px; margin-bottom: 15px; }
.checkmark-list { list-style: none; margin: 20px 0; }
.checkmark-list li { position: relative; padding-left: 25px; margin-bottom: 15px; color: #475569; font-size: 14px;}
.checkmark-list li::before { content: "✓"; position: absolute; left: 0; color: #6c5ce7; font-weight: bold; }
.card-footer-note { font-size: 13px !important; color: #64748b !important; border-top: 1px solid #f1f5f9; padding-top: 15px; }
.highlighted-card { background: #f8fafc; border: 1px solid #e2e8f0; text-align: center;}
.nested-note { background: #fff; border-radius: 12px; padding: 15px; margin-top: 20px; border: 1px solid #e2e8f0; font-size: 14px; }

.faq-section { max-width: 800px; margin: 60px auto; padding: 0 20px; }
.faq-section h2 { text-align: center; font-size: 26px; color: #0f172a; }
.faq-sub { text-align: center; color: #64748b; margin-bottom: 40px; }
.faq-item { background: #fff; padding: 25px; border-radius: 16px; margin-bottom: 15px; border: 1px solid #f1f5f9; }
.faq-item h3 { font-size: 16px; color: #0f172a; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.faq-item h3 span { width: 25px; height: 25px; background: #e0e7ff; color: #4f46e5; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.faq-item p { color: #475569; font-size: 14px; padding-left: 35px; }

.dmca-card { max-width: 800px; margin: 40px auto; background: #0f172a; color: #f8fafc; padding: 30px; border-radius: 24px; }
.dmca-card h3 { color: #fff; margin-bottom: 12px; font-size: 18px; }
.dmca-card p { font-size: 14px; color: #94a3b8; line-height: 1.7; }

.site-footer { background: #ffffff; border-top: 1px solid #e2e8f0; padding: 50px 20px 20px; }
.footer-brand { font-size: 24px; font-weight: 700; color: #0f172a; margin-bottom: 10px; text-align: center; }
.footer-brand span { color: #6c5ce7; }
.footer-desc { text-align: center; max-width: 600px; margin: 0 auto 40px; font-size: 13px; color: #64748b; }
.footer-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px; max-width: 800px; margin: auto; padding-bottom: 40px; border-bottom: 1px solid #f1f5f9; }
.footer-col h4 { font-size: 13px; color: #0f172a; letter-spacing: 1px; margin-bottom: 15px; }
.footer-col a { display: block; color: #64748b; text-decoration: none; font-size: 14px; margin-bottom: 10px; transition: 0.2s; }
.footer-col a:hover { color: #6c5ce7; }
.footer-disclaimer-bottom { max-width: 800px; margin: 30px auto 0; font-size: 12px; color: #94a3b8; text-align: center; }
.footer-disclaimer-bottom p { margin-bottom: 15px; }
.copyright { border-top: 1px solid #f1f5f9; padding-top: 20px; margin-top: 20px; font-weight: 50px; }

.dynamic-wrapper { max-width: 600px; margin: auto; text-align: center; }
.loader { margin: 20px 0; color: #6c5ce7; font-weight: 600; }
.result-box { background: #fff; border: 1px dashed #6c5ce7; padding: 20px; border-radius: 12px; margin-top: 25px; }
.success-btn { background: #10b981; color: white; border: none; padding: 12px 25px; border-radius: 8px; font-weight: bold; cursor: pointer; margin-top: 10px; }

@media(min-width: 768px) {
    .steps-section { display: flex; flex-direction: column; align-items: center; }
    .step-card { flex-direction: row; gap: 20px; width: 100%; text-align: left; }
    .step-number { margin-bottom: 0; }
}
/* --- MOBILE RESPONSIVE STYLES --- */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .nav-icons {
        display: flex;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .hero-section h1 {
        font-size: 28px; 
        line-height: 1.3;
        padding: 0 10px;
    }

    .search-box {
        flex-direction: row; 
        width: 92%;
        margin: 20px auto;
        background: #fff;
        border-radius: 50px;
        padding: 5px 5px 5px 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .search-box input {
        font-size: 14px;
        padding: 10px 0;
        width: 60%;
        border: none;
        outline: none;
    }

    .search-box button {
        width: auto;
        padding: 10px 25px;
        font-size: 14px;
        border-radius: 50px;
        margin: 0;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
    }
}