/* resolusi 768px */
@media (max-width: 768px) {
    .hero-title {
        font-size: 40px;
        line-height: 50px;
        min-height: 6rem;
        max-height: 6rem;
        margin-bottom: 0px;
    }

    .animated-text {
        max-width: 100%;
        width: 100%;
        font-size: 30px;
        line-height: 40px;
    }

    .mobile-nav-container {
        display: block;
    }

    .navbar {
        margin-bottom: -90px;
    }

    .nav-menu,
    .nav-buttons {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    body {
        padding-top: 70px; /* Smaller padding for mobile */
    }
    
    .hero {
        background-image: url('{{asset('images/v2/bg-1.png')}}');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .hero-wave {
        clip-path: ellipse(85% 100% at 50% 140%);
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    
    .hero-visual {
        order: 0;
        margin-bottom: 2rem;
    }

    .hero-visual-img{
          width: 85%;
    }

    .platform-card .platform-content {
    width: 1200px;
}

    .hero-visual-img-jk{
        width: 97%;
    }

    .hero-visual-img-er{
        width: 100%;
    }
    
    .rate-card-preview {
        position: static;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    
    .mascot-character {
        font-size: 6rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .stats-container {
        padding: 0 0rem;
    }
    
    .stats-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    
    .stat-label {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

    .nav-container {
        padding: 10px 20px;
        margin: 0px 10px;
    }
    
    .hero-container {
        padding: 0px 20px 0px 20px;
    }

    .statistics {
        padding: 0px 20px 30px 20px;
    }
    
    /* Mobile dropdown styles */
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        margin: 0.5rem 0;
    }
    
    .dropdown-item {
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        transform: none;
    }
    

    .solutions-accordion-v2-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .solutions-accordion-v2-title {
        display: none;
    }
    
    .solutions-accordion-v2-title-mobile {
        display: block;
        font-size: 32px;
        font-weight: 600;
        color: #323133;
        line-height: 42px;
        text-align: -webkit-left;
        margin-bottom: 5px;
    }
    
    .solutions-accordion-v2-text {
        position: static;
        text-align: center;
    }

    .solutions-accordion-v2-subtitle {
        font-size: 16px;
        color: #667085;
        line-height: 26px;
        text-align: -webkit-left;
    }
    
    .solution-accordion-v2-header {
        padding: 1.2rem 1.5rem;
    }
    
    .accordion-v2-content-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    .accordion-v2-mascot {
        order: -1;
        justify-self: center;
    }
    
    .accordion-v2-mascot img {
        max-width: 100px;
    }
    
    .accordion-v2-body-content {
        padding: 0 1.5rem 1.5rem;
    }
    
    .browse-kols {
        padding: 30px 20px 30px 20px;
    }
    
    .browse-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    
    .niche-tags-container {
        min-height: auto;
        gap: 2rem;
    }
    
    .tag-row {
        gap: 1rem;
    }
    
    .niche-tag {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
        margin: 0.3rem;
    }
    
    .niche-tag:hover {
        transform: rotate(var(--base-rotation, 0deg)) scale(0.95) rotate(8deg);
    }

    .faq {
        padding: 30px 25px 30px 25px;
    }

    .faq-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    
    .browse-kols {
        padding: 30px 20px 30px 20px;
    }
    
    .browse-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 3rem;
    }
    
    .niche-tags-container {
        min-height: auto;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.8rem;
        padding: 0 1rem;
    }
    
    .niche-tag {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
        margin: 0.3rem;
    }

    .niche-tag.green {
        margin-right: -20px;
    }

    .niche-tag.pink {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .niche-tag.cyan {
        margin-top: 36px;
    }

    .niche-tag.blue {
        margin-right: 3px;
    }

    .niche-tag.orange {
        margin-right: -182px;
        margin-top: 72px;
    }

    .niche-tag.purple {
        margin-top: -20px;
    }

    .niche-tag.red {
        margin-right: -58px;
        margin-bottom: -40px;
    }

    .niche-tag.yellow {
        margin-top: -101px;
    }

    .niche-tag.lime {
        margin-right: -134px;
        margin-top: -50px;
        margin-left: 67px;
    }

    .niche-tag.mint {
        margin-left: -125px;
        margin-top: 51px;
        margin-right: 27px;
    }
    
    .niche-tag:hover {
        transform: rotate(var(--rotation)) scale(0.95) rotate(8deg);
    }

    .faq-question {
        padding: 1rem 1.5rem;
        font-size: 16px;
        line-height: 26px;
    }
    
    .faq-answer {
        padding: 0 1.5rem;
    }
    
    .faq-answer p {
        line-height: 24px;
        font-size: 14px;
    }

    .faq-item.active .faq-answer {
        padding: 0 1.5rem 1rem;
    }
    
    .footer-standalone-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-standalone-content {
        padding: 30px;
    }
    
    .footer-standalone-bottom {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }
    
    .footer-standalone-logos {
        justify-content: center;
    }
    
    .footer-standalone-img{
        width: 150px;
        margin-left:0px;
    }

    .footer-standalone-social-links {
        justify-content: center;
    }

    /* Hero TOS */
    .hero-tos {
        background-image: url('{{asset('images/v2/bg-1.png')}}');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        padding: 0px 0px 0px 0px;
    }

    .hero-tos-title {
        font-size: 50px;
        line-height: 60px;
        text-align: -webkit-left;
    }

    .hero-tos-title-jk {
        font-size: 50px;
        line-height: 60px;
        text-align: -webkit-left;
    }

    .banner-main-details .download-video-popup{
        justify-content: center;
    }
    
    .hero-gloss-title {
        font-size: 42px;
        line-height: 54px;
        font-weight: 700;
        color: #FFDA00;
        margin-bottom: 20px;
    }

    .hero-mou-title {
        font-size: 44px;
        line-height: 54px;
        font-weight: 700;
        color: #FFDA00;
        margin-bottom: 20px;
    }
    
    .hero-gloss-content {
        display: grid;
        gap: 1rem;
        align-items: center;
        padding: 0px 0px 200px 0px;
    }
    
    /* Icon Pencil - Top Left */
.hero-gloss-container::before {
    content: '';
    position: absolute;
    top: 120px;
    left: 30%;
    width: 25px;
    height: 25px;
    background: url('{{asset('images/v2/icon-pencil.png')}}') no-repeat center;
    background-size: contain;
    display: none;
    z-index: 15;
    animation: float 3s ease-in-out infinite;
}

/* Icon Calendar - Top Right */
.hero-gloss-container::after {
    content: '';
    position: absolute;
    top: 110px;
    right: 15%;
    width: 25px;
    height: 25px;
    background: url('{{asset('images/v2/icon-calendar.png')}}') no-repeat center;
    background-size: contain;
    z-index: 15;
    display: none;
    animation: float 3s ease-in-out infinite 1s;
}

/* Icon Checklist - Bottom Left */
.hero-gloss-content::before {
    content: '';
    position: absolute;
    bottom: 200px;
    left: 13%;
    width: 15px;
    height: 15px;
    background: url('{{asset('images/v2/icon-checklist.png')}}') no-repeat center;
    background-size: contain;
    z-index: 15;
    display: none;
    animation: float 3s ease-in-out infinite 2s;
}

/* Icon Arrow - Bottom Right */
.hero-gloss-content::after {
    content: '';
    position: absolute;
    bottom: 180px;
    right: 15%;
    width: 20px;
    height: 20px;
    background: url('{{asset('images/v2/icon-arrow.png')}}') no-repeat center;
    background-size: contain;
    display: none;
    z-index: 15;
    animation: float 3s ease-in-out infinite 0.5s;
}

/* Shape Blue - Behind Title */
.hero-gloss-title::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 20px;
    background: url('{{asset('images/v2/icon-shape.png')}}') no-repeat center;
    background-size: contain;
    z-index: 0;
    opacity: 1;
}

    .tos-section {
        padding: 0px 20px 30px 20px;
    }

    .tos-heading {
        font-size: 24px;
        line-height: 34px;
    }
    
    .tos-text {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-section {
        padding: 60px 0 80px;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 32px;
    }
    
    .hero-gloss-subtitle {
        font-size: 14px;
        color: #fff;
        margin-bottom: 40px;
        line-height: 24px;
        font-weight: 300;
        padding: 0px 0px;
    }

    .hero-mou-subtitle {
        font-size: 14px;
        color: #fff;
        margin-bottom: 40px;
        line-height: 24px;
        font-weight: 300;
        padding: 0px 0px;
    }
    
    .search-container {
        max-width: 1200px;
        margin: 0 auto;
        background: #fff;
        padding: 17px;
        border-radius: 15px;
        margin-bottom: -289px;
        z-index: 100;
        position: relative;
        height: 152px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }
    
    .search-box {
        flex-direction: column;
        gap: 8px;
        height: 58px;
        border-radius: 10px;
    }
    
    .search-input {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .search-btn {
        padding: 14px 24px;
        font-size: 14px;
        margin-top: 7px;
        width: 106%;
        margin-left: -8px;
    }
    
    .main-content {
        padding: 40px 0;
    }
    
    .alphabet-filter {
        gap: 4px;
        padding: 12px;
        margin-bottom: 40px;
    }
    
    .alphabet-btn {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .article-card {
        padding: 20px;
    }
    
    .article-title {
        font-size: 1.1rem;
    }
    
    .article-description {
        font-size: 13px;
    }
    
    .section-title {
        font-size: 32px;
        margin-bottom: 0px;
    }
    
    .alphabet-section {
        margin-bottom: 40px;
    }
    
    
    /* ===== SEARCH CONTAINER ===== */
    .search-container {
        max-width: 1200px;
        margin: 0 auto;
        background: #fff;
        padding: 17px;
        border-radius: 15px;
        margin-bottom: -280px;
        z-index: 100;
    }

    .search-box {
        display: flex;
        background: white;
        border-radius: 8px;
        padding: 8px;
        transition: all 0.3s ease;
        border: 1px solid #D9D9D9;
    }

    .search-box:focus-within {
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
    }

    .search-input {
        flex: 1;
        border: none;
        outline: none;
        padding: 13px 5px;
        font-size: 14px;
        border-radius: 8px;
        background: transparent;
    }

    .search-input::placeholder {
        color: #9ca3af;
    }

    .search-btn {
        background: #5271FF;
        color: #FFDA00;
        border: none;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        padding: 16px 32px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .search-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(76, 99, 210, 0.4);
    }

    /* ===== MAIN CONTENT ===== */
    .main-content {
        padding: 0px 0;
        background: #f8fafc;
    }

    /* ===== ALPHABET FILTER ===== */
    .alphabet-filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin-bottom: 0px;    
    }

    .alphabet-btn {
        padding: 12px 16px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        min-width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alphabet-btn:hover {
        border-color: #4c63d2;
        color: #4c63d2;
        transform: translateY(-2px);
    }

    .alphabet-btn.active {
        background: linear-gradient(135deg, #4c63d2 0%, #3b4db8 100%);
        border-color: #4c63d2;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(76, 99, 210, 0.3);
    }

    /* ===== ARTICLES CONTAINER ===== */
    .articles-container {
        position: relative;
        background: #fff;
    }

    .alphabet-section {
        margin-bottom: 60px;
        transition: all 0.3s ease;
    }

    .alphabet-section.hidden {
        display: none;
    }

    .section-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #1e293b;
        text-align: center;
        margin-bottom: 40px;
        position: relative;
    }

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: linear-gradient(135deg, #4c63d2 0%, #3b4db8 100%);
        border-radius: 2px;
    }

    .hero-wave {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        margin-bottom: -1px;
        background: white;
        clip-path: ellipse(60% 100% at 50% 100%);
    }

    .search-container {
        max-width: 1200px;
        margin: 0 auto;
        background: #fff;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: -280px;
        z-index: 100;
        position: relative; /* TAMBAHKAN BARIS INI */
    }

    .search-container {
        /* ... properti yang sudah ada ... */
        position: relative;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                    0 4px 10px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

    .search-container:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
                    0 6px 15px rgba(0, 0, 0, 0.08);
    }

    /* ===== TABLET CSS (768px) ===== */

    .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    /* ===== TOOLS SECTION ===== */
    .tools-main-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .tools-title {
        font-size: 2rem;
    }

    .tools-navigation {
        justify-content: center;
    }

    .tool-card {
        flex: 0 0 300px;
        max-width: 300px;
        padding: 20px;
        min-height: 180px;
    }

    .tool-content {
        max-width: 200px;
    }

    .tool-icon {
        right: 20px;
    }

    .tool-icon img {
        width: 50px;
        height: 50px;
    }

    /* ===== TRANSFORM SECTION ===== */
    .transform-section {
        padding: 60px 0;
    }

    .transform-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .transform-title {
        font-size: 28px;
        line-height: 38px;
    }

    .transform-visual {
        height: 300px;
        margin: 0 auto;
        max-width: 400px;
    }

    .woman-image {
        width: 250px;
        height: 280px;
        left: 50%;
        transform: translateX(-50%);
    }

    

    .engagement-badge {
        right: -20px;
        top: 30px;
        padding: 12px 16px;
    }

    .profile-tag {
        right: 50px;
        bottom: 60px;
    }

    /* ===== KOL SECTION ===== */
    .kol-section {
        padding: 60px 0;
    }

    .kol-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 25px;
    }

    .kol-avatar {
        width: 70px;
        height: 70px;
    }

    .kol-avatar::after {
        width: 60px;
        height: 60px;
    }

    /* ===== GROWTH SECTION ===== */
    .growth-section {
        padding: 30px 20px;
    }

    .growth-section .container {
        padding: 50px 30px;
        border-radius: 18px;
    }

    .growth-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .growth-title {
        font-size: 2rem;
    }

    .growth-visual {
        height: 300px;
        margin: 0 auto;
        max-width: 400px;
    }

    .man-image {
        width: 230px;
        height: 280px;
        left: 50%;
        transform: translateX(-50%);
    }

    .growth-stats {
        right: -20px;
        top: 10px;
    }

    .growth-stat-card {
        min-width: 100px;
        padding: 12px 16px;
    }

    .growth-badge {
        right: 20px;
        bottom: 80px;
        padding: 16px;
    }

    .growth-profile-tag {
        left: 80px;
        bottom: 60px;
    }

    /* ===== MOU FORM SECTION ===== */
    .mou-section {
        padding: 0px 20px 30px 20px;
    }

    .mou-title {
        font-size: 32px;
        text-align: center;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .step-indicator {
        justify-content: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .step {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    .step-text {
        display: none;
    }

    .step-connector {
        width: 30px;
        display: none;
    }

    .form-container {
        padding: 30px 25px;
    }

    .form-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .form-step-title {
        font-size: 1.5rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .payment-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .radio-group {
        flex-direction: column;
        gap: 12px;
    }

    .form-actions {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .btn-previous,
    .btn-continue,
    .btn-download {
        width: 100%;
        padding: 14px 24px;
    }

    .infinite-showcase-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .infinite-kol-card {
        width: 150px;
    }

    .infinite-carousel-track {
        gap: 20px;
    }

    .infinite-carousel-track[data-scroll-direction="left"] {
        animation-duration: 30s;
    }

    .infinite-carousel-track[data-scroll-direction="right"] {
        animation-duration: 35s;
    }

    .input-group {
        flex-direction: column;
    }
    
    .phone-mockup {
        width: 250px;
        height: 500px;
    }
    
    .formula-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .post-types-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .platform-cards {
        grid-template-columns: 1fr;
    }
    
    .platform-card {
        flex-direction: row;
        text-align: left;
        gap: 10px;
    }
    
    
    .engagement-table {
        font-size: 0.875rem;
    }
    
    .engagement-table th,
    .engagement-table td {
        padding: 0.5rem;
    }

    
    /* Mobile Bottom Navigation */
    .mn-bottom-nav {
        display: none;
    }
    
    .mn-demo-content {
        padding: 100px 20px;
    }
    
    .mn-demo-content::after {
        content: "⚠️ Mobile navigation hanya terlihat di tampilan mobile (max-width: 768px)";
        display: block;
        margin-top: 30px;
        padding: 20px;
        background: #fff3cd;
        border: 1px solid #ffc107;
        border-radius: 10px;
        color: #856404;
    }

    .mn-bottom-nav {
        display: flex;
    }
    
    .mn-nav-item {
        padding: 5px 8px;
    }
    
    .mn-nav-icon {
        width: 40px;
        height: 40px;
    }
    
    .mn-nav-icon i {
        font-size: 20px;
    }
    
    .mn-nav-label {
        font-size: 10px;
    }

    .kol-infinite-showcase-v7x2 {
        padding: 30px 0px;
    }

    .kol-showcase-header-v7x2 {
        margin-bottom: 40px;
    }

    .kol-showcase-title-v7x2 {
        font-size: 32px;
        line-height: 42px;
    }

    .kol-showcase-subtitle-v7x2 {
        font-size: 22px;
    }

    .kol-carousel-wrapper-v7x2 {
        gap: 15px;
    }

    .kol-carousel-track-v7x2 {
        gap: 15px;
    }

    .kol-profile-card-v7x2 {
        width: 200px;
        height: 200px;
    }

    .kol-card-info-v7x2 {
        padding: 15px;
    }

    .kol-username-v7x2 {
        font-size: 12px;
    }

    .kol-followers-v7x2 {
        font-size: 10px;
    }

    /* Faster animation on mobile for better performance */
    .kol-row-right-v7x2 .kol-carousel-track-v7x2 {
        animation-duration: 30s;
    }

    .kol-row-left-v7x2 .kol-carousel-track-v7x2 {
        animation-duration: 35s;
    }

    .kol-carousel-section {
        padding: 40px 15px;
    }
    
    .kol-carousel-title {
        font-size: 1.75rem;
        margin-bottom: 35px;
    }
    
    .kol-carousel-item {
        min-width: 240px;
        padding: 12px 20px;
        gap: 12px;
    }
    
    .kol-profile-avatar {
        width: 50px;
        height: 50px;
    }
    
    .kol-avatar-icon {
        font-size: 24px;
    }
    
    .kol-username {
        font-size: 0.9rem;
    }
    
    .kol-followers {
        font-size: 0.8rem;
    }
    
    .kol-carousel-track {
        gap: 15px;
    }
    
    .kol-carousel-row {
        margin-bottom: 20px;
    }

    /* BLOG */
    .sc-slide-card {
          height: 300px;
      }

      .sc-slide-content {
          right: 2rem;
          left: 1.5rem;
          bottom: 1.5rem;
      }

      .sc-slide-title {
          font-size: 1.5rem;
      }

      .sc-nav-arrows {
          display: none;
      }

      .sc-see-more-mobile {
          display: block;
      }

      .sc-featured-article {
          grid-template-columns: 1fr;
          gap: 10px;
      }

      .sc-featured-image {
          min-height: 250px;
      }

      .sc-small-cards-grid {
          grid-template-columns: 1fr;
          display: grid;
      }

      .sc-youtube-article {
          display: block;
          gap: 0px;
      }

      .sc-youtube-article-image {
          width: 100%;
          height: 150px;
      }

      .sc-youtube-article-title {
          font-size: 16px;
          line-height: 26px;
      }

      .sc-youtube-articles {
        gap: 5px
      }

      .sc-youtube-sidebar {
            margin-top: 30px;
        }

        .sc-section-header {
            margin-bottom: 10px;
        }

      .sc-youtube-article-content {
          padding: 1rem;
      }

      .sc-youtube-article-content p {
          display: none;
      }

      .sc-card-badge {
        font-size: 9px;
    }

    .sc-card-title {
        font-size: 16px;
        line-height: 26px;
    }

    .sc-card-title-blogdetail {
        font-size: 20px;
        line-height: 30px;
    }

      .sc-trending-grid {
          grid-template-columns: 1fr;
      }

      .sc-trending-card-meta {
          flex-wrap: wrap;
      }


      /* ===== BLOG DETAIL ===== */
      .mns-article-content-wrapper {
            display: flex;
            padding: 40px 0; /* Remove horizontal padding, keep vertical */
            gap: 30px; /* Add space between the two cards */
            align-items: flex-start; /* Align items to the top */
        }

        .mns-article-on-page-nav {
            display: block; /* Show on larger screens */
            flex: 0 0 250px; /* Fixed width for the sidebar */
            /* Card styling is already applied in the mobile section, just adjust layout */
            margin-right: 0; /* Remove margin-right from previous layout */
            border-right: none; /* Remove border-right */
            padding: 30px; /* Adjust padding for desktop card */
            /* Sticky positioning for desktop TOC */
            position: static;
            top: 130px;
        }

        .mns-article-main-content {
            flex-grow: 1;
            padding-bottom: 0;
            margin-top: 0; /* Remove mobile margin-top */
            padding: 40px; /* Adjust padding for desktop card */
        }

        .mns-article-on-page-nav-title {
            font-size: 12px;
            font-weight: 400;
            color: #5271FF;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .mns-article-on-page-nav ul {
            list-style: none;
            padding: 0;
            font-size: 16px;
            font-weight: 400;
            color: #171929;
            margin-top: 10px;
        }

        .mns-article-on-page-nav li {
            margin-bottom: 10px;
        }

        .mns-article-on-page-nav a {
            text-decoration: none;
            color: #171929;
            font-size: 16px;
            transition: color 0.2s;
        }

        .mns-article-on-page-nav a:hover {
            color: var(--mns-article-primary-color);
        }

        .mns-article-on-page-nav .mns-article-active-link a {
            color: var(--mns-article-text-color);
            font-weight: bold;
        }

        .mns-article-title {
            font-size: 2.5rem;
        }

        .mns-article-author-box {
            flex-direction: row;
            text-align: left;
            max-width: 700px;
            margin: 0 auto;
            padding: 40px 0;
            border-bottom: 1px solid var(--mns-article-border-color);
        }

        .mns-article-author-avatar {
            margin-right: 0px;
            margin-bottom: 0;
        }

        .mns-article-author-info {
            display: flex;
            flex-direction: column;
        }

        .mns-article-author-bio {
            margin-bottom: 0;
        }

        .mns-article-author-bio p {
            font-size: 12px;
            line-height: 22px;
        }

        /* ==== CHART ER ==== */
        .ig-engage-sec-2025-container {
            padding: 40px 16px;
        }

        .ig-engage-sec-2025-wrapper {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .ig-engage-sec-2025-text-column {
            padding-right: 0;
            text-align: center;
        }

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

        .ig-engage-sec-2025-description {
            font-size: 1rem;
        }

        .ig-engage-sec-2025-chart-column {
            padding: 30px 15px;
        }

        .ig-engage-sec-2025-chart-container {
            gap: 10px;
        }

        .ig-engage-sec-2025-y-axis {
            height: 193px;
            padding-bottom: 7px;
        }

        .ig-engage-sec-2025-y-label {
            font-size: 0.65rem;
        }

        .ig-engage-sec-2025-chart-area {
            gap: 8px;
            height: 240px;
        }

        .ig-engage-sec-2025-bar-wrapper {
            width: 65px;
        }

        .ig-engage-sec-2025-value-label {
            font-size: 0.7rem;
            padding: 4px 6px;
        }

        .ig-engage-sec-2025-bar-label {
            font-size: 0.7rem;
            line-height: 1.2;
        }

        /* Adjust bar heights for mobile */
        .ig-engage-sec-2025-bar-wrapper:nth-child(1) .ig-engage-sec-2025-bar {
            height: 160px !important;
        }
        .ig-engage-sec-2025-bar-wrapper:nth-child(2) .ig-engage-sec-2025-bar {
            height: 145px !important;
        }
        .ig-engage-sec-2025-bar-wrapper:nth-child(3) .ig-engage-sec-2025-bar {
            height: 165px !important;
        }
        .ig-engage-sec-2025-bar-wrapper:nth-child(4) .ig-engage-sec-2025-bar {
            height: 175px !important;
        }

        .sc-youtube-article-excerpt {
              display: none;
          }

        .sc-youtube-layout {
            display: block;
            grid-template-columns: 1fr 350px;
            gap: 2rem;
        }

        /* KOL MANAGEMENT */
        .kol-game-ramp-section-v2 {
            padding: 0px 20px 30px 20px;
        }

        .kol-game-ramp-title-v2 {
            font-size: 32px;
            line-height: 42px;
            margin-bottom: 30px;
        }

        .kol-game-ramp-cards-grid-v2 {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .kol-game-ramp-card-v2 {
            padding: 20px 20px 0px 20px;
        }

        .kol-game-ramp-card-image-wrapper-v2 {
            height: 200px;
        }

        .kol-game-ramp-brand-logo-v2 {
            height: 32px;
        }

        .kol-game-ramp-brand-placeholder-v2 {
            height: 32px;
            padding: 35px 20px;
            font-size: 12px;
        }

        .kol-shortcut-marketing-section-v3 {
            padding: 30px 20px;
        }

        .kol-shortcut-marketing-content-wrapper-v3 {
            padding: 40px 30px;
            border-radius: 24px;
        }

        .kol-shortcut-marketing-title-v3 {
            font-size: 32px;
            margin-bottom: 30px;
        }

        .kol-shortcut-marketing-grid-v3 {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .kol-shortcut-marketing-card-v3 {
            padding: 24px;
        }

        .kol-shortcut-marketing-icon-wrapper-v3 {
            width: 48px;
            height: 48px;
        }

        .kol-shortcut-marketing-icon-v3 {
            width: 24px;
            height: 24px;
        }

        .pkgsec__container {
            padding: 30px 20px;
        }
        
        .pkgsec__title {
            font-size: 32px;
            line-height: 42px;
            margin-bottom: 30px;
        }
        
        /* Scrollable Tabs on Mobile */
        .pkgsec__tabs-wrapper {
            margin-bottom: 30px;
            margin-left: -16px;
            margin-right: -16px;
            padding-left: 16px;
            padding-right: 16px;
            justify-content: flex-start;
        }
        
        .pkgsec__tabs {
            gap: 0;
        }
        
        .pkgsec__tab {
            padding: 10px 16px;
            font-size: 13px;
        }
        
        /* Hide Feature Labels Column on Mobile */
        .pkgsec__comparison {
            grid-template-columns: 1fr;
        }
        
        .pkgsec__features-column {
            display: none;
        }
        
        .pkgsec__packages {
            grid-template-columns: 1fr;
            gap: 32px;
        }
        
        .pkgsec__card {
            padding: 28px 20px;
        }
        
        .pkgsec__card:nth-child(3) {
            grid-column: auto;
            max-width: 100%;
        }
        
        /* Show Feature Labels Inside Cards on Mobile */
        .pkgsec__features > div {
            justify-content: space-between;
            padding: 16px 0;
        }
        
        .pkgsec__features > div::before {
            content: attr(data-label);
            font-size: 13px;
            font-weight: 600;
            color: #5B6EF5;
            margin-right: 12px;
        }
        
        /* Add labels via pseudo-elements for mobile */
        #guaranteed-views .pkgsec__features > div:nth-child(1)::before {
            content: 'Qty KOL';
        }
        
        #guaranteed-views .pkgsec__features > div:nth-child(2)::before {
            content: 'Revisi Draft';
        }
        
        #guaranteed-views .pkgsec__features > div:nth-child(3)::before {
            content: 'Est. Tiktok FYP';
        }
        
        #guaranteed-views .pkgsec__features > div:nth-child(4)::before {
            content: 'Guaranteed Views';
        }
        
        #guaranteed-roas .pkgsec__features > div:nth-child(1)::before {
            content: 'Qty KOL';
        }
        
        #guaranteed-roas .pkgsec__features > div:nth-child(2)::before {
            content: 'Ads Boost KOL';
        }
        
        #guaranteed-roas .pkgsec__features > div:nth-child(3)::before {
            content: 'Min. Guaranteed ROAS';
        }
        
        #kol-rate-card .pkgsec__features > div:nth-child(1)::before {
            content: 'Max Qty KOL Listing/Mo';
        }
        
        #kol-rate-card .pkgsec__features > div:nth-child(2)::before {
            content: 'Max Qty Managing KOL/Mo';
        }
        
        #kol-rate-card .pkgsec__features > div:nth-child(3)::before {
            content: 'Storyline Creation (Brief)';
        }
        
        #kol-rate-card .pkgsec__features > div:nth-child(4)::before {
            content: 'Reporting';
        }
        
        #kol-nano-community .pkgsec__features > div:nth-child(1)::before {
            content: 'Qty KOL Nano';
        }
        
        #kol-nano-community .pkgsec__features > div:nth-child(2)::before {
            content: 'Revisi Draft';
        }
        
        #kol-nano-community .pkgsec__features > div:nth-child(3)::before {
            content: 'Free Boost Code';
        }
        
        #kol-nano-community .pkgsec__features > div:nth-child(4)::before {
            content: 'Free Yellow Cart';
        }
        
        .pkgsec__badge {
            top: -12px;
            right: 8px;
            width: 36px;
            height: 36px;
        }
        
        .pkgsec__badge svg {
            width: 20px;
            height: 20px;
        }
        
        .pkgsec__card-price {
            font-size: 28px;
        }
        
        .pkgsec__card-custom {
            font-size: 36px;
        }
        
        .pkgsec__btn {
            padding: 12px 20px;
            font-size: 14px;
            margin-bottom: 28px;
        }
        
        .pkgsec__feature-value {
            font-size: 13px;
            text-align: right;
        }


        /* NOTIFIKASI EXTENSION */
        .notification-container {
            display: none;
        }
        
        .mobile-notification-btn {
            display: block;
            width: 30px;
        }
        
        .mobile-menu-toggle {
            margin-left: 10px;
            align-self: center;
        }
        
        .nav-buttons {
            display: none;
        }

        .notification-container-mobile {
            position: relative;
            display: inline-block;
        }

        .notification-icon-large img {
            width: 40px;
            height: 40px;
        }

        .notification-popup-mobile {
            position: absolute;
            top: 125%;
            right: 0;
            width: 315px;
            background: #dce2fc;
            border-radius: 12px;
            padding: 16px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            transform: translateY(-10px);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .notification-popup-mobile.active {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

        .nav-buttons-notif {
            display: flex;
            gap: 8px;
        }

}



/* resolusi 480px */
@media (max-width: 480px) {
    .hero-title {
        font-size: 40px;
        line-height: 50px;
        min-height: 6rem;
        max-height: 6rem;
        margin-bottom: 0px;
    }

    .animated-text {
        max-width: 100%;
        width: 100%;
        font-size: 30px;
        line-height: 40px;
    }

    .mobile-bottom-nav {
        padding: 10px 0 6px 0;
    }
    
    .nav-item {
        padding: 6px 8px;
        min-width: 50px;
    }
    
    .nav-icon {
        width: 20px;
        height: 20px;
    }
    
    .nav-label {
        font-size: 9px;
    }
    
    .tooltip-content {
        min-width: 260px;
        max-width: 300px;
    }
    
    .tooltip-item {
        padding: 14px 16px;
    }
    
    .tooltip-item-text {
        font-size: 13px;
    }

    .navbar {
        margin-bottom: -90px;
    }

    
    .hero-subtitle {
        font-size: 14px;
        line-height: 24px;
        padding: 0px 0px;
    }
    
    .hero-text {
        color: white;
        text-align: -webkit-center;
    }

    .cta-button {
        padding: 10px;
        font-size: 14px;
    }
    
    .solutions-accordion-v2 {
        padding: 30px 20px 30px 20px;
    }
    
    .solutions-accordion-v2-container {
        padding: 0 0rem;
    }
    
    .solution-accordion-v2-header {
        padding: 30px 30px 30px 30px;
    }
    
    .card-accordion-v2-title {
        font-size: 18px;
        line-height: 28px;
        padding-right: 0px;
        text-align: -webkit-left;
    }

    .solution-accordion-v2-card.active.card-v2-blue {
        background: #d7defc;
        background-image: url('../../images/v2/card-1.webp');
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .solution-accordion-v2-card.active.card-v2-pink {
        background: #d7defc;
        background-image: url('../../images/v2/card-2.webp');
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .solution-accordion-v2-card.active.card-v2-purple {
        background: #d7defc;
        background-image: url('../../images/v2/card-3.webp');
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .accordion-v2-description {
        color: #667085;
        line-height: 24px;
        margin-bottom: 2.5rem;
        font-size: 14px;
        padding-right: 0px;
        padding-bottom: 60px;
        text-align: -webkit-left;
    }

    
    .accordion-v2-body-content {
        padding: 0px 30px 30px 30px;
    }
    
    .stat-card {
        padding: 50px 20px 0px 20px;
    }
    
    .stat-img {
        margin-top: -120px;
    }

    .stat-number {
        font-size: 42px;
        line-height: 52px;
        font-weight: 600;
    }

    .stat-label {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

    .showcase-container {
        padding: 0 0rem;
    }

    .browse-container {
        padding: 0 0rem;
    }
    
    .browse-title {
        font-size: 32px;
        line-height: 42px;
    }


    .kol-profile img {
        width: 130px;
    }
    
    .tag-row {
        gap: 0.5rem;
    }
    
    .niche-tag {
        font-size: 14px;
        line-height: 24px;
    }

    .faq-answer p {
        line-height: 24px;
        font-size: 14px;
    }

    .footer-standalone {
        padding: 30px 10px 110px 10px;
        margin-bottom: 60px;
    }
    
    .footer-standalone-container {
        padding: 0 1rem;
    }
    
    .footer-standalone-content {
        padding: 30px;
    }
    
    .footer-standalone-grid {
        gap: 1.5rem;
    }
    
    .footer-standalone-img{
        width: 220px;
        margin-left:0px;
    }

    .footer-standalone-section h3 {
        font-size: 14px;
    }
    
    .footer-standalone-section p,
    .footer-standalone-section ul li a {
        font-size: 12px;
        line-height: 22px;
    }

    .footer-standalone {
        background-image: url('{{asset('images/v2/bg-1.png')}}');
        background-position: top center;
        background-size: cover;
        background-repeat: repeat;
        position: relative;
    }

    /* Hero TOS */
    .hero-tos-title {
        font-size: 50px;
        line-height: 60px;
        text-align: -webkit-left;
    }

    .hero-tos-text-jk{
        text-align: -webkit-center;
        margin-bottom: 80px;
    }

    .hero-tos-title-jk {
        font-size: 50px;
        line-height: 60px;
        text-align: -webkit-center;
        margin-top: 140px;
    }

    .tos-heading {
        font-size: 24px;
        line-height: 34px;
    }
    
    .tos-text {
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px;
    }
    
    .tos-section {
        padding: 0px 20px 30px 20px;
    }  

    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    
    .alphabet-filter {
        gap: 3px;
        padding: 10px;
    }
    
    .alphabet-btn {
        min-width: 32px;
        height: 32px;
        font-size: 11px;
        padding: 6px 8px;
    }
    
    .article-card {
        padding: 16px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    /* ===== TOOLS SECTION ===== */
    .tools-section {
        padding: 60px 0;
    }
    
    .tools-title {
        font-size: 1.8rem;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .nav-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .tool-card {
        flex: 0 0 280px;
        max-width: 280px;
        padding: 16px;
        min-height: 160px;
    }
    
    .tool-content {
        max-width: 180px;
    }
    
    .tool-title {
        font-size: 1rem;
    }
    
    .tool-description {
        font-size: 0.8rem;
        margin-bottom: 12px;
    }
    
    .tool-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .tool-icon img {
        width: 45px;
        height: 45px;
    }

    /* ===== TRANSFORM SECTION ===== */
    .transform-section {
        padding: 40px 0;
    }

    .transform-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .transform-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .transform-visual {
        height: 250px;
    }

    .woman-image {
        width: 200px;
        height: 230px;
    }



    .engagement-badge {
        right: -30px;
        top: 20px;
        padding: 10px 12px;
    }

    .engagement-rate {
        font-size: 1.2rem;
    }

    .profile-tag {
        right: 30px;
        bottom: 40px;
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    /* ===== KOL SECTION ===== */
    .kol-section {
        padding: 40px 0;
    }

    .kol-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .kol-item {
        padding: 15px 10px;
    }

    .kol-avatar {
        width: 60px;
        height: 60px;
    }

    .kol-avatar::after {
        width: 50px;
        height: 50px;
    }

    .kol-username {
        font-size: 0.85rem;
    }

    .kol-followers {
        font-size: 0.75rem;
    }

    /* ===== GROWTH SECTION ===== */
    .growth-section {
        padding: 30px 20px;
    }

    .growth-section .container {
        padding: 40px 20px 0px 20px;
        border-radius: 15px;
    }

    .growth-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .growth-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .growth-visual {
        height: 215px;
    }

    .man-image {
        width: 180px;
        height: 230px;
    }

    .growth-stats {
        right: -30px;
        top: 5px;
    }

    .growth-stat-card {
        min-width: 90px;
        padding: 10px 12px;
    }

    .growth-stat-number {
        font-size: 1.1rem;
    }

    .growth-stat-label {
        font-size: 0.7rem;
    }

    .growth-badge {
        right: 10px;
        bottom: 60px;
        padding: 12px;
    }

    .growth-number {
        font-size: 1.5rem;
    }

    .growth-profile-tag {
        left: 50px;
        bottom: 40px;
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    /* ===== MOU FORM SECTION ===== */
    .mou-section {
        padding: 0px 20px 30px 20px;
    }

    .mou-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .step-indicator {
        margin-bottom: 30px;
        gap: 4px;
    }

    .step {
        padding: 8px 12px;
        font-size: 0.8rem;
        min-width: 50px;
        justify-content: center;
    }

    .step-icon {
        width: 16px;
        height: 16px;
    }

    .step-icon svg {
        width: 16px;
        height: 16px;
    }

    .form-container {
        padding: 20px 15px;
        border-radius: 12px;
    }

    .form-step-title {
        font-size: 1.3rem;
    }

    .preview-btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .preview-btn svg {
        width: 16px;
        height: 16px;
    }

    .form-grid {
        gap: 16px;
        margin-bottom: 30px;
    }

    .form-group label {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }

    .form-group input,
    .form-group select {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .amount-input {
        flex-direction: column;
    }

    .currency-select {
        border-right: none;
        border-bottom: 1px solid #d1d5db;
        border-radius: 8px 8px 0 0;
    }

    .amount-input input {
        border-radius: 0 0 8px 8px;
    }

    .payment-form-grid {
        gap: 8px;
    }

    .radio-group {
        gap: 10px;
    }

    .radio-label {
        font-size: 0.85rem;
    }

    .form-actions {
        padding-top: 15px;
        gap: 10px;
    }

    .btn-previous,
    .btn-continue,
    .btn-download {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .kol-infinite-showcase {
        padding: 30px 0px 30px 0px;
    }

    .hero-text-er {
        color: white;
        padding-top: 30px;
        padding-right: 0px;
    }

    .section-header-er h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .section-header-er p {
        font-size: 14px;
        line-height: 24px;
    }

    .post-types-text h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .platform-section h2 {
        font-size: 32px;
        line-height: 42px;
        padding-right: 0px;
    }

    .platform-content p {
        font-size: 14px;
        width:200px;
        oline-height: 24px;
    }

    .platform-icon {
        width: 220px;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-platform {
        font-size: 14px;
    }
    
    .platform-content h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .phone-mockup {
        width: 200px;
        height: 400px;
    }
    
    .stats-card {
        flex-direction: column;
        gap: 1rem;
    }
    
    .post-grid {
        grid-template-columns: 1fr;
    }
    
    .chart-bars {
        height: 150px;
    }
    
    .bar-fill {
        width: 40px;
    }
    
    .formula-visual {
        gap: 0.5rem;
    }
    
    .formula-item {
        padding: 0.5rem;
        font-size: 0.875rem;
    }

    .formula-description h3 {
        font-size: 32px;
        line-height: 42px;
        
    }

    .formula-description p {
        font-size: 14px;
        line-height: 24px;
        
    }

    .post-types-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .formula-description {
        text-align: -webkit-center;
    }

    .mou-title {
        font-size: 1.6rem;
    }
    
    .step {
        padding: 6px 8px;
        font-size: 0.75rem;
        min-width: 40px;
    }
    
    .step-icon {
        width: 14px;
        height: 14px;
    }
    
    .step-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .form-container {
        padding: 15px 10px;
    }
    
    .form-step-title {
        font-size: 1.2rem;
    }
    
    .form-group input,
    .form-group select {
        padding: 8px 10px;
        font-size: 0.85rem;
    }
    
    .preview-btn {
        padding: 6px 12px;
        font-size: 0.75rem;
    }

    .infinite-showcase-title {
        font-size: 32px;
        line-height: 42px;
    }

    .infinite-kol-card {
        width: 120px;
    }

    .infinite-carousel-track {
        gap: 15px;
    }

    .mou-title {
        font-size: 1.6rem;
    }
    
    .step {
        padding: 6px 8px;
        font-size: 0.75rem;
        min-width: 40px;
    }
    
    .step-icon {
        width: 14px;
        height: 14px;
    }
    
    .step-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .form-container {
        padding: 15px 10px;
    }
    
    .form-step-title {
        font-size: 1.2rem;
    }
    
    .form-group input,
    .form-group select {
        padding: 8px 10px;
        font-size: 0.85rem;
    }
    
    .preview-btn {
        padding: 6px 12px;
        font-size: 0.75rem;
    }

    .infinite-showcase-title {
        font-size: 32px;
        line-height: 42px;
    }

    .infinite-kol-card {
        width: 120px;
    }

    .infinite-carousel-track {
        gap: 15px;
    }

    /* Mobile Bottom Navigation */
    .mn-tooltip-menu {
        width: 95%;
    }
    
    .mn-nav-item {
        padding: 5px 4px;
    }
    
    .mn-nav-icon {
        width: 35px;
        height: 35px;
    }
    
    .mn-nav-icon i {
        font-size: 18px;
    }
    
    .mn-nav-label {
        font-size: 9px;
    }

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

    .kol-infinite-showcase-v7x2 {
        padding: 30px 0px;
    }

    .kol-showcase-title-v7x2 {
        font-size: 32px;
        line-height: 42px;
    }

    .kol-showcase-subtitle-v7x2 {
        font-size: 18px;
    }

    .kol-carousel-wrapper-v7x2 {
        gap: 12px;
    }

    .kol-carousel-track-v7x2 {
        gap: 12px;
    }

    .kol-profile-card-v7x2 {
        width: 130px;
        height: 130px;
        border-radius: 30px;
    }

    .kol-card-info-v7x2 {
        padding: 12px;
    }

    .kol-username-v7x2 {
        font-size: 12px;
    }

    .kol-username-v7x2::after {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }

    .kol-followers-v7x2 {
        font-size: 10px;
    }

    /* Even faster on small mobile */
    .kol-row-right-v7x2 .kol-carousel-track-v7x2 {
        animation-duration: 25s;
    }

    .kol-row-left-v7x2 .kol-carousel-track-v7x2 {
        animation-duration: 30s;
    }

    .rating-section {
        padding-bottom: 30px;
        text-align: center;
    }

    .extension {
        font-size: 10px;
        border-radius: 5px;
        gap: 5px;
    }

    .extension img {
        width: 22px;
        height: 22px;
    }

    .extension-downloader {
        font-size: 9px;
        border-radius: 5px;
        gap: 3px;
    }

    .extension-downloader img {
        width: 22px;
        height: 22px;
    }

    .kol-carousel-section {
        padding: 30px 0px;
    }
    
    .kol-carousel-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    
    .kol-carousel-item {
        min-width: 220px;
        padding: 10px 18px;
        gap: 10px;
    }
    
    .kol-profile-avatar {
        width: 45px;
        height: 45px;
    }
    
    .kol-avatar-icon {
        font-size: 20px;
    }
    
    .kol-avatar-text {
        font-size: 12px;
    }
    
    .kol-username {
        font-size: 0.85rem;
    }
    
    .kol-followers {
        font-size: 0.75rem;
    }
    
    .kol-carousel-track {
        gap: 12px;
    }

    /* BLOG */
    .sc-container-hero {
          max-width: 1200px;
          padding: 0px;
          position: relative;
          z-index: 1;
          margin-top: 130px;
          margin-bottom: 10px;
      }

      .sc-container {
          padding: 0px;
      }

      .sc-section-title h2 {
          font-size: 1.5rem;
      }

      .sc-slide-card {
          height: 240px;
      }

      .sc-slide-title {
          font-size: 14px;
          line-height: 24px;
      }

      .sc-slide-meta {
          flex-direction: row;
          gap: 0.5rem;
      }

      .sc-small-card-title {
          font-size: 16px;
          line-height: 26px;
      }

      .sc-carousel-container {
        display: block;
      }

      .sc-carousel-container-blogdetail {
        display: block;
      }

      .sc-carousel-card {
          flex: 0 0 240px;
          margin-bottom: 20px;
      }

      .sc-carousel-card-blogdetail {
          flex: 0 0 240px;
          margin-bottom: 20px;
      }

      .sc-featured-content {
          padding: 1.5rem;
      }

      .sc-featured-title {
          font-size: 16px;
          line-height: 26px;
          margin-top: 15px;
      }

      .sc-featured-excerpt {
          color: #555555;
          line-height: 24px;
          font-size: 14px;
          margin: 0;
      }

      .sc-read-more {
          color: #5271FF;
          font-weight: 400;
          text-decoration: underline;
          display: inline-block;
          font-size: 14px;
          margin-top: 15px;
      }

      .sc-small-card-image {
          width: 150px;
          height: 140px;
          overflow: hidden;
      }

      .sc-youtube-article-excerpt {
          display: none;
      }

      .sc-carousel-section {
            padding: 30px 20px 30px 20px;
        }

      .sc-instagram-section {
        padding: 30px 20px 30px 20px;
      }

      .sc-youtube-section {
          padding: 30px 20px 30px 20px;
      }

      .sc-trending-section {
          padding: 30px 20px 30px 20px;
      }

      .sc-youtube-article-meta {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin: 0.75rem 0;
      }

      .sc-sidebar-widget {
          background: white;
          border-radius: 0.75rem;
          padding: 0px;
      }

      /* ===== BLOG DETAIL ===== */
      .mns-article-content-wrapper {
            padding: 0px; /* Re-add horizontal padding to wrapper for spacing */
        }

        .mns-article-container{
            padding: 100px 20px 30px 20px;
        }

        .mns-article-title {
            font-size: 20px;
            font-weight: 600;
            line-height: 30px;
            margin: 10px 0px 10px 0px;
            color: #171929;
        }

        .mns-article-category {
            font-size: 12px;
        }

        .mns-article-meta {
            font-size: 14px;
            color: #777777;
            line-height: 24px;
            display: flex;
            align-items: center;
            margin-bottom: 0px;
        }

        .mns-article-on-page-nav a {
            list-style: none;
            padding: 0;
            font-size: 12px;
            font-weight: 400;
            color: #171929;
            margin: 0;
        }

        .mns-article-on-page-nav li {
            margin-bottom: 2px;
        }

        .mns-article-on-page-nav-title {
            font-size: 12px;
            font-weight: 500;
            color: #5271FF;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .mns-article-main-content {
            padding: 30px;
        }

        .mns-article-content-body p {
            font-size: 14px;
            line-height: 24px;
        }

        .mns-article-content-body h2 {
            font-size: 20px;
            line-height: 30px;
        }

        .mns-article-content-body h3 {
            font-size: 18px;
            line-height: 28px;
        }

        .mns-article-tags {
            display: flex;
              align-items: center;
              flex-wrap: wrap; /* biar pindah baris rapi kalau tidak muat */
              gap: 5px;
              margin-bottom: 40px;
        }


        /* ==== CHART ER ==== */
        .ig-engage-sec-2025-heading {
            font-size: 1.75rem;
        }

        .ig-engage-sec-2025-chart-column {
            padding: 25px 12px;
            border-radius: 15px;
        }

        .ig-engage-sec-2025-chart-container {
            gap: 8px;
        }

        .ig-engage-sec-2025-y-axis {
            height: 135px;
            padding-bottom: 7px;
        }

        .ig-engage-sec-2025-y-label {
            font-size: 6px;
        }

        .ig-engage-sec-2025-chart-area {
            gap: 5px;
            height: 160px;
        }

        .ig-engage-sec-2025-bar-wrapper {
            width: 58px;
        }

        .ig-engage-sec-2025-value-label {
            font-size: 6px;
            padding: 3px 5px;
        }

        .ig-engage-sec-2025-bar-label {
            font-size: 6px;
            margin-top: 2px;
        }

        .ig-engage-sec-2025-chart-title {
            font-size: 12px;
            line-height: 20px;
            margin: 0px;
        }

        /* Adjust bar heights for small mobile */
        .ig-engage-sec-2025-bar-wrapper:nth-child(1) .ig-engage-sec-2025-bar {
            height: 94px !important;
        }
        .ig-engage-sec-2025-bar-wrapper:nth-child(2) .ig-engage-sec-2025-bar {
            height: 83px !important;
        }
        .ig-engage-sec-2025-bar-wrapper:nth-child(3) .ig-engage-sec-2025-bar {
            height: 102px !important;
        }
        .ig-engage-sec-2025-bar-wrapper:nth-child(4) .ig-engage-sec-2025-bar {
            height: 114px !important;
        }

        .mns-article-content-wrapper {
            display: block;
            padding: 0px 0; /* Remove horizontal padding, keep vertical */
            gap: 30px; /* Add space between the two cards */
            align-items: flex-start; /* Align items to the top */
        }

        .sc-trending-section-blog {
            padding: 30px 20px 30px 20px;
        }

        .mns-article-breadcrumb {
            font-size: 14px;
            color: #777777;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 20px;
        }

        /* KOL MANAGEMENT */
        .kol-game-ramp-title-v2 {
            font-size: 32px;
        }

        .kol-game-ramp-card-title-v2 {
            font-size: 14px;
        }

        .kol-game-ramp-card-description-v2 {
            font-size: 12px;
        }

        .kol-game-ramp-brand-placeholder-v2 img {
            width: 130px;
            height: auto;
        }

        .kol-game-ramp-brands-grid-v2 {
            gap: 30px;
        }

        .kol-game-ramp-brands-section-v2 {
            text-align: center;
            width: 100%;
            padding: 0px 0 30px 0;
        }

        .pkgsec__title {
            font-size: 32px;
            line-height: 42px;
        }
        
        .pkgsec__card-price {
            font-size: 24px;
        }
        
        .pkgsec__card-custom {
            font-size: 32px;
        }

        .kol-shortcut-marketing-content-wrapper-v3 {
            padding: 30px 20px;
        }

        .kol-shortcut-marketing-title-v3 {
            font-size: 32px;
        }

        .kol-shortcut-marketing-card-v3 {
            padding: 20px;
            gap: 16px;
        }

        .kol-shortcut-marketing-card-title-v3 {
            font-size: 16px;
        }

        .kol-shortcut-marketing-card-description-v3 {
            font-size: 13px;
        }

        .kol-game-ramp-brands-title-v2 {
            font-size: 24px;
        }

        .kol-shortcut-marketing-card-description-v3-map {
            font-size: 14px;
            color: #525252;
            line-height: 26px;
            margin: 0;
        }

        /* ==== Card Identifier Blog Detail ==== */
        .card-model-component {
            display: block;
            align-items: center;
            background-color: #F2F4FC;
            border-radius: 20px;
            padding: 24px;
            gap: 24px;
        }

        .card-model-component .card-info h3 {
            color: #5271FF;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            font-family: "Inter", sans-serif;
            margin-top: 20px;
        }

        .card-model-component .social-item {
            padding: 10px;
            gap: 5px;
        }

        .card-model-component .social-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            background-color: #DCE3FF;
            color: #5271FF;
            border-radius: 8px;
            flex-shrink: 0;
        }

        .card-model-component .details p {
            font-size: 12px;
            font-weight: 700;
        }

        .card-model-component .details .more-details span {
            font-size: 9px;
            font-weight: 400;
        }

        .card-model-component .btn {
            padding: 5px;
            border-radius: 5px;
        }    

        .card-model-component .btn a {
            font-size: 7px;
        }

        .card-model-component .details .more-details button {
            padding: 3px 8px;
            background-color: #E8F5E9;
            color: #2E7D32;
            font-size: 9px;
            font-weight: 600;
            border: none;
            border-radius: 4px;
            cursor: default;
            margin: 0;
        }

        .card-model-component .details .more-details {
            margin-top: -10px;
        }

        .mns-article-author-box img {
         display: inline;
        object-fit: cover;
        }

        .sc-trending-card-title a {
            text-decoration: none;
            color: #111827;
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
        }

        .mns-article-author-bio p {
            font-size: 12px;
            line-height: 22px;
        }

        .mns-article-author-name {
            font-size: 16px;
            font-weight: 400;
        }

        .sc-carousel-section-blogdetail {
            padding: 30px 20px 30px 20px;
        }

        .engagement-table table {
            width: 180%;
        }
}

   /* versi mobile */
    @media (max-width: 600px) {
        .download-contain .btn-primary {
            padding: 14px;
			font-size:14px;
        }
        .download-video-popup .video-popup-detail .btn-contain form {
            flex-direction: column;
            align-items: stretch;
        }
        .video-popup-detail .dropdown .dropdown-menu .dropdown-item{
            padding:0px;
            display: block;
			font-size:12px;
        }

        .fa-angle-down:before{
            display:none;
        }
        .download-video-popup .video-popup-detail .btn-contain form a,
        .download-video-popup .video-popup-detail .btn-contain form .dropdown {
            width: 100%;
        }
        #videoPopup .dropdown-menu {
            inset: auto auto -920px 0 !important;
            z-index: 1;
            top: -99px !important;
            margin-top: -60px;
            width: 180px;
            min-width: 180px;
            /* margin-left: -40px; */
            justify-content: center;
        }
    }
    
@media (max-width: 768px) {
  .ig-container::before,
  .ig-container::after,
  .yt-container::before,
  .yt-container::after,
  .tt-container::before,
  .tt-container::after {
    display: none !important;
    content: none !important;
    background: none !important;
  }
    .hero-tools-content{
        padding: 0px 0px 200px 0px;
    }
    .download-guide h3,.download-guide h2{
        font-size: 32px;
    }
    .download-guide{
            line-height: 43px;
    }
    .social-tools-main-headline-v3{
    line-height: 44px;
    }
  .download-contain .form-group .btn-sky {
    padding: 12px 25px 12px 46px;
    font-size: 10px;
    line-height: 150%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 4px;
    margin-top: 4px;
}
}
@media (max-width: 767px) {
    .download-contain form {
        flex-direction: column;
        max-width: 374px;
        margin-left: auto;
        margin-right: auto;
    }
    .download-contain .form-group.active {
    margin-bottom: 10px;
}
}
.download-contain form {
    display: flex;
    margin-bottom: 20px;
}
.download-contain .form-group {
    height: inherit;
    margin-right: 12px;
    display: flex
;
    align-items: center;
    flex: 1 1 0;
    position: relative;
    width: 100%;
}
.download-contain .form-group .form-control {
    color: #A0ABBB;
    font-weight: 400;
    font-size: 14px;
    line-height: 193%;
    padding: 15px 131px 15px 24px;
    border-radius: 6.364px;
    border: 1px solid #D9D9D9;
    display: block;
    width: 100%;
}


.btn-sky {
    color: #5271FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 16px 32px;
    background: #DBE5FA;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
    