.elementor-2920 .elementor-element.elementor-element-d7fce95:not(.elementor-motion-effects-element-type-background), .elementor-2920 .elementor-element.elementor-element-d7fce95 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-2920 .elementor-element.elementor-element-d7fce95{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2920 .elementor-element.elementor-element-d7fce95 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-0574fc5 *//* 30_article_instagram_ads.css */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap');

.ig-ads-wrapper {
    font-family: 'Prompt', sans-serif;
    color: #e2e8f0;
    line-height: 1.6;
    background-color: #0A0A0A; /* Deep dark, almost black */
    overflow-x: hidden;
    position: relative;
}

.ig-ads-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Constants */
.ig-ads-wrapper {
    --ig-magenta: #C13584;
    --ig-orange: #F56040;
    --ig-yellow: #FFDC80;
    --ig-purple: #833AB4;
    --ig-blue: #405DE6;
    --ig-dark-bg: #0A0A0A;
    --ig-card-bg: rgba(25, 25, 25, 0.8);
    --ig-text-main: #f8fafc;
    --ig-text-muted: #94a3b8;
    --line-green: #06C755;
    --ig-gradient: linear-gradient(45deg, var(--ig-yellow) 0%, var(--ig-orange) 25%, var(--ig-magenta) 50%, var(--ig-purple) 75%, var(--ig-blue) 100%);
    --ig-gradient-warm: linear-gradient(135deg, var(--ig-orange), var(--ig-magenta));
}

/* Base Layout & Typography */
.ig-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ig-heading-1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    background: var(--ig-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ig-heading-2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--ig-text-main);
}

.ig-paragraph {
    font-size: 1.125rem;
    color: var(--ig-text-muted);
    margin-bottom: 24px;
}

.ig-text-gradient {
    background: var(--ig-gradient-warm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Buttons */
.ig-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    gap: 8px;
}

.ig-btn-primary {
    background: var(--ig-gradient);
    color: #fff;
    box-shadow: 0 8px 25px rgba(193, 53, 132, 0.3);
}

.ig-btn-primary:hover {
    box-shadow: 0 12px 30px rgba(193, 53, 132, 0.5);
    transform: translateY(-2px);
    color: #fff;
}

.ig-btn-line {
    background-color: var(--line-green);
    color: #fff;
    box-shadow: 0 8px 25px rgba(6, 199, 85, 0.25);
}

.ig-btn-line:hover {
    background-color: #05b04c;
    box-shadow: 0 12px 30px rgba(6, 199, 85, 0.4);
    transform: translateY(-2px);
    color: #fff;
}

/* Hero Section */
.ig-hero {
    position: relative;
    padding: 120px 0 80px 0;
    overflow: hidden;
}

.ig-hero::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(193, 53, 132, 0.15) 0%, transparent 60%);
    border-radius: 50%;
    z-index: 0;
}

.ig-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ig-hero-text h1 span {
    color: var(--ig-magenta);
    -webkit-text-fill-color: initial;
    display: block;
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ig-hero-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(193, 53, 132, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s;
}

.ig-hero-image img:hover {
    transform: scale(1.02);
}

.ig-hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

/* Sections */
.ig-section {
    padding: 100px 0;
    position: relative;
}

.ig-section-bg {
    background: linear-gradient(180deg, rgba(20,20,20,0) 0%, rgba(30,20,30,0.5) 50%, rgba(20,20,20,0) 100%);
}

.ig-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.ig-grid-reversed .ig-grid-image {
    order: -1;
}

.ig-feature-img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 30px rgba(245, 96, 64, 0.15);
    border: 1px solid rgba(255,255,255,0.05);
}

/* Lists */
.ig-list {
    list-style: none;
    margin-top: 32px;
}

.ig-list li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 24px;
    font-size: 1.125rem;
    color: var(--ig-text-main);
    line-height: 1.5;
}

.ig-list li span {
    display: block;
    color: var(--ig-text-muted);
    font-size: 1rem;
    margin-top: 4px;
}

.ig-list li::before {
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: var(--ig-gradient);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

/* Gallery / Grid Layout */
.ig-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 64px;
}

.ig-gallery-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.ig-gallery-item img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.ig-gallery-item:hover img {
    transform: scale(1.05);
}

.ig-gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 24px 24px;
    background: linear-gradient(0deg, rgba(10,10,10,0.95) 0%, transparent 100%);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

/* CTA Section */
.ig-cta-section {
    text-align: center;
    padding: 120px 0;
    position: relative;
}

.ig-cta-box {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(25, 25, 25, 0.8);
    padding: 64px 40px;
    border-radius: 32px;
    border: 1px solid rgba(193, 53, 132, 0.3);
    box-shadow: 0 0 60px rgba(193, 53, 132, 0.15);
    backdrop-filter: blur(20px);
    position: relative;
    z-index: 1;
}

/* Bottom Nav */
.ig-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    padding: 16px 24px;
    z-index: 100;
    border-top: 1px solid rgba(255,255,255,0.1);
    justify-content: center;
}

.ig-bottom-nav .ig-btn {
    width: 100%;
    max-width: 400px;
}

/* Responsive Rules */
@media (max-width: 1024px) {
    .ig-hero-content, .ig-grid-2 {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .ig-grid-reversed .ig-grid-image {
        order: -1;
    }

    .ig-heading-1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .ig-hero {
        padding: 80px 0 60px 0;
    }

    .ig-heading-1 {
        font-size: 2.2rem;
    }

    .ig-heading-2 {
        font-size: 2rem;
    }

    .ig-gallery {
        grid-template-columns: 1fr;
    }

    .ig-hero-actions {
        flex-direction: column;
    }

    .ig-bottom-nav {
        display: flex;
    }

    .ig-ads-wrapper {
        padding-bottom: 80px;
    }

    .ig-cta-box {
        padding: 48px 24px;
    }
}/* End custom CSS */