*, *::before, *::after { box-sizing: border-box; }
body.digo-help-page {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f6f7fb;
    color: #111827;
    -webkit-font-smoothing: antialiased;
}
.digo-help-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 20px 64px;
}

.digo-support-notice{margin:0 0 18px;padding:12px 14px;border-radius:10px;font-size:14px;font-weight:650}.digo-support-notice.success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}.digo-support-notice.error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.digo-security-guidance{margin:0 0 18px;padding:12px 14px;border:1px solid #fde68a;border-radius:10px;background:#fffbeb;color:#854d0e;font-size:13px;line-height:1.55}

/* Breadcrumb */
.digo-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 20px;
}
.digo-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}
.digo-breadcrumb a:hover { color: #4f46e5; }
.digo-breadcrumb span { color: #9ca3af; }

/* Hero Section */
.digo-help-hero {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 36px 40px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    position: relative;
}
.digo-help-hero-content { flex: 1; }
.digo-help-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.1;
}
.digo-help-hero p {
    margin: 0 0 20px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    max-width: 420px;
}
.digo-help-hero-img {
    flex-shrink: 0;
    width: 240px;
    height: 180px;
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
}

/* Search Box */
.digo-help-search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 16px;
    max-width: 420px;
}
.digo-help-search svg { color: #9ca3af; flex-shrink: 0; }
.digo-help-search input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #374151;
    width: 100%;
}
.digo-help-search input::placeholder { color: #9ca3af; }

/* Section Heading */
.digo-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
}

/* Contact Cards Grid */
.digo-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px;
}
.digo-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px;
    border-right: 1px solid #f3f4f6;
}
.digo-contact-card:last-child { border-right: none; }
.digo-contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 26px;
}
.digo-contact-icon.wa { background: #dcfce7; }
.digo-contact-icon.phone { background: #dbeafe; }
.digo-contact-icon.email { background: #ede9fe; }
.digo-contact-icon.docs { background: #fef3c7; }
.digo-contact-card h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}
.digo-contact-card p {
    margin: 0 0 16px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.55;
}
.digo-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
}
.digo-contact-btn.wa-btn {
    border-color: #22c55e;
    color: #16a34a;
    background: #fff;
}
.digo-contact-btn.wa-btn:hover { background: #dcfce7; }
.digo-contact-btn.phone-btn {
    border-color: #3b82f6;
    color: #2563eb;
    background: #fff;
}
.digo-contact-btn.phone-btn:hover { background: #dbeafe; }
.digo-contact-btn.email-btn {
    border-color: #8b5cf6;
    color: #7c3aed;
    background: #fff;
}
.digo-contact-btn.email-btn:hover { background: #ede9fe; }
.digo-contact-btn.docs-btn {
    border-color: #f59e0b;
    color: #d97706;
    background: #fff;
}
.digo-contact-btn.docs-btn:hover { background: #fef3c7; }
.digo-contact-btn.disabled-btn {
    border-color: #e5e7eb;
    color: #9ca3af;
    background: #f9fafb;
    cursor: not-allowed;
}

/* Main Two Column Layout */
.digo-help-main-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 20px;
    margin-bottom: 28px;
    align-items: start;
}

/* Support Request Form */
.digo-support-form-wrap {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px;
}
.digo-form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}
.digo-form-header-icon {
    width: 42px;
    height: 42px;
    background: #eef2ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.digo-form-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}
.digo-form-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 22px;
}
.digo-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}
.digo-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.digo-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}
.digo-form-group input,
.digo-form-group select,
.digo-form-group textarea {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 13px;
    color: #374151;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    width: 100%;
}
.digo-form-group input:focus,
.digo-form-group select:focus,
.digo-form-group textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08);
}
.digo-form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}
.digo-form-group textarea {
    resize: vertical;
    min-height: 100px;
}
.digo-form-group.full { grid-column: 1 / -1; }
.digo-form-group label span.optional {
    font-weight: 400;
    color: #9ca3af;
    font-size: 12px;
}

/* WP Login section */
.digo-wp-login-toggle {
    color: #4f46e5;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 14px;
    display: inline-block;
    text-decoration: none;
}
.digo-wp-login-section {
    background: #fafafa;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}
.digo-wp-login-section .digo-form-row { margin-bottom: 0; }
.digo-wp-login-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6b7280;
    margin-top: 10px;
}
.digo-pw-wrap { position: relative; }
.digo-pw-wrap input { padding-right: 38px; }
.digo-pw-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #9ca3af;
    background: none;
    border: none;
    padding: 0;
    display: flex;
}

/* File Upload */
.digo-file-upload {
    border: 1.5px dashed #d1d5db;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: border-color 0.2s;
}
.digo-file-upload:hover { border-color: #6366f1; }
.digo-file-upload p {
    margin: 6px 0 0;
    font-size: 12px;
    color: #9ca3af;
}
.digo-file-upload span { color: #4f46e5; font-weight: 600; }
.digo-file-upload-icon { font-size: 28px; margin-bottom: 4px; }

/* Submit Button */
.digo-submit-btn {
    width: 100%;
    padding: 13px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    transition: opacity 0.2s;
    font-family: inherit;
}
.digo-submit-btn:hover { opacity: 0.92; }

/* Sidebar */
.digo-help-sidebar {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px;
}
.digo-sidebar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.digo-sidebar-header-icon {
    width: 36px;
    height: 36px;
    background: #eef2ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.digo-sidebar-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}
.digo-sidebar-subtitle {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 18px;
}
.digo-doc-list { list-style: none; margin: 0 0 16px; padding: 0; }
.digo-doc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    text-decoration: none;
}
.digo-doc-item:last-child { border-bottom: none; }
.digo-doc-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}
.digo-doc-item-icon.blue { background: #dbeafe; }
.digo-doc-item-icon.purple { background: #ede9fe; }
.digo-doc-item-icon.orange { background: #fef3c7; }
.digo-doc-item-icon.red { background: #fee2e2; }
.digo-doc-item-icon.green { background: #dcfce7; }
.digo-doc-item-icon.indigo { background: #e0e7ff; }
.digo-doc-item-content { flex: 1; }
.digo-doc-item-content strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}
.digo-doc-item-content span {
    font-size: 12px;
    color: #6b7280;
}
.digo-doc-item-arrow { color: #9ca3af; }
.digo-explore-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 11px;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    font-family: inherit;
}
.digo-explore-btn:hover { border-color: #6366f1; color: #4f46e5; }

/* Popular Help Topics */
.digo-topics-section {
    margin-bottom: 28px;
}
.digo-topics-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}
.digo-topic-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 16px;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.digo-topic-card:hover {
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.1);
    border-color: #c7d2fe;
}
.digo-topic-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 20px;
}
.digo-topic-icon.purple { background: #ede9fe; }
.digo-topic-icon.green { background: #dcfce7; }
.digo-topic-icon.orange { background: #fef3c7; }
.digo-topic-icon.blue { background: #dbeafe; }
.digo-topic-icon.teal { background: #ccfbf1; }
.digo-topic-card h4 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}
.digo-topic-card p {
    margin: 0 0 12px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.55;
}
.digo-topic-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #4f46e5;
    text-decoration: none;
}
.digo-topic-link:hover { text-decoration: underline; }

/* Still Need Help Banner */
.digo-still-help-banner {
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    border: 1px solid #c7d2fe;
    border-radius: 20px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.digo-still-help-content h2 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
    color: #3730a3;
}
.digo-still-help-content p {
    margin: 0 0 20px;
    color: #4338ca;
    font-size: 15px;
    font-weight: 500;
}
.digo-still-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: #fff;
    border: 2px solid #4f46e5;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #4f46e5;
    text-decoration: none;
    transition: all 0.2s;
}
.digo-still-help-btn:hover { background: #4f46e5; color: #fff; }
.digo-still-help-img {
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    background: rgba(255,255,255,0.5);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
}


.digo-help-search-empty{margin:18px 0 0;padding:22px;border:1px dashed #cbd5e1;border-radius:14px;background:#fff;color:#64748b;text-align:center;font-size:14px}
[data-digo-help-search][hidden],.digo-doc-list li[hidden]{display:none!important}
.digo-file-upload{cursor:pointer}
.digo-file-upload:focus-within,.digo-file-upload:focus-visible{outline:3px solid rgba(79,70,229,.25);outline-offset:3px}
.digo-file-upload-copy,.digo-file-upload-help{display:block}
.digo-file-upload-copy{font-size:13px;color:#374151}
.digo-file-upload-help{font-size:12px;color:#6b7280}

/* Responsive */
@media (max-width: 1024px) {
    .digo-topics-grid { grid-template-columns: repeat(3, 1fr); }
    .digo-contact-grid { grid-template-columns: repeat(2, 1fr); }
    .digo-contact-card { border-right: none; border-bottom: 1px solid #f3f4f6; }
    .digo-contact-card:nth-child(2n) { border-bottom: none; }
}
@media (max-width: 900px) {
    .digo-help-main-grid { grid-template-columns: 1fr; }
    .digo-topics-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .digo-help-wrap { padding: 16px 14px 48px; }
    .digo-help-hero { padding: 24px 20px; flex-direction: column; }
    .digo-help-hero-img { width: 100%; height: 140px; }
    .digo-contact-grid { grid-template-columns: 1fr; padding: 16px; }
    .digo-form-row { grid-template-columns: 1fr; }
    .digo-topics-grid { grid-template-columns: 1fr 1fr; }
    .digo-still-help-banner { flex-direction: column; padding: 24px 20px; }
    .digo-still-help-img { display: none; }
    .digo-wp-login-section .digo-form-row { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
    .digo-topics-grid { grid-template-columns: 1fr; }
}

.digo-help-search-empty[hidden] { display: none !important; }
