.help-section:where(.astro-yqn3vs54){background:var(--color-white);padding:var(--space-4xl) var(--space-xl)}.help-wrapper:where(.astro-yqn3vs54){display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4xl)}.knowledge-container:where(.astro-yqn3vs54),.contact-form-container:where(.astro-yqn3vs54){max-width:100%}.knowledge-container:where(.astro-yqn3vs54) h2:where(.astro-yqn3vs54),.contact-form-container:where(.astro-yqn3vs54) h2:where(.astro-yqn3vs54){font-size:var(--font-size-2xl);color:var(--color-primary-navy);margin-bottom:var(--space-lg)}.articles-list:where(.astro-yqn3vs54){display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-2xl)}.article-link:where(.astro-yqn3vs54){display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:var(--color-bg-light);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-decoration:none;transition:all var(--duration-base) var(--ease-out)}.article-link:where(.astro-yqn3vs54):hover{background:var(--color-white);border-color:var(--color-secondary-blue);box-shadow:var(--shadow-md);transform:translate(4px)}.article-icon:where(.astro-yqn3vs54){font-size:1.5rem;flex-shrink:0}.article-title:where(.astro-yqn3vs54){flex:1;font-weight:500;color:var(--color-text-dark)}.article-arrow:where(.astro-yqn3vs54){color:var(--color-secondary-blue);opacity:.6;transition:opacity var(--duration-base) var(--ease-out)}.article-link:where(.astro-yqn3vs54):hover .article-arrow:where(.astro-yqn3vs54){opacity:1}.quick-links-section:where(.astro-yqn3vs54) h3:where(.astro-yqn3vs54){font-size:var(--font-size-lg);color:var(--color-primary-navy);margin-bottom:var(--space-md)}.quick-links:where(.astro-yqn3vs54){display:flex;flex-direction:column;gap:var(--space-sm)}.quick-link:where(.astro-yqn3vs54){padding:var(--space-sm) var(--space-md);color:var(--color-secondary-blue);text-decoration:none;font-weight:500;border-left:3px solid transparent;transition:all var(--duration-base) var(--ease-out)}.quick-link:where(.astro-yqn3vs54):hover{border-left-color:var(--color-secondary-blue);padding-left:var(--space-lg);color:var(--color-primary-navy)}.contact-form:where(.astro-yqn3vs54){background:var(--color-bg-light);padding:var(--space-xl);border-radius:var(--radius-lg)}.form-row:where(.astro-yqn3vs54){display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.form-group:where(.astro-yqn3vs54){margin-bottom:var(--space-lg)}.form-group:where(.astro-yqn3vs54) label:where(.astro-yqn3vs54){display:block;margin-bottom:var(--space-sm);font-weight:500;color:var(--color-text-dark)}.form-group:where(.astro-yqn3vs54) input:where(.astro-yqn3vs54)[type=text],.form-group:where(.astro-yqn3vs54) input:where(.astro-yqn3vs54)[type=email],.form-group:where(.astro-yqn3vs54) input:where(.astro-yqn3vs54)[type=tel],.form-group:where(.astro-yqn3vs54) textarea:where(.astro-yqn3vs54){width:100%;padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--font-size-base);font-family:var(--font-family);transition:all var(--duration-base) var(--ease-out)}.form-group:where(.astro-yqn3vs54) input:where(.astro-yqn3vs54)[type=text]:focus,.form-group:where(.astro-yqn3vs54) input:where(.astro-yqn3vs54)[type=email]:focus,.form-group:where(.astro-yqn3vs54) input:where(.astro-yqn3vs54)[type=tel]:focus,.form-group:where(.astro-yqn3vs54) textarea:where(.astro-yqn3vs54):focus{outline:none;border-color:var(--color-secondary-blue);box-shadow:0 0 0 3px #2563eb1a}.form-group:where(.astro-yqn3vs54) textarea:where(.astro-yqn3vs54){resize:vertical;min-height:120px}.checkbox-group:where(.astro-yqn3vs54){display:flex;align-items:flex-start;gap:var(--space-sm)}.checkbox-group:where(.astro-yqn3vs54) input:where(.astro-yqn3vs54)[type=checkbox]{width:auto;margin-top:4px;cursor:pointer;accent-color:var(--color-secondary-blue)}.checkbox-label:where(.astro-yqn3vs54){margin:0;font-size:var(--font-size-sm);color:var(--color-text-light);line-height:var(--line-height-relaxed)}.checkbox-label:where(.astro-yqn3vs54) a:where(.astro-yqn3vs54){color:var(--color-secondary-blue);text-decoration:underline}.btn-full:where(.astro-yqn3vs54){width:100%}@media(max-width:1024px){.help-wrapper:where(.astro-yqn3vs54){grid-template-columns:1fr;gap:var(--space-2xl)}}@media(max-width:768px){.help-section:where(.astro-yqn3vs54){padding:var(--space-2xl) var(--space-lg)}.knowledge-container:where(.astro-yqn3vs54) h2:where(.astro-yqn3vs54),.contact-form-container:where(.astro-yqn3vs54) h2:where(.astro-yqn3vs54){font-size:var(--font-size-xl)}.form-row:where(.astro-yqn3vs54){grid-template-columns:1fr;gap:var(--space-lg)}.contact-form:where(.astro-yqn3vs54){padding:var(--space-lg)}}.form-status:where(.astro-yqn3vs54){padding:var(--space-md);border-radius:var(--radius-md);font-size:var(--font-size-sm);margin-bottom:var(--space-md);text-align:center}.form-status:where(.astro-yqn3vs54).success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-status:where(.astro-yqn3vs54).error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.btn:where(.astro-yqn3vs54)[disabled]{opacity:.6;cursor:not-allowed}
