@media(min-width:1600px) {
    .stat-list {
        margin-top: 0;
    }
}

@media (max-width:1280px) {
    .home-hero-img img {
        max-width: 500px;
    }

    .socials-fixed {
        right: 20px;
        gap: 20px;
    }

    .home-about-heading {
        margin-bottom: 60px;
    }

    .attention-title .line {
        height: 80px;
    }

    .attention-wrap {
        padding-top: 120px;
    }

    .b5 {
        left: 1%;
        top: 80%;
    }

    .b3 {
        left: 3%;
    }

    .b2 {
        right: 1%;
    }

    .b1 {
        right: 10%;
    }

    .b4 {
        right: 32%;
        top: 72%;
    }



    .services-desc {
        display: none;
    }

    .services-desc-tablet {
        display: block;
    }

    .services-list {
        max-width: 100%;
    }

    .cta-box {
        padding: 30px;
    }

    .box-audience-segments {
        gap: 24px;
    }


}

@media (max-width:1023px) {
    .is-tablet {
        display: block !important;
    }



    .socials-fixed {
        display: none;
    }

    .header-cta,
    .header-menu {
        display: none;
    }

    .header-inner {
        align-items: center;
    }

    .toggle-menu {
        display: block;
    }

    .mobile-menu {
        position: fixed;
        inset: 0;
        min-height: 100dvh;
        width: 100%;
        background: #F7CE00;
        color: #000;
        z-index: 999;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
    }

    body.admin-bar .mobile-menu {
        top: 46px;
    }

    .mobile-menu .logo img {
        width: 200px;
    }

    .mobile-menu.active {
        transform: translateX(0);
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 20px;
    }

    .mobile-menu-nav {
        padding: 0 20px;
    }

    .mobile-menu-nav ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .mobile-menu-nav a {
        font-size: 60px;
        line-height: 0.87;
        font-family: 'Anton';
    }

    .mobile-menu-social {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-top: 1px solid #000;
    }

    .mobile-menu-social a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 104px;
        border-right: 1px solid #000;
    }

    .mobile-menu-social a:last-child {
        border-right: none;
    }

    .home-hero-text {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
		z-index:3;
    }

    .home-hero-img img {
        position: absolute;
        top: 10%;
        right: -20%;
    }

    .home-hero-text.left {
        margin-bottom: 150px;
    }

    .home-hero-text.left span:last-child {
        margin-left: 0;
    }


    .attention-wrap {
        padding-top: 100px;
    }


    .attention-title .line {
        height: 60px;
    }


    .attention-section .yellow-box {
        font-size: 24px;
    }

    .services-list-pc {
        display: none;
    }

    .services-list-tablet {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px;
    }


    .unfair-advantage-section .poke-bear-logo {
        width: 180px;
    }

    .unfair-advantage-main .right {
        padding: 80px 0;
    }

    .unfair-advantage-desc {
        margin-bottom: 50px;
    }

    .brand-list {
        gap: 40px 60px;
    }

    .cta-box-left,
    .cta-box-right {
        width: 100%;
    }


    .hiw-steps {
        padding: 150px 0 100px;
    }

    .hiw-steps .step-arrow {
        width: 100px;
    }

    .hiw-steps .step-1 .step-arrow {
        width: 150px;
    }

    .footer-bottom {
        margin-top: 100px;
    }

    .home-about-main {
        flex-direction: column-reverse;
        gap: 100px;
    }

    .home-about-img.img-2 {
        top: -2%;
    }

    .home-about {
        padding-top: 100px;
    }

    .home-about-heading span {
        margin-left: 69px;
    }

    .home-about-heading span:first-child {
        margin-left: 0;
    }

    .home-about-main .left,
    .home-about-main .right {
        width: 100%;
        padding: 0;
    }

    .contact-form .gfield--type-textarea {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .contact-form .gfield--type-textarea .ginput_container {
        width: 100% !important;
        padding: 0 !important;
    }
}

@media (max-width:767px) {
    .is-mobile {
        display: block !important;
    }
.attention-title-img-mb{
	display:block;
}
	.attention-title-img{
	display:none;
}
    .is-desktop {
        display: none !important;
    }

    .header-logo img,
    .mobile-menu .logo img {
        width: 140px;
    }

    .home-hero {
        padding: 124px 0 25px;
		background-image:url('../images/home-hero-bg-mb.png')
    }

    .home-hero-text span {
        margin-bottom: 10px;
    }

    .home-hero-text.left {
        margin-bottom: 100px;
    }

    .home-hero-img {
        margin-bottom: 30px;
    }

    .home-hero-img img {
        max-width: 450px;
        right: -50%;
        top: 14%;
    }

    .home-hero-desc {
        margin-bottom: 47px;
    }

    .poke-btn {
        font-size: 40px;
        line-height: 1;
        color: #F7CE00;
        background-color: #9747FF;
        padding: 21px 24px;
        width: 100%;
        text-align: center;
    }

    .poke-btn::before {
        display: none;
    }

    .audience-menu {
        top: -285%;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px 30px;
        min-width: 231px;
    }

    .audience-menu.active {
        transform: translateX(-50%);
    }

    .audience-item {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 1.5;
    }

    .audience-menu::before {
        top: auto;
        bottom: -31px;
        right: auto;
        left: 6px;
        transform: rotate(-240deg);
    }

    .home-marquee {
        padding: 24px 0;
    }

    .marquee-custom__content span svg {
        width: 10px;
        height: 10px;
    }

    .home-about {
        padding-top: 80px;
    }

    .home-about-desc {
        gap: 20px;
    }

    .home-about-desc-list {
        gap: 24px;
    }

    .home-about-img.img-1 {
        margin: 0;
        left: 24%;
        width: 63%;
    }

    .home-about-img.img-4 {
        width: 55%;
        bottom: -13%;
        right: -23%;
    }

    .home-about-img.img-4 .image {
        transform: rotate(6.49deg);
    }

    .home-about-img.img-2 {
        width: 35%;
        top: -11%;
        left: -1%;
    }

    .home-about-img.img-2 .image {
        transform: rotate(-9.77deg);
    }

    .home-about-img.img-3 {
        width: 48%;
        left: -11%;
        bottom: -9%;
        z-index: 1;
    }

    .home-about-main {
        gap: 76px;
    }

    .home-about-img.img-3 .image {
        transform: rotate(-8.51deg);
    }

    .attention-wrap {
        padding: 78px 0 0 0;
    }
	

    .attention-title.highlight {
        flex-direction: column;
        align-items: start;
    }

    .attention-section {
        min-height: 890px;
    }

    .attention-title-wrapper {
        gap: 6px;
    }

    .attention-title .line {
        min-height: 76px;
        width: calc(100% + 40px) !important;
        margin-left: -20px;
        margin-right: -20px;
    }

    .attention-title .line::before {
        display: none;
    }

    .attention-title.highlight span {
        position: relative;
        display: block;
        width: 100%;
    }

    .attention-title.highlight span::before {
        content: "";
        position: absolute;
        width: 37%;
        height: 65px;
        background-color: #5C9CFD;
        right: -20px;
        top: 12px;
    }

    .attention-title.highlight span:last-child {
        margin-left: 30%;
    }

    .attention-title.highlight span:last-child::before {
        right: auto;
        left: calc(-30% - 20px);
    }

    .attention-section .yellow-box {
        padding: 16px 36px;
    }

    .b1 {
        right: -3%;
    }

    .b2 {
        right: auto;
        left: 3%;
        top: 56%;
        transform: none;
    }

    .b3 {
        top: 65.5%;
        transform: rotate(-4deg);
        left: 8%;
    }

    .b4 {
        right: 5%;
        transform: rotate(2deg);
        top: 90%;
    }

    .b5 {
        left: 5%;
        transform: rotate(-4deg);
        top: 102%;
    }

    .attention-section .yellow-box {
        max-width: 336px;
    }

    .services-header {
        gap: 10px;
        margin-bottom: 36px;
    }

    .services-subheading {
        font-size: 16px;
        top: -32px;
    }

    .our-services-sec {
        padding: 112px 0;
    }

    .services-header .center {
        height: 2px;
        min-width: clamp(30px, 15.909vw, 70px);
    }

    .services-list-tablet {
        position: relative;
        min-height: 379px;
        display: block;
    }

    .services-item {
        min-height: 304px;
        gap: 26px;
    }

    .services-item .item-title {
        max-width: 90%;
    }

    .services-item .item-desc {
        margin-top: 16px;
    }

    .services-item {
        position: absolute;
        top: 0;
        left: 0;
        will-change: transform;
        backface-visibility: hidden;
        transform: translateZ(0);
        width: 100%;
    }

    .unfair-advantage-section .poke-bear-logo {
        display: none;
    }

    .unfair-advantage-section,
    .unfair-advantage-section .container {
        padding: 0;
    }
	.unfair-advantage-section{
		background-image: url('../images/tiktok-partner-advantage-bg-mb.png');
	}
    .unfair-advantage-main {
        gap: 78px;
        padding: 80px 20px;
        background-image: url('../images/unfair-advantage-bg-mb.png');
        background-repeat: repeat-y;
        background-position: 121% 119%;
        background-size: 35%;
    }

    .unfair-advantage-main .left,
    .unfair-advantage-main .right {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .unfair-advantage-heading {
        margin: 0;
    }

    .tiktok-partner-logo {
        width: 200px;
    }

    .unfair-advantage-desc {
        margin-bottom: 40px;
    }

    .access-list {
        max-width: 325px;
        gap: 36px;
    }

    .access-list .item {
        padding: 0;
    }

    .brands-section {
        padding-top: 80px;
    }

    .brands-header .left,
    .brands-header .right {
        width: 100%;
        padding: 0;
    }

    .brands-desc {
        max-width: 290px;
    }

    .brands-header {
        margin-bottom: 60px;
    }

    .brand-list-mb {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: stretch;
        margin-bottom: 60px;
    }

    .brand-list-mb .brand-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .brand-list img {
        max-height: 80px;
    }

    .home-marquee.blue {
        padding: 16.5px 0;
    }

    .cta-section {
        padding: 80px 0 60px;
    }

    .cta-box {
        padding: 24px;
    }

    .cta-box .box-subheading {
        margin-bottom: 108px;
    }

    .cta-box .box-heading span {
        margin-top: 0;
    }

    .cta-box .box-heading {
        margin-bottom: 24px;
    }

    .cta-box .box-line {
        margin: 38px 0 20px;
    }

    .box-audience-segments {
        font-size: 20px;
        gap: 8px;
    }

    .cta-box .cta-btn {
        padding: 21px 24px;
    }

    .cta-main {
        gap: 20px;
    }

    .cta-box-right {
        background-size: 29%;
        text-align: left;
        background-position: 105% 117%;
    }

    .cta-box-right .box-subheading {
        margin-bottom: 60px;
    }

    .cta-box-right .box-desc {
        margin: 0 0 60px 0;
    }

    .cta-box-left {
        background-position: 195% 3%;
        background-size: 73%;
    }

    .stat-section {
        padding: 40px 0;
        background-image: url('../images/stat-bg-mb.png');
    }

    .stat-heading span {
        margin-bottom: 16px;
    }


    .stat-heading span:last-child {
        margin-left: clamp(40px, 28.636vw, 126px);
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        gap: 23px;
        align-items: start;
        margin-left: auto;
        max-width: 100%;
        width: 100%;
    }

    .stat-item:nth-child(2) {
        max-width: 75%;
    }

    .stat-item:nth-child(3) {
        max-width: 50%;
    }

    .stat-list {
        margin-top: 80px;
        gap: 60px;
    }

    .stat-item .item-number {
        width: 100%;
        padding: 0;
    }

    .how-it-work-section .home-marquee {
        padding: 15.5px 0;
        transform: rotate(11.21deg);
        margin-left: -20px;
        margin-right: -20px;
    }

    .how-it-work-section .home-marquee:nth-child(even) {
        z-index: 3;
        transform: rotate(-10.61deg);
        margin-top: -33px;
    }

    .how-it-work-section {
        padding-top: 16px;
    }

    .hiw-steps {
        padding: 207px 0 80px;
    }

    .hiw-steps .step-1 .step-order {
        margin-bottom: 11px;
    }

    .hiw-steps .step-order {
        margin-bottom: 14px;
    }

    .hiw-steps .step-1 .step-title {
        max-width: 100%;
    }

    .hiw-steps .step-title {
        margin-bottom: 20px;
        max-width: 203px;
    }

    .hiw-steps .step-desc {
        font-size: 16px;
    }

    .hiw-steps .step-arrow {
        width: 100px !important;
    }

    .hiw-steps .step-item {
        margin-bottom: 68px;
    }

    .hiw-steps .step-item:last-child {
        margin-bottom: 0;
    }

    .hiw-steps .step-1 {
        padding-bottom: 114px;
    }

    .hiw-steps .step-1 .step-arrow {
        transform: rotate(70deg);
        right: 37%;
    }

    .hiw-steps .step-2 {
        max-width: 68%;
        padding-bottom: 114px;
    }

    .hiw-steps .step-2 .step-arrow {
        transform: rotate(120deg);
        left: -16%;
    }

    .hiw-steps .step-3 {
        max-width: 85%;
        padding-bottom: 114px;
    }

    .hiw-steps .step-3 .step-arrow {
        transform: rotate(70deg);
        left: 27%;
    }

    .hiw-steps .step-4 {
        max-width: 68%;
    }

    .hiw-steps .step-bg {
        object-fit: cover;
    }

    .hiw-steps .step-bg.top {
        height: 65%;
        top: 0;
    }

    .hiw-steps .step-bg.bottom {
        height: 35%;
    }

    .contact-heading,
    .contact-heading-wrapper {
        gap: 20px;
    }

    .contact-form input:not([type="submit"]) {
        padding: 7px 20px !important;
    }

    .contact-form .gfield--type-radio {
        margin-top: -28px !important;
    }

    .contact-form .gfield--type-radio .gfield_label {
        padding: 40px 50px 12px 20px !important;
    }

    .contact-form .gfield {
        margin-bottom: 28px;
    }

    .contact-form {
        margin-top: 47px;
        margin-bottom: 23px;
    }

    .contact-form .gfield_contains_required::after,
    .contact-form .gfield--type-radio .gfield_label::after {
        right: 20px;
    }

    .contact-form .gfield--type-radio .gfield_label::after {
        top: calc(50% + 12px);
    }



    .contact-form .gfield_radio {
        flex-direction: column !important;
        gap: 24px !important;
    }

    .contact-form .ginput_container_radio {
        position: relative;
        padding: 24px 20px;
    }

    .contact-form .ginput_container_radio::before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 1px;
        background-color: #F0920F;
    }

    #creator-engine-form .contact-form .ginput_container_radio::before {

        background-color: #C7389A;
    }

    .contact-form .gfield--type-radio.active,
    .contact-form .gfield--type-radio.active legend {
        background-color: #F7A900;
    }

    #creator-engine-form .contact-form .gfield--type-radio.active,
    #creator-engine-form .contact-form .gfield--type-radio.active legend {
        background-color: #DA57B1;
    }

    .contact-form .gchoice:not(:last-child)::after {
        display: none;
    }

    .form-container {
        padding: 0;
    }

    .contact-form .gfield--type-textarea {
        padding: 13px 20px !important;
        gap: 16px !important;
    }

    .contact-form .gfield--type-textarea textarea {
        font-size: 16px !important;
    }

    .contact-form .gform_confirmation_message {
        font-size: 20px !important;
        padding: 40px 20px;
    }

    .contact-form .gform_footer {
        margin-top: 4px !important;
        padding: 0 20px;
    }

    .contact-form .gform_footer input[type="submit"] {
        padding: 21px 24px !important;
    }

    .contact-form-question {
        font-size: 20px;
        gap: 24px;
    }

    .contact-form-wrapper {
        padding-bottom: 40px;
    }

    .contact-form .gfield_validation_message,
    .contact-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
        font-size: 14px !important;
    }
	.contact-form .gfield_validation_message{
		padding: 0 20px;
	}
	.contact-form .gform-theme--framework .gform_validation_errors {
		padding:20px !important;
	}

    .footer-menus {
        max-width: 77%;
        margin: 0 auto;
    }

    .footer-menus ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px clamp(32px, 23.636vw, 104px);
    }

    .footer-bottom {
        flex-direction: column;
        gap: 60px;
        max-width: 77%;
        margin: 40px auto 0;
    }

    .footer-copyright {
        text-align: center;
        color: rgba(255, 255, 255, 0.6);
        max-width: 259px;
        margin: 0 auto;
    }
}

@media (max-width:400px) {
    .stat-heading span:last-child {
        margin-left: 40px;
    }

    .footer-menus ul {
        gap: 24px 32px;
    }

    .brand-list-mb .brand-row,
    .brand-list-mb {
        gap: 24px;
    }

    .brand-list img {
        max-height: 60px;
    }

    /* Responisve font size */
    .home-hero-text {
        font-size: 100px;
    }

    .attention-title-wrapper,
    .stat-heading,
    .stat-item .item-number,
    .hiw-steps .step-1 .step-title {
        font-size: 50px;
    }

    .attention-title.highlight span::before {
        height: 53px;
        top: 10px;
    }

    .services-heading,
    .home-about-heading,
    .unfair-advantage-heading,
    .brands-heading {
        font-size: 32px;
    }

    .services-header .center {
        min-width: 30px;
    }

    .home-about-heading span {
        margin-left: 30px;
    }

    .cta-box .box-heading,
    .contact-heading-wrapper {
        font-size:32px;
    }
}

/* About — TikTok video wall responsive */
@media (max-width:1023px) {
    .tiktok-wall {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width:767px) {
    .tiktok-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
}