.elementor-1501 .elementor-element.elementor-element-1c65d70{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1501 .elementor-element.elementor-element-856e0ad{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1501 .elementor-element.elementor-element-381c038{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1501 .elementor-element.elementor-element-381c038.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1501 .elementor-element.elementor-element-312de0c, .elementor-1501 .elementor-element.elementor-element-312de0c > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-1501 .elementor-element.elementor-element-312de0c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-1501 .elementor-element.elementor-element-312de0c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1501 .elementor-element.elementor-element-312e637 > .elementor-widget-container{margin:0px 0px 28px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1501 .elementor-element.elementor-element-312e8d4 > .elementor-widget-container{margin:0px 0px 28px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1501 .elementor-element.elementor-element-312eeeb > .elementor-widget-container{margin:0px 0px 28px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1501 .elementor-element.elementor-element-312f054 > .elementor-widget-container{margin:0px 0px 28px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-1501 .elementor-element.elementor-element-312f523 > .elementor-widget-container{margin:0px 0px 28px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-1501 .elementor-element.elementor-element-856e0ad{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1501 .elementor-element.elementor-element-856e0ad{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}@media(min-width:768px){.elementor-1501 .elementor-element.elementor-element-312e29e{width:33%;}.elementor-1501 .elementor-element.elementor-element-312ea8e{width:33%;}.elementor-1501 .elementor-element.elementor-element-312f1a2{width:33%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1501 .elementor-element.elementor-element-312e29e{width:100%;}.elementor-1501 .elementor-element.elementor-element-312ea8e{width:100%;}.elementor-1501 .elementor-element.elementor-element-312f1a2{width:100%;}}/* Start custom CSS for html, class: .elementor-element-98c9790 *//* ===================================
   PUSAT BANTUAN - SAHABATMOBILE
   Modern, Professional & Responsive
   =================================== */

/* RESET & BASE STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* CONTAINER */
.help-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HERO SECTION */
.help-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.help-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="rgba(255,255,255,0.1)"/><stop offset="100%" stop-color="rgba(255,255,255,0)"/></radialGradient></defs><circle cx="10" cy="10" r="10" fill="url(%23a)"/><circle cx="30" cy="10" r="10" fill="url(%23a)"/><circle cx="50" cy="10" r="10" fill="url(%23a)"/><circle cx="70" cy="10" r="10" fill="url(%23a)"/><circle cx="90" cy="10" r="10" fill="url(%23a)"/></svg>');
    opacity: 0.3;
}

.help-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.help-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.help-hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
}

.help-hero-target {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.2);
}

.help-hero-target-text {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.help-target-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.help-target-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
}

.help-target-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* QUICK START SECTION */
.help-quickstart {
    padding: 80px 0;
    background: #f8fafc;
}

.help-quickstart-header {
    text-align: center;
    margin-bottom: 60px;
}

.help-quickstart-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

.help-quickstart-desc {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.help-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.help-step-card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.help-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.help-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.help-step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.help-step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.help-step-desc {
    color: #6b7280;
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
    max-height: none;
    overflow: visible;
    display: block;
    white-space: normal;
    text-overflow: clip;
}

.help-step-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.help-step-link:hover {
    color: #764ba2;
}

/* SEARCH SECTION */
.help-search {
    padding: 60px 0;
    background: white;
}

.help-search-box {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 12px;
    padding: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.help-search-box:focus-within {
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.help-search-icon {
    padding: 12px 16px;
    font-size: 1.2rem;
    color: #6b7280;
}

.help-search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 0;
    font-size: 1rem;
    color: #1f2937;
    outline: none;
}

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

.help-search-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.help-search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.help-search-suggestions {
    text-align: center;
    margin-top: 24px;
}

.help-search-label {
    color: #6b7280;
    margin-right: 12px;
    font-size: 0.9rem;
}

.help-search-tag {
    display: inline-block;
    background: #e0e7ff;
    color: #667eea;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.85rem;
    margin: 0 4px 8px;
    transition: all 0.3s ease;
}

.help-search-tag:hover {
    background: #667eea;
    color: white;
    transform: translateY(-1px);
}

/* CATEGORIES SECTION */
.help-categories {
    padding: 80px 0;
    background: #f8fafc;
}

.help-categories-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

.help-categories-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 60px;
}

.help-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 30px;
}

.help-category-card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    height: fit-content;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.help-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.help-category-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: block;
}

.help-category-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.help-category-desc {
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.7;
    flex-grow: 1;
    max-height: none;
    overflow: visible;
    display: block;
    white-space: normal;
    text-overflow: clip;
}

.help-category-articles {
    margin-bottom: 24px;
}

.help-article-link {
    display: block;
    color: #4b5563;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 20px;
}

.help-article-link::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #667eea;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.help-article-link:hover {
    color: #667eea;
    padding-left: 25px;
}

.help-article-link:hover::before {
    opacity: 1;
}

.help-article-link:last-child {
    border-bottom: none;
}

.help-category-more {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.help-category-more:hover {
    color: #764ba2;
}

/* CTA SECTION */
.help-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    text-align: center;
    position: relative;
}

.help-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="rgba(255,255,255,0.05)"/><stop offset="100%" stop-color="rgba(255,255,255,0)"/></radialGradient></defs><circle cx="20" cy="10" r="10" fill="url(%23a)"/><circle cx="50" cy="10" r="10" fill="url(%23a)"/><circle cx="80" cy="10" r="10" fill="url(%23a)"/></svg>');
    opacity: 0.25;
}

.help-cta-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.help-cta-title {
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4), 0 4px 12px rgba(0,0,0,0.25);
}

.help-cta-desc {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 1;
    color: #ffffff;
    line-height: 1.7;
}

.help-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.help-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

.help-whatsapp-icon {
    font-size: 1.3rem;
}

/* STICKY WHATSAPP CTA */
.help-wa-sticky {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
}

.help-wa-sticky:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.4);
}

.help-wa-icon {
    font-size: 1.3rem;
}

.help-wa-text {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .help-hero {
        padding: 60px 0;
    }
    
    .help-hero-title {
        font-size: 2.5rem;
    }
    
    .help-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .help-hero-target {
        padding: 20px;
    }
    
    .help-steps-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .help-step-card {
        padding: 30px 20px;
    }
    
    .help-search-box {
        flex-direction: column;
        padding: 4px;
    }
    
    .help-search-btn {
        width: 100%;
        margin-top: 10px;
    }
    
    .help-categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .help-category-card {
        padding: 30px 20px;
    }
    
    .help-cta-title {
        font-size: 2rem;
    }
    
    .help-wa-sticky {
        bottom: 20px;
        right: 20px;
        padding: 12px 16px;
    }
    
    .help-wa-text {
        display: none;
    }
}

@media (max-width: 480px) {
    .help-container {
        padding: 0 15px;
    }
    
    .help-hero-title {
        font-size: 2rem;
    }
    
    .help-quickstart-title,
    .help-categories-title {
        font-size: 1.8rem;
    }
    
    .help-step-card,
    .help-category-card {
        padding: 25px 15px;
    }
}

/* ANIMATIONS */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.help-hero-content,
.help-step-card,
.help-category-card {
    animation: fadeInUp 0.6s ease-out;
}

.help-step-card:nth-child(2) {
    animation-delay: 0.1s;
}

.help-step-card:nth-child(3) {
    animation-delay: 0.2s;
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* HIGH CONTRAST MODE */
@media (prefers-contrast: high) {
    .help-step-card,
    .help-category-card {
        border: 2px solid #1f2937;
    }
    
    .help-search-box {
        border: 2px solid #1f2937;
    }
}

/* INTERACTIVE ELEMENTS */
.help-step-card {
    position: relative;
    transition: all 0.3s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.help-category-card {
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.help-category-desc {
    flex-grow: 1;
    margin-bottom: 20px;
    line-height: 1.7;
    max-height: none;
    overflow: visible;
    display: block;
    white-space: normal;
    text-overflow: clip;
}

.help-step-desc {
    flex-grow: 1;
    margin-bottom: 20px;
    line-height: 1.7;
    max-height: none;
    overflow: visible;
    display: block;
    white-space: normal;
    text-overflow: clip;
}

.help-step-card.completed {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
    border-left: 4px solid #22c55e;
}

body.dark-mode .help-step-card.completed {
    background: linear-gradient(135deg, #064e3b 0%, #065f46 100%);
}

.help-article-item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.help-article-item:last-child {
    border-bottom: none;
}

body.dark-mode .help-article-item {
    border-bottom-color: #374151;
}

body.dark-mode .article-rating {
    background: #374151;
}

body.dark-mode .search-results {
    background: #374151;
    border: 1px solid #4b5563;
}

body.dark-mode .search-result-item {
    border-bottom-color: #4b5563;
}

body.dark-mode .search-result-item:hover {
    background: #4b5563;
}

body.dark-mode .breadcrumb-nav {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(75, 85, 99, 0.3);
}

body.dark-mode .status-banner {
    background: #f59e0b;
    color: #92400e;
}

/* Enhanced animations */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.help-wa-sticky {
    animation: pulse 2s infinite;
}

.help-category-card.expanded {
    transform: translateY(-2px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Loading states */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Focus styles for accessibility */
.help-search-input:focus,
.help-search-btn:focus,
.help-category-toggle:focus,
.dark-mode-toggle:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Tooltip styles */
.tooltip {
    position: absolute;
    background: #1f2937;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    pointer-events: none;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1f2937;
}

.tooltip.show {
    opacity: 1;
    transform: translateY(-5px);
}
/* BENEFITS SECTION */
.help-benefits {
    padding: 60px 0;
    background: #ffffff;
}

.help-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.help-benefit-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.help-benefit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

.help-benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
    background: linear-gradient(135deg, #667eea, #764ba2);
    margin-bottom: 12px;
}

.help-benefit-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.help-benefit-desc {
    color: #6b7280;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .help-benefits { padding: 40px 0; }
}
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    cursor: pointer;
    font-size: 20px;
    z-index: 1000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top.show {
    display: flex;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #0f172a;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.45);
    border: 2px solid rgba(15, 23, 42, 0.08);
}

.back-to-top:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(102, 126, 234, 0.4);
}

.back-to-top.show:hover {
    box-shadow: 0 16px 32px rgba(245, 158, 11, 0.55);
}

.back-to-top:focus {
    outline: 2px solid #f59e0b;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .back-to-top { bottom: 80px; right: 20px; }
}/* End custom CSS */