{"id":2005,"date":"2026-04-13T23:18:31","date_gmt":"2026-04-13T20:18:31","guid":{"rendered":"https:\/\/pandasticstudio.com\/?page_id=2005"},"modified":"2026-04-18T22:40:33","modified_gmt":"2026-04-18T19:40:33","slug":"influencer-marketing","status":"publish","type":"page","link":"https:\/\/pandasticstudio.com\/en\/our-services\/360-marketing\/influencer-marketing\/","title":{"rendered":"Influencer Marketing"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2005\" class=\"elementor elementor-2005\">\n\t\t\t\t<div class=\"elementor-element elementor-element-029902b e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"029902b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5023362 elementor-widget elementor-widget-html\" data-id=\"5023362\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<style>\r\n    \/* --- STRICT BRAND COLORS --- *\/\r\n    :root {\r\n        --ps-black: #1E1E1C;    \/* Eerie Black *\/\r\n        --ps-yellow: #F6AE2D;   \/* Hunyadi Yellow *\/\r\n        --ps-red: #E0563B;      \/* Cinnabar *\/\r\n        --ps-platinum: #DADADA; \/* Platinum *\/\r\n        --text-white: #ffffff;\r\n        --main-font: 'FF Neuwelt', 'Inter', sans-serif;\r\n    }\r\n\r\n    \/* --- GLOBAL RESET & UTILS --- *\/\r\n    * { box-sizing: border-box; margin: 0; padding: 0; }\r\n    html, body { width: 100%; height: 100%; overflow: hidden; }\r\n\r\n    \/* --- MAIN CONTAINER --- *\/\r\n    #ps-main-container {\r\n        height: 100vh;\r\n        width: 100%;\r\n        overflow-y: scroll;\r\n        overflow-x: hidden;\r\n        scroll-snap-type: y mandatory;\r\n        scroll-behavior: smooth;\r\n        background: var(--ps-black);\r\n        color: var(--text-white);\r\n        font-family: var(--main-font);\r\n        position: relative;\r\n    }\r\n\r\n    \/* --- SECTION STRUCTURE --- *\/\r\n    .ps-section {\r\n        height: 100vh;\r\n        width: 100%;\r\n        scroll-snap-align: start;\r\n        position: relative;\r\n        overflow: hidden;\r\n        display: flex;\r\n        flex-direction: column;\r\n        justify-content: center;\r\n        border-bottom: 1px solid rgba(255,255,255,0.05);\r\n    }\r\n\r\n    \/* 1. HERO SECTION *\/\r\n    .ps-influencer-hero {\r\n        background-image: url('https:\/\/images.unsplash.com\/photo-1531747056595-07f6cbbe10ad?q=80&w=2076&auto=format&fit=crop');\r\n        background-size: cover;\r\n        background-position: center;\r\n    }\r\n    .ps-influencer-hero::before {\r\n        content: ''; position: absolute; top:0; left:0; width:100%; height:100%;\r\n        background: rgba(30, 30, 28, 0.9);\r\n        z-index: 1;\r\n    }\r\n    .ps-hero-inner {\r\n        position: relative; z-index: 2;\r\n        padding-left: clamp(40px, 8vw, 80px);\r\n        max-width: 85%;\r\n    }\r\n\r\n    \/* Verified Badge Effect *\/\r\n    .ps-verified-badge {\r\n        font-size: 1.2rem; font-weight: 900; color: var(--ps-yellow);\r\n        display: flex; align-items: center; gap: 10px; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px;\r\n    }\r\n    .ps-check-icon {\r\n        width: 24px; height: 24px; background: var(--ps-yellow); border-radius: 50%; color: var(--ps-black);\r\n        display: flex; justify-content: center; align-items: center; font-size: 1rem; font-weight: bold;\r\n    }\r\n\r\n    .ps-hero-inner h1 {\r\n        font-size: clamp(4rem, 9vw, 11rem);\r\n        font-weight: 900;\r\n        text-transform: uppercase;\r\n        line-height: 1.1;\r\n        color: #fff;\r\n        margin: 0;\r\n    }\r\n    .ps-hero-inner p {\r\n        font-size: clamp(1.2rem, 2vw, 1.5rem);\r\n        margin-top: 30px;\r\n        color: var(--ps-platinum);\r\n        max-width: 750px;\r\n        border-left: 5px solid var(--ps-red);\r\n        padding-left: 20px;\r\n        font-weight: 500;\r\n        line-height: 1.5;\r\n    }\r\n\r\n    \/* 2. CATEGORIES GRID *\/\r\n    .ps-cat-grid {\r\n        display: grid; grid-template-columns: repeat(3, 1fr); height: 100%;\r\n    }\r\n    .ps-cat-item {\r\n        border-right: 1px solid rgba(255,255,255,0.1);\r\n        padding: 40px; display: flex; flex-direction: column; justify-content: center;\r\n        background: var(--ps-black); position: relative; transition: background 0.3s;\r\n    }\r\n    .ps-cat-item:last-child { border-right: none; }\r\n    .ps-cat-item:hover { background: #252523; }\r\n\r\n    .ps-cat-range { font-size: 1.2rem; color: var(--ps-yellow); font-weight: 700; margin-bottom: 10px; }\r\n    .ps-cat-title {\r\n        font-size: 3rem; font-weight: 900; text-transform: uppercase; margin-bottom: 20px; color: #fff; line-height: 1;\r\n    }\r\n    .ps-cat-desc { font-size: 1.1rem; color: var(--ps-platinum); line-height: 1.6; }\r\n\r\n    \/* 3. MATCHMAKING PROCESS (Split) *\/\r\n    .ps-match-sec {\r\n        display: flex; flex-direction: row; height: 100%;\r\n    }\r\n    .ps-match-left {\r\n        flex: 1; padding: 60px; background: var(--ps-platinum); color: var(--ps-black);\r\n        display: flex; flex-direction: column; justify-content: center;\r\n        border-right: 1px solid rgba(0,0,0,0.1);\r\n    }\r\n    .ps-match-right {\r\n        flex: 1; padding: 60px; background: var(--ps-black); color: #fff;\r\n        display: flex; flex-direction: column; justify-content: center;\r\n    }\r\n\r\n    .ps-match-head {\r\n        font-size: clamp(3rem, 5vw, 5rem); font-weight: 900; text-transform: uppercase;\r\n        line-height: 1.1; margin-bottom: 30px; color: var(--ps-black);\r\n    }\r\n    .ps-match-text { font-size: 1.2rem; line-height: 1.6; font-weight: 500; margin-bottom: 20px; }\r\n    \r\n    .ps-highlight { color: var(--ps-red); font-weight: 900; }\r\n\r\n    \/* Criteria List *\/\r\n    .ps-crit-list { list-style: none; padding: 0; margin: 0; }\r\n    .ps-crit-item {\r\n        display: flex; align-items: center; margin-bottom: 20px; font-size: 1.2rem; font-weight: 700;\r\n    }\r\n    .ps-crit-icon { margin-right: 15px; font-size: 1.5rem; }\r\n\r\n    \/* 4. CTA *\/\r\n    .ps-cta-sec {\r\n        background-color: var(--ps-red);\r\n        color: #fff;\r\n        padding: 0 clamp(40px, 8vw, 80px);\r\n    }\r\n    .ps-cta-title {\r\n        font-size: clamp(3rem, 7vw, 6rem); font-weight: 900; text-transform: uppercase;\r\n        line-height: 1.1; margin-bottom: 40px;\r\n    }\r\n    \r\n    .ps-cta-btn-wrapper {\r\n        display: inline-flex; align-items: center; cursor: pointer; gap: 20px;\r\n        color: #fff;\r\n    }\r\n    .ps-cta-text {\r\n        font-size: 2rem; font-weight: 700; text-transform: uppercase;\r\n        border-bottom: 3px solid #fff; line-height: 1.2;\r\n    }\r\n    .ps-cta-arrow {\r\n        font-size: 2.5rem; transform: rotate(-45deg); transition: transform 0.3s;\r\n    }\r\n    .ps-cta-btn-wrapper:hover .ps-cta-arrow {\r\n        transform: rotate(0deg) scale(1.2);\r\n    }\r\n\r\n\r\n    \/* RESPONSIVE *\/\r\n\r\n    \/* 1. LARGE SCREENS (> 1600px) *\/\r\n    @media (min-width: 1600px) {\r\n        .ps-cat-item { padding: 80px; }\r\n        .ps-cat-title { font-size: 4rem; }\r\n        .ps-match-left, .ps-match-right { padding: 80px; }\r\n        .ps-match-head { font-size: 6rem; }\r\n    }\r\n\r\n    \/* 2. LAPTOP \/ SMALL DESKTOP (1025px - 1440px) *\/\r\n    @media (min-width: 1025px) and (max-width: 1440px) {\r\n        .ps-cat-item { padding: 30px; }\r\n        .ps-cat-title { font-size: 2.2rem; }\r\n        .ps-cat-desc { font-size: 1rem; }\r\n        .ps-match-left, .ps-match-right { padding: 40px; }\r\n        .ps-match-head { font-size: 3rem; }\r\n    }\r\n\r\n    \/* 3. TABLET LANDSCAPE (Horizontal) (900px - 1024px) *\/\r\n    @media (min-width: 900px) and (max-width: 1024px) and (orientation: landscape) {\r\n        .ps-cat-item { padding: 25px; }\r\n        .ps-cat-title { font-size: 1.8rem; }\r\n        .ps-cat-desc { font-size: 0.95rem; }\r\n        \r\n        .ps-match-left, .ps-match-right { padding: 30px; }\r\n        .ps-match-head { font-size: 2.5rem; }\r\n        .ps-match-text { font-size: 1rem; }\r\n    }\r\n\r\n    \/* 4. TABLET PORTRAIT (Vertical) (600px - 1024px) *\/\r\n    @media (max-width: 1024px) and (orientation: portrait) {\r\n        .ps-section { overflow-y: auto; justify-content: flex-start; padding-top: 60px; padding-bottom: 60px; }\r\n\r\n        \/* Hero *\/\r\n        .ps-influencer-hero { justify-content: center; }\r\n\r\n        \/* Categories *\/\r\n        .ps-cat-grid { grid-template-columns: 1fr; height: auto; }\r\n        .ps-cat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 40px; min-height: 250px; }\r\n\r\n        \/* Matchmaking *\/\r\n        .ps-match-sec { flex-direction: column; height: auto; }\r\n        .ps-match-left { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.1); padding: 40px; min-height: 300px; }\r\n        .ps-match-right { padding: 40px; min-height: 300px; }\r\n\r\n        \/* CTA *\/\r\n        .ps-cta-sec { \r\n            height: auto; \r\n            min-height: 50vh; \r\n            justify-content: center; \r\n            align-items: center; \r\n            text-align: center;\r\n            padding: 40px;\r\n        }\r\n    }\r\n\r\n    \/* 5. MOBILE LANDSCAPE (Yatay Mobil) *\/\r\n    @media (max-width: 900px) and (orientation: landscape) {\r\n        .ps-section { overflow-y: auto; display: block; height: 100vh; padding: 40px 20px; }\r\n\r\n        .ps-influencer-hero { display: flex; flex-direction: column; justify-content: center; padding: 0; }\r\n        \r\n        .ps-cat-grid { display: grid; grid-template-columns: 1fr 1fr; height: auto; }\r\n        .ps-cat-item { min-height: 250px; border-right: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }\r\n\r\n        .ps-match-sec { display: flex; flex-direction: row; flex-wrap: wrap; height: auto; min-height: 100vh; }\r\n        .ps-match-left { flex: 1; border-right: 1px solid rgba(0,0,0,0.1); padding: 20px; min-height: 300px; }\r\n        .ps-match-right { flex: 1; padding: 20px; min-height: 300px; }\r\n\r\n        \/* CTA *\/\r\n        .ps-cta-sec { \r\n            display: flex; \r\n            flex-direction: column; \r\n            justify-content: center; \r\n            align-items: center; \r\n            text-align: center; \r\n            height: 100vh;\r\n        }\r\n    }\r\n\r\n    \/* 6. MOBILE PORTRAIT (Dikey Mobil - En K\u00fc\u00e7\u00fck Ekranlar) *\/\r\n    @media (max-width: 600px) {\r\n        #ps-main-container {\r\n            scroll-snap-type: none;\r\n            height: auto;\r\n            overflow-y: auto;\r\n        }\r\n        .ps-section {\r\n            height: auto;\r\n            padding-top: 100px; \r\n            padding-bottom: 60px;\r\n            justify-content: flex-start;\r\n            display: flex;\r\n        }\r\n\r\n        \/* Hero *\/\r\n        .ps-influencer-hero { \r\n            height: 100vh;\r\n            padding-top: 0;\r\n            justify-content: center;\r\n        }\r\n        .ps-hero-inner { padding-left: 30px; padding-right: 30px; max-width: 100%; }\r\n        .ps-hero-inner h1 { font-size: 2.5rem; line-height: 1.1; }\r\n        .ps-hero-inner p { font-size: 1rem; margin-top: 20px; }\r\n        .ps-verified-badge { font-size: 0.9rem; }\r\n\r\n        \/* Categories *\/\r\n        .ps-cat-grid { display: flex; flex-direction: column; height: auto; }\r\n        .ps-cat-item { \r\n            min-height: auto; \r\n            border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); \r\n            padding: 40px 30px; \r\n        }\r\n        .ps-cat-title { font-size: 2.2rem; }\r\n\r\n        \/* Matchmaking *\/\r\n        .ps-match-sec { flex-direction: column; height: auto; }\r\n        .ps-match-left { padding: 40px 30px; min-height: auto; }\r\n        .ps-match-right { padding: 40px 30px; min-height: auto; }\r\n        .ps-match-head { font-size: 2.5rem; }\r\n\r\n        \/* CTA *\/\r\n        .ps-cta-sec { \r\n            justify-content: center; \r\n            text-align: center; \r\n            padding: 80px 30px; \r\n            align-items: center; \r\n        }\r\n        .ps-cta-title { font-size: 2.5rem; text-align: center; }\r\n        .ps-cta-btn-wrapper { justify-content: center; }\r\n        .ps-cta-text { font-size: 1.5rem; }\r\n    }\r\n\r\n<\/style>\r\n\r\n<div id=\"ps-main-container\">\r\n\r\n    \r\n    <section class=\"ps-section ps-influencer-hero\">\r\n        <div class=\"ps-hero-inner\">\r\n            <div class=\"ps-verified-badge\">\r\n                <span class=\"ps-check-icon\">\u2713<\/span>\r\n                VERIFIED TALENT\r\n            <\/div>\r\n            <h1>Influencer<br>Marketing<\/h1>\r\n            <p>It\u2019s not just about sharing a post; it\u2019s about building trust. We connect your brand with the right people\u2014those whose word your followers trust.<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    \r\n    <section class=\"ps-section\">\r\n        <div class=\"ps-cat-grid\">\r\n            \r\n            <div class=\"ps-cat-item\">\r\n                <div class=\"ps-cat-range\">10K - 100K<\/div>\r\n                <h2 class=\"ps-cat-title\">M\u0131cro<br>Influencer<\/h2>\r\n                <p class=\"ps-cat-desc\">The group with the highest engagement rate, targeting niche audiences. Ideal for brands seeking a particularly loyal community.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"ps-cat-item\">\r\n                <div class=\"ps-cat-range\">100K - 1M<\/div>\r\n                <h2 class=\"ps-cat-title\">Macro<br>Influencer<\/h2>\r\n                <p class=\"ps-cat-desc\">Professional content creators. They boost brand awareness through wide reach and professional production quality.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"ps-cat-item\">\r\n                <div class=\"ps-cat-range\">1M+<\/div>\r\n                <h2 class=\"ps-cat-title\">Mega<br>Influencer<\/h2>\r\n                <p class=\"ps-cat-desc\">Celebrities and influencers. The most powerful tool for generating mass awareness and making a product \u2018trendy\u2019.<\/p>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/section>\r\n\r\n    \r\n    <section class=\"ps-section ps-match-sec\">\r\n        <div class=\"ps-match-left\">\r\n            <h2 class=\"ps-match-head\">Correct<br>Match<\/h2>\r\n            <p class=\"ps-match-text\">We find <span class=\"ps-highlight\">the right person<\/span> for your brand, not the person with the most followers.<\/p>\r\n            <p class=\"ps-match-text\">Using demographic analysis, fake follower checks and historical campaign data, we deliver pinpoint accuracy without taking any risks.<\/p>\r\n        <\/div>\r\n        <div class=\"ps-match-right\">\r\n            <h3 style=\"font-size:1.5rem; font-weight:900; margin-bottom:20px; text-transform:uppercase; color:#fff;\">Our Analysis Criteria<\/h3>\r\n            <ul class=\"ps-crit-list\">\r\n                <li class=\"ps-crit-item\"><span class=\"ps-crit-icon\">\ud83d\udcca<\/span>Engagement Rate<\/li>\r\n                <li class=\"ps-crit-item\"><span class=\"ps-crit-icon\">\ud83d\udc65<\/span> Audience Demographics & Location<\/li>\r\n                <li class=\"ps-crit-item\"><span class=\"ps-crit-icon\">\ud83d\udeab<\/span> Fake Follower Scan<\/li>\r\n                <li class=\"ps-crit-item\"><span class=\"ps-crit-icon\">\ud83e\udd1d<\/span> Brand Consistency & Reliability<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    \r\n    <section class=\"ps-section ps-cta-sec\">\r\n        <h2 class=\"ps-cta-title\">Let's Choose Your<br>Brand Face.<\/h2>\r\n        <div class=\"ps-cta-btn-wrapper\" onclick=\"window.location.href='https:\/\/pandasticstudio.com\/en\/contact\/'\">\r\n            <span class=\"ps-cta-text\">Contact Us<\/span>\r\n            <span class=\"ps-cta-arrow\">&#10142;<\/span>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dcae420 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"dcae420\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7930da4 elementor-widget elementor-widget-wpr-elementor-template\" data-id=\"7930da4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wpr-elementor-template.default\">\n\t\t\t\t\t<span class=\"wpr-template-edit-btn\" data-permalink=\"https:\/\/pandasticstudio.com\/en\/our-services\/360-marketing\/influencer-marketing\/\">Edit Template<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u2713 VERIFIED TALENT InfluencerMarketing It\u2019s not just about sharing a post; it\u2019s about building trust. We connect your brand with the right people\u2014those whose word your followers trust. 10K &#8211; 100K M\u0131croInfluencer The group with the highest engagement rate, targeting niche audiences. Ideal for brands seeking a particularly loyal community. 100K &#8211; 1M MacroInfluencer Professional content creators. They boost brand awareness through wide reach and professional production quality. 1M+ MegaInfluencer Celebrities and influencers. The most powerful tool for generating mass awareness and making a product \u2018trendy\u2019. CorrectMatch We find the right person for your brand, not the person with the most followers. Using demographic analysis, fake follower checks and historical campaign data, we deliver pinpoint accuracy without taking any risks. Our Analysis Criteria \ud83d\udccaEngagement Rate \ud83d\udc65 Audience Demographics &#038; Location \ud83d\udeab Fake Follower Scan \ud83e\udd1d Brand Consistency &#038; Reliability Let&#8217;s Choose YourBrand Face. Contact Us &#10142; Edit Template<\/p>","protected":false},"author":1,"featured_media":0,"parent":1945,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"googlesitekit_rrm_CAowqNq2DA:productID":"","footnotes":""},"class_list":["post-2005","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages\/2005","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/comments?post=2005"}],"version-history":[{"count":7,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages\/2005\/revisions"}],"predecessor-version":[{"id":2344,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages\/2005\/revisions\/2344"}],"up":[{"embeddable":true,"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/pages\/1945"}],"wp:attachment":[{"href":"https:\/\/pandasticstudio.com\/en\/wp-json\/wp\/v2\/media?parent=2005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69e38c8ed36f73be38ae3b56. Config Timestamp: 2026-04-18 13:52:13 UTC, Cached Timestamp: 2026-04-19 19:03:34 UTC -->