   /* Import Gotham font - using system fonts as fallback */
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
    
    /* Content Marketing Hero Section */
    .content-marketing-hero-section {
     background-image: url('https://rankeverywhere.ai/wp-content/uploads/2025/12/BG-Image-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    }
    
    .content-marketing-hero-content {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    
    .content-marketing-hero-text-column {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-left: 60px !important;
    }
    
    .content-marketing-hero-breadcrumb {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #FFFFFF;
        margin: 0;
    }
    
    .content-marketing-hero-heading {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 48px;
        line-height: 120%;
        letter-spacing: -4%;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0;
    }
    
    .content-marketing-hero-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #0099D5;
        color: #FFFFFF;
        padding: 12px 24px;
        border-radius: 6px;
        text-decoration: none;
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
        width: fit-content;
    }
    
    .content-marketing-hero-button:hover {
        background-color: #FFFFFF;
        color: #0099D5;
        transform: translateY(-2px);
    }
    
    .content-marketing-hero-visual-column {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 500px;
    }
    
    /* Placeholder for the hand/search interface visual */
    .content-marketing-hero-visual {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Responsive Styles */
    @media (max-width: 968px) {
        .content-marketing-hero-content {
            grid-template-columns: 1fr;
            gap: 40px;
        }
        
        .content-marketing-hero-heading {
            font-size: 36px;
        }
        
        .content-marketing-hero-visual-column {
            min-height: 400px;
        }
    }
    
    @media (max-width: 768px) {
        .content-marketing-hero-section {
            padding: 40px 20px;
            min-height: 60vh;
        }
        
        .content-marketing-hero-content {
            max-width: 400px;
            margin: 0 auto;
        }
        
        .content-marketing-hero-text-column {
            margin-left: 0 !important;
            text-align: center;
            align-items: center;
        }
        
        .content-marketing-hero-heading {
            font-size: 32px;
            text-align: left;
        }
        
        .content-marketing-hero-breadcrumb {
            font-size: 16px;
            text-align: center;
        }
        
        .content-marketing-hero-button {
            font-size: 16px;
            padding: 10px 20px;
        }
        
        .content-marketing-hero-visual-column {
            display: none !important;
        }
    }
    
    @media (max-width: 480px) {
        .content-marketing-hero-content {
            max-width: 400px;
            margin: 0 auto;
        }
        
        .content-marketing-hero-text-column {
            margin-left: 0 !important;
            text-align: left;
            align-items: flex-start;
        }
        
        .content-marketing-hero-heading {
            font-size: 28px;
            text-align: left;
        }
        
        .content-marketing-hero-breadcrumb {
            font-size: 14px;
            text-align: center;
        }
        
        .content-marketing-hero-button {
            font-size: 14px;
            padding: 10px 18px;
        }
    }
    
    /* Content Marketing Introduction Section */
    .content-marketing-intro-section {
        background-color: #EDEDED;
        padding: 80px 20px;
        margin-top: 0;
    }
    
    .content-marketing-intro-content {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .content-marketing-intro-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 0 0 20px 0;
    }
    
    .content-marketing-intro-text:last-child {
        margin-bottom: 0;
    }
    
    .content-marketing-intro-text .highlight {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #0099D5;
    }

    .content-marketing-intro-text p,
    .content-marketing-audience-text p,
    .content-marketing-audience-includes-title p,
    .content-marketing-strategy-description p,
    .content-marketing-strategy-subtitle p,
    .content-marketing-strategy-item-text p,
    .content-marketing-authentic-box-text p,
    .content-marketing-optimising-description p,
    .content-marketing-optimising-conclusion p,
    .content-marketing-performance-description p,
    .content-marketing-performance-box-text p,
    .content-marketing-ecosystem-description p,
    .content-marketing-faq-answer-text p {
        margin: 0 0 20px 0;
    }

    .content-marketing-intro-text p:last-child,
    .content-marketing-audience-text p:last-child,
    .content-marketing-audience-includes-title p:last-child,
    .content-marketing-strategy-description p:last-child,
    .content-marketing-strategy-subtitle p:last-child,
    .content-marketing-strategy-item-text p:last-child,
    .content-marketing-authentic-box-text p:last-child,
    .content-marketing-optimising-description p:last-child,
    .content-marketing-optimising-conclusion p:last-child,
    .content-marketing-performance-description p:last-child,
    .content-marketing-performance-box-text p:last-child,
    .content-marketing-ecosystem-description p:last-child,
    .content-marketing-faq-answer-text p:last-child {
        margin-bottom: 0;
    }
    
    /* Responsive Styles for Intro Section */
    @media (max-width: 768px) {
        .content-marketing-intro-section {
            padding: 60px 20px;
        }
        
        .content-marketing-intro-text {
            font-size: 16px;
        }
        
        .content-marketing-intro-text .highlight {
            font-size: 16px;
        }
    }
    
    @media (max-width: 480px) {
        .content-marketing-intro-section {
            padding: 40px 15px;
        }
        
        .content-marketing-intro-text {
            font-size: 15px;
        }
        
        .content-marketing-intro-text .highlight {
            font-size: 15px;
        }
    }
    
    /* Content Marketing Audience Section */
    .content-marketing-audience-section {
        background-color: #0F172A;
        padding: 80px 20px 200px 20px;
        position: relative;
        overflow: visible;
    }
    
    .content-marketing-audience-content {
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
    }
    
    .content-marketing-audience-heading {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 126%;
        letter-spacing: -4%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0 0 20px 0;
    }
    
    .content-marketing-audience-heading .highlight {
        color: #0099D5;
    }
    
    .content-marketing-audience-box {
        background-color: #EDEDED;
        border-radius: 8px;
        padding: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        position: relative;
        z-index: 2;
        transform: translateY(40%);
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .content-marketing-audience-text-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .content-marketing-audience-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 0;
    }
    
    .content-marketing-audience-text .highlight {
        color: #0099D5;
        font-weight: 500;
    }
    
    .content-marketing-audience-includes-title {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 10px 0 0 0;
    }
    
    .content-marketing-audience-list {
        list-style: none;
        padding: 0;
        margin: 15px 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .content-marketing-audience-list-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
    }
    
    .content-marketing-audience-list-item img {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        margin-top: 2px;
    }
    
    .content-marketing-audience-image-column {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .content-marketing-audience-image-column img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    /* Responsive Styles for Audience Section */
    @media (max-width: 968px) {
        .content-marketing-audience-section {
            padding: 60px 20px 150px 20px;
        }
        
        .content-marketing-audience-heading {
            font-size: 32px;
        }
        
        .content-marketing-audience-box {
            grid-template-columns: 1fr;
            gap: 40px;
            padding: 40px;
            transform: translateY(35%);
        }
        
        .content-marketing-audience-image-column {
            order: -1;
        }
    }
    
    @media (max-width: 768px) {
        .content-marketing-audience-section {
            padding: 50px 20px 120px 20px;
        }
        
        .content-marketing-audience-heading {
            font-size: 28px;
            margin-bottom: 20px;
        }
        
        .content-marketing-audience-box {
            padding: 30px;
            transform: translateY(30%);
        }
        
        .content-marketing-audience-text {
            font-size: 16px;
        }
        
        .content-marketing-audience-list-item {
            font-size: 16px;
        }
    }
    
    @media (max-width: 480px) {
        .content-marketing-audience-section {
            padding: 40px 15px 100px 15px;
        }
        
        .content-marketing-audience-heading {
            font-size: 24px;
            margin-bottom: 15px;
        }
        
        .content-marketing-audience-box {
            padding: 25px 20px;
            transform: translateY(25%);
        }
        
        .content-marketing-audience-text {
            font-size: 15px;
        }
        
        .content-marketing-audience-list-item {
            font-size: 15px;
        }
        
        .content-marketing-audience-list-item img {
            width: 16px;
            height: 16px;
        }
    }
    
    /* Content Marketing Strategy Section */
    .content-marketing-strategy-section {
        background-color: #FFFFFF;
        padding: 100px 20px 100px 20px;
        color: #000000;
    }
    
    .content-marketing-strategy-content {
        max-width: 1250px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }
    
    .content-marketing-strategy-heading {
        text-align: center;
        max-width: 1000px;
        width: 100%;
    }
    
    .content-marketing-strategy-heading-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 112%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #000000;
        margin: 0 0 16px 0;
    }
    
    .content-marketing-strategy-heading-text .highlight {
        color: #0099D5;
    }
    
    .content-marketing-strategy-description {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        text-align: center;
        margin: 0 0 18px 0;
    }
    
    .content-marketing-strategy-subtitle {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        line-height: 112%;
        letter-spacing: 0%;
        text-transform: uppercase;
        text-align: center;
        color: #000000;
        margin: 0;
    }
    
    .content-marketing-strategy-box {
        background: #0099D51F;
        border-radius: 10px;
        padding: 40px 30px 30px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 1300px !important;
    }
    
    .content-marketing-strategy-top {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        text-align: center;
        justify-items: center;
    }
    
    .content-marketing-strategy-item-title {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 0 0 8px 0;
    }
    
    .content-marketing-strategy-item-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 0;
    }
    
    .content-marketing-strategy-item {
        max-width: 300px;
        width: 100%;
    }
    
    .content-marketing-strategy-steps {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        align-items: center;
    }
    
    .content-marketing-strategy-step {
        background: #0099D5;
        clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 22px 50%);
        color: #FFFFFF;
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 138%;
        letter-spacing: 0%;
        text-align: center;
        padding: 14px 10px;
    }
    
    .content-marketing-strategy-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        text-align: center;
        justify-items: center;
    }
    
    /* Mobile stacked list */
    .content-marketing-strategy-mobile {
        display: none;
        width: 100%;
        max-width: 700px;
        flex-direction: column;
        gap: 16px;
    }
    
    .content-marketing-strategy-mobile-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .content-marketing-strategy-mobile-step {
        background: #0099D5;
        clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 22px 50%);
        color: #FFFFFF;
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        text-align: center;
        padding: 12px 10px;
    }
    
    .content-marketing-strategy-mobile-text h3 {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 0 0 6px 0;
        text-align: left;
    }
    
    .content-marketing-strategy-mobile-text p {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 0;
        text-align: left;
    }
    
    @media (max-width: 1100px) {
        .content-marketing-strategy-top {
            grid-template-columns: 1fr;
        }
        
        .content-marketing-strategy-steps {
            grid-template-columns: repeat(3, 1fr);
        }
        
        .content-marketing-strategy-bottom {
            grid-template-columns: 1fr;
        }
    }
    
    @media (max-width: 768px) {
        .content-marketing-strategy-section {
            padding: 70px 20px;
        }
        
        .content-marketing-strategy-heading-text {
            font-size: 30px;
        }
        
        .content-marketing-strategy-description,
        .content-marketing-strategy-item-text {
            font-size: 16px;
        }
        
        .content-marketing-strategy-item-title,
        .content-marketing-strategy-subtitle {
            font-size: 18px;
        }
        
        .content-marketing-strategy-steps {
            grid-template-columns: repeat(2, 1fr);
        }
        
        /* hide desktop grids, show mobile stack */
        .content-marketing-strategy-top,
        .content-marketing-strategy-steps,
        .content-marketing-strategy-bottom {
            display: none;
        }
        
        .content-marketing-strategy-mobile {
            display: flex;
        }
        .content-marketing-strategy-box{
            width: 350px !important;
        }
    }
    
    @media (max-width: 520px) {
        .content-marketing-strategy-steps {
            grid-template-columns: 1fr;
        }
    }
    
    /* Content Marketing Authentic Section */
    .content-marketing-authentic-section {
        background-color: #0F172A;
        padding: 80px 20px;
    }
    
    .content-marketing-authentic-content {
        max-width: 1250px;
        margin: 0 auto;
    }
    
    .content-marketing-authentic-heading {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .content-marketing-authentic-heading-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 112%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0;
        display: block;
    }
    
    .content-marketing-authentic-heading-text .highlight {
        color: #0099D5;
    }
    
    .content-marketing-authentic-boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .content-marketing-authentic-box {
        background-color: #54B4D9;
        padding: 40px;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease;
        cursor: pointer;
        min-height: 200px;
        display: flex;
        align-items: center;
        border-bottom: solid 30px #F9FAFB4D;
    }
    
    .content-marketing-authentic-box::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.1);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2;
        pointer-events: none;
    }
    
    .content-marketing-authentic-box:hover {
        transform: translateY(-3px);
    }
    
    .content-marketing-authentic-box:hover::after {
        opacity: 1;
    }
    
    .content-marketing-authentic-box-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #FFFFFF;
        margin: 0;
        position: relative;
        z-index: 3;
    }
    
    .content-marketing-authentic-box-text .highlight {
        font-weight: 500;
        color: #FFFFFF;
    }
    
    /* Responsive Styles for Authentic Section */
    @media (max-width: 968px) {
        .content-marketing-authentic-section {
            padding: 60px 20px;
        }
        
        .content-marketing-authentic-heading-text {
            font-size: 32px;
        }
        
        .content-marketing-authentic-boxes {
            gap: 15px;
        }
        
        .content-marketing-authentic-box {
            padding: 30px;
        }
    }
    
    @media (max-width: 768px) {
        .content-marketing-authentic-boxes {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .content-marketing-authentic-heading-text {
            font-size: 28px;
        }
        
        .content-marketing-authentic-box {
            padding: 30px;
            min-height: auto;
        }
    }
    
    @media (max-width: 480px) {
        .content-marketing-authentic-section {
            padding: 40px 15px;
        }
        
        .content-marketing-authentic-heading {
            margin-bottom: 30px;
        }
        
        .content-marketing-authentic-heading-text {
            font-size: 24px;
        }
        
        .content-marketing-authentic-box {
            padding: 25px;
        }
        
        .content-marketing-authentic-box-text {
            font-size: 16px;
        }
    }
    
    /* Content Marketing Optimising Section */
    .content-marketing-optimising-section {
        background-color: #FFFFFF;
        padding: 80px 20px;
    }
    
    .content-marketing-optimising-content {
        max-width: 1300px;
        margin: 0 auto;
    }
    
    .content-marketing-optimising-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        margin-bottom: 80px;
    }
    
    .content-marketing-optimising-row:last-child {
        margin-bottom: 0;
    }
    
    .content-marketing-optimising-text-column {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    
    .content-marketing-optimising-image-column {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .content-marketing-optimising-image-column img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
    }
    
    .content-marketing-optimising-title {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -4%;
        text-transform: uppercase;
        color: #000000;
        margin: 0;
    }
    
    .content-marketing-optimising-title .highlight {
        color: #0099D5;
    }
    
    .content-marketing-optimising-description {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 0;
    }
    
    .content-marketing-optimising-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .content-marketing-optimising-list-item {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }
    
    .content-marketing-optimising-list-item::before {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url('https://rankeverywhere.ai/wp-content/uploads/2025/12/wpf_checkmark.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
        margin-top: 2px;
    }
    
    .content-marketing-optimising-conclusion {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #000000;
        margin: 0;
    }
    
    /* Responsive Styles for Optimising Section */
    @media (max-width: 968px) {
        .content-marketing-optimising-section {
            padding: 60px 20px;
        }
        
        .content-marketing-optimising-row {
            grid-template-columns: 1fr;
            gap: 40px;
            margin-bottom: 60px;
        }
        
        .content-marketing-optimising-title {
            font-size: 32px;
        }
    }
    
    @media (max-width: 768px) {
        .content-marketing-optimising-section {
            padding: 50px 20px;
        }
        
        .content-marketing-optimising-row {
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .content-marketing-optimising-title {
            font-size: 28px;
        }
        
        .content-marketing-optimising-description,
        .content-marketing-optimising-list-item,
        .content-marketing-optimising-conclusion {
            font-size: 16px;
        }
    }
    
    @media (max-width: 480px) {
        .content-marketing-optimising-section {
            padding: 40px 15px;
        }
        
        .content-marketing-optimising-row {
            gap: 25px;
            margin-bottom: 40px;
        }
        
        .content-marketing-optimising-title {
            font-size: 24px;
        }
        
        .content-marketing-optimising-description,
        .content-marketing-optimising-list-item,
        .content-marketing-optimising-conclusion {
            font-size: 15px;
        }
        
        .content-marketing-optimising-list-item::before {
            width: 18px;
            height: 18px;
        }
    }
    
    /* Content Marketing Performance Section */
    .content-marketing-performance-section {
        background-color: white;
        padding: 80px 20px;
    }
    
    .content-marketing-performance-content {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .content-marketing-performance-heading {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .content-marketing-performance-heading-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -4%;
        text-transform: uppercase;
        color: #000000;
        margin: 0;
        display: block;
    }
    
    .content-marketing-performance-heading-text .highlight {
        color: #0099D5;
    }
    
    .content-marketing-performance-description {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        text-align: center;
        color: #000000;
        margin: 0 auto 50px;
        max-width: 1000px;
    }
    
    .content-marketing-performance-boxes {
        display: grid;
        grid-template-columns: 318px 645px 318px;
        gap: 20px;
        justify-content: center;
        align-items: stretch;
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .content-marketing-performance-box {
        border-radius: 10px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 200px;
    }
    
    .content-marketing-performance-box-left,
    .content-marketing-performance-box-right {
        background-color: #0099D5;
        width: 318px;
        height: 250px;
    }
    
    .content-marketing-performance-box-middle {
        background-color: #0F172A;
        width: 645px;
        height: 250px;
    }
    
    .content-marketing-performance-box-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #FFFFFF;
        margin: 0;
    }
    
    .content-marketing-performance-box-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .content-marketing-performance-box-list-item {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #FFFFFF;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }
    
    .content-marketing-performance-box-list-item::before {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url('https://rankeverywhere.ai/wp-content/uploads/2025/12/wpf_checkmark.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-shrink: 0;
        margin-top: 2px;
    }
    
    /* Content Marketing Ecosystem Section */
    .content-marketing-ecosystem-section {
        background-image: url('https://rankeverywhere.ai/wp-content/uploads/2025/12/Content-marketing-CTA-scaled-1.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 100px 20px;
        position: relative;
        min-height: 400px;
        display: flex;
        margin: 20px 60px;
        border-radius: 20px;
        align-items: center;
    }
    
    .content-marketing-ecosystem-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .content-marketing-ecosystem-content {
        max-width: 1400px;
        margin: 0 auto;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    
    .content-marketing-ecosystem-text-column {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .content-marketing-ecosystem-heading {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0;
    }
    
    .content-marketing-ecosystem-heading .highlight {
        color: #0099D5;
    }
    
    .content-marketing-ecosystem-description {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        line-height: 138%;
        letter-spacing: 0%;
        color: #FFFFFF;
        margin: 0;
    }
    
    .content-marketing-ecosystem-description .highlight {
        font-weight: 500;
        color: #0099D5;
    }
    
    /* Content Marketing FAQ Section */
    .content-marketing-faq-section {
        background-color: #F5F5F5;
        padding: 80px 20px;
        position: relative;
    }
    
    .content-marketing-faq-content {
        max-width: 1250px;
        margin: 0 auto;
    }
    
    .content-marketing-faq-heading {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 48px;
        line-height: 70px;
        letter-spacing: -0.04em;
        text-align: center;
        text-transform: capitalize;
        color: #000000;
        margin: 0 0 20px 0;
    }
    
    .content-marketing-faq-subtitle {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;
        color: #000000;
        margin: 0 0 50px 0;
    }
    
    .content-marketing-faq-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .content-marketing-faq-item {
        background-color: #FFFFFF;
        border-radius: 8px;
        overflow: hidden;
        transition: background-color 0.3s ease;
    }
    
    .content-marketing-faq-item.active {
        background-color: #0099D51F;
    }
    
    .content-marketing-faq-question {
        display: flex;
        align-items: center;
        padding: 24px 30px;
        cursor: pointer;
        user-select: none;
        gap: 15px;
    }
    
    .content-marketing-faq-question-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0;
        color: #111827;
        margin: 0;
        flex: 1;
        transition: color 0.3s ease;
    }
    
    .content-marketing-faq-item.active .content-marketing-faq-question-text {
        color: #0099D5;
    }
    
    .content-marketing-faq-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
    
    .content-marketing-faq-icon-close {
        display: block;
    }
    
    .content-marketing-faq-item.active .content-marketing-faq-icon-close {
        display: none;
    }
    
    .content-marketing-faq-icon-open {
        display: none;
    }
    
    .content-marketing-faq-item.active .content-marketing-faq-icon-open {
        display: block;
    }
    
    .content-marketing-faq-answer {
        padding: 0 30px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    
    .content-marketing-faq-item.active .content-marketing-faq-answer {
        max-height: 500px;
        padding: 0 30px 20px 30px;
    }
    
    .content-marketing-faq-answer-text {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0;
        color: #111827;
        margin: 0;
    }
    
    /* Content Marketing Final CTA Section */
    .content-marketing-final-cta-section {
        position: relative;
        width: 100%;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('https://rankeverywhere.ai/wp-content/uploads/2026/01/Mask-group-1-1-1.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 100px 20px;
    }
    
    .content-marketing-final-cta-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
    
    .content-marketing-final-cta-content {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 1200px;
        width: 100%;
    }
    
    .content-marketing-final-cta-heading {
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 40px;
        line-height: 130%;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0 0 30px 0;
    }
    
    .content-marketing-final-cta-button-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .content-marketing-final-cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #0099D5;
        color: #FFFFFF;
        padding: 12px 24px;
        border-radius: 6px;
        text-decoration: none;
        font-family: 'Gotham', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
        width: fit-content;
    }
    
    .content-marketing-final-cta-button:hover {
        background-color: #FFFFFF;
        color: #0099D5;
        transform: translateY(-2px);
    }
    
    /* Responsive Styles */
    @media (max-width: 968px) {
        .content-marketing-faq-section {
            padding: 60px 20px;
        }
        
        .content-marketing-faq-heading {
            font-size: 40px;
            line-height: 60px;
        }
        
        .content-marketing-faq-question {
            padding: 20px 25px;
        }
        
        .content-marketing-faq-answer {
            padding: 0 25px;
        }
        
        .content-marketing-faq-item.active .content-marketing-faq-answer {
            padding: 0 25px 20px 25px;
        }
        
        .content-marketing-performance-boxes {
            grid-template-columns: 1fr;
        }
        
        .content-marketing-performance-box-left,
        .content-marketing-performance-box-right,
        .content-marketing-performance-box-middle {
            width: 100%;
        }
        
        .content-marketing-performance-description {
            margin-bottom: 30px;
        }
        
        .content-marketing-ecosystem-section {
            margin: 20px 0;
            grid-template-columns: 1fr;
            padding: 80px 20px;
        }
        
        .content-marketing-ecosystem-content {
            grid-template-columns: 1fr;
            gap: 30px;
        }
    }
    
    @media (max-width: 768px) {
        .content-marketing-performance-section,
        .content-marketing-ecosystem-section,
        .content-marketing-faq-section {
            padding: 50px 20px;
        }
        
        .content-marketing-performance-heading-text,
        .content-marketing-ecosystem-heading {
            font-size: 30px;
        }
        
        .content-marketing-performance-description {
            font-size: 16px;
        }
        
        .content-marketing-faq-heading {
            font-size: 36px;
            line-height: 50px;
            margin-bottom: 15px;
        }
        
        .content-marketing-faq-subtitle {
            font-size: 16px;
            margin-bottom: 40px;
        }
        
        .content-marketing-faq-question {
            padding: 18px 20px;
        }
        
        .content-marketing-faq-question-text {
            font-size: 18px;
            line-height: 24px;
        }
        
        .content-marketing-faq-answer {
            padding: 0 20px;
        }
        
        .content-marketing-faq-item.active .content-marketing-faq-answer {
            padding: 0 20px 18px 20px;
        }
        
        .content-marketing-final-cta-heading {
            font-size: 32px;
        }
    }
    
    @media (max-width: 480px) {
        .content-marketing-performance-section,
        .content-marketing-ecosystem-section,
        .content-marketing-faq-section {
            padding: 40px 15px;
        }
        
        .content-marketing-performance-heading-text,
        .content-marketing-ecosystem-heading {
            font-size: 28px;
            line-height: 40px;
            margin-bottom: 12px;
        }
        
        .content-marketing-performance-description {
            font-size: 16px;
        }
        
        .content-marketing-performance-box-text,
        .content-marketing-performance-box-list-item {
            font-size: 16px;
        }
        
        .content-marketing-ecosystem-description {
            font-size: 18px;
        }
        
        .content-marketing-faq-heading {
            font-size: 32px;
            line-height: 45px;
            margin-bottom: 12px;
        }
        
        .content-marketing-faq-subtitle {
            font-size: 15px;
            margin-bottom: 30px;
        }
        
        .content-marketing-faq-question {
            padding: 16px 18px;
        }
        
        .content-marketing-faq-question-text {
            font-size: 16px;
            line-height: 22px;
        }
        
        .content-marketing-faq-answer {
            padding: 0 18px;
        }
        
        .content-marketing-faq-item.active .content-marketing-faq-answer {
            padding: 0 18px 16px 18px;
        }
        
        .content-marketing-faq-icon {
            width: 20px;
            height: 20px;
        }
        
        .content-marketing-final-cta-heading {
            font-size: 28px;
        }
        
        .content-marketing-final-cta-button {
            font-size: 16px;
        }
    }
    
    /* Scroll Animation Styles */
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
    
    .animate-on-scroll {
        opacity: 0;
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        will-change: opacity, transform;
    }
    
    .animate-on-scroll.fade-in {
        opacity: 0;
        transform: translateY(30px);
    }
    
    .animate-on-scroll.fade-in-left {
        opacity: 0;
        transform: translateX(-30px);
    }
    
    .animate-on-scroll.fade-in-right {
        opacity: 0;
        transform: translateX(30px);
    }
    
    .animate-on-scroll.fade-in-up {
        opacity: 0;
        transform: translateY(30px);
    }
    
    .animate-on-scroll.fade-in-down {
        opacity: 0;
        transform: translateY(-30px);
    }
    
    .animate-on-scroll.scale-in {
        opacity: 0;
        transform: scale(0.95);
    }
    
    .animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0) translateX(0) scale(1);
        will-change: auto;
    }
    
    /* Stagger animation delays for child elements */
    .animate-stagger {
        overflow: hidden;
    }
    
    .animate-stagger > * {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        will-change: opacity, transform;
    }
    
    .animate-stagger.animated > *:nth-child(1) {
        transition-delay: 0.1s;
    }
    
    .animate-stagger.animated > *:nth-child(2) {
        transition-delay: 0.2s;
    }
    
    .animate-stagger.animated > *:nth-child(3) {
        transition-delay: 0.3s;
    }
    
    .animate-stagger.animated > *:nth-child(4) {
        transition-delay: 0.4s;
    }
    
    .animate-stagger.animated > *:nth-child(5) {
        transition-delay: 0.5s;
    }
    
    .animate-stagger.animated > *:nth-child(6) {
        transition-delay: 0.6s;
    }
    
    .animate-stagger.animated > * {
        opacity: 1;
        transform: translateY(0);
        will-change: auto;
    }
    
    /* Disable animations on mobile for better performance */
    @media (max-width: 768px) {
        .animate-on-scroll {
            opacity: 1;
            transform: none;
        }
        
        .animate-stagger > * {
            opacity: 1;
            transform: none;
        }
    }