.support-page{background:var(--color-bg);padding:6rem 1.5rem 7rem;width:100%}.support-page__inner{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1120px;width:100%}.support-hero{display:grid;gap:1rem;margin:0 auto;max-width:760px;text-align:center}.support-hero__eyebrow{color:var(--color-secondary);font-family:Amiri,Times New Roman,Garamond,serif;font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.support-hero h1{font-size:clamp(2rem,5vw,3.0625rem);margin:0}.support-hero p{color:var(--color-secondary);font-size:1.125rem;line-height:1.6;margin:0 auto}.support-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.support-hero__actions a{align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;color:inherit;display:inline-flex;gap:.5rem;padding:.75rem 1.1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,color .2s ease}.support-hero__actions a:focus-visible,.support-hero__actions a:hover{box-shadow:0 12px 24px rgba(30,136,229,.18);color:var(--color-primary);outline:none;transform:translateY(-1px)}.support-content-grid{display:grid;gap:2.5rem}.support-content-grid--two-column{align-items:start;grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.support-card{background:var(--color-surface);border:1px solid hsla(30,11%,83%,.5);border-radius:18px;box-shadow:0 18px 36px rgba(34,34,34,.08);padding:clamp(1.75rem,3vw,2.5rem)}.support-card header{margin-bottom:1.5rem}.support-card h2{font-size:1.75rem;margin-bottom:.25rem}.support-card li,.support-card p{color:var(--color-secondary);font-size:1.05rem;line-height:1.6}.support-card ul{display:grid;gap:.5rem;margin-bottom:0;padding-left:.5rem}.support-card ul li::marker{color:var(--color-primary)}.support-form{display:grid;gap:1.5rem}.support-form-fields{display:grid;gap:1rem}.support-form-field{display:grid;gap:.35rem}.support-form-field .form-floating>.form-control,.support-form-field .form-floating>.form-select,.support-form-field textarea.form-control{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;min-height:52px;padding:1rem 1.125rem}.support-form-field .form-floating>label{color:var(--color-secondary-light);padding:.75rem 1.125rem}.support-form-field .form-floating>.form-control:focus,.support-form-field .form-floating>.form-select:focus,.support-form-field textarea.form-control:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(30,136,229,.15)}.support-form textarea.form-control{min-height:168px;resize:vertical}.support-form .invalid-feedback{display:block}.support-honeypot{display:none}.support-hint{color:var(--color-secondary-light);font-size:.95rem;margin:0}.support-secondary-card{background:var(--color-surface-alt);border:1px solid hsla(30,11%,83%,.8)}.support-checklist{display:grid;gap:.75rem;list-style:none;margin:0;padding:0}.support-checklist li{align-items:flex-start;display:flex;gap:.75rem}.support-checklist span{align-items:center;aspect-ratio:1/1;background:rgba(30,136,229,.12);border-radius:50%;color:var(--color-primary);display:inline-flex;font-size:1rem;height:32px;justify-content:center}.support-dropzone{background:var(--color-surface-alt);border:1.5px dashed var(--color-border);border-radius:16px;cursor:pointer;padding:1.75rem 1.5rem;position:relative;text-align:center;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.support-dropzone.is-active,.support-dropzone:focus-visible,.support-dropzone:hover{background:rgba(30,136,229,.08);border-color:var(--color-primary);box-shadow:0 12px 24px rgba(30,136,229,.12);outline:none}.support-dropzone__icon{align-items:center;background:var(--color-surface);border-radius:50%;display:inline-flex;height:48px;justify-content:center;margin-bottom:.75rem;width:48px}.support-dropzone strong,.support-dropzone__icon{color:var(--color-primary)}.support-previews{display:grid;gap:1rem}.support-preview-list{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.support-preview-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;display:grid;gap:.5rem;justify-items:center;padding:.75rem;position:relative;text-align:center}.support-preview-item canvas,.support-preview-item img{border-radius:10px;box-shadow:0 10px 20px rgba(34,34,34,.12);max-width:100%}.support-preview-item__name{font-size:.95rem;word-break:break-word}.support-preview-remove{align-items:center;background:rgba(34,34,34,.68);border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;height:28px;justify-content:center;position:absolute;right:.35rem;top:.35rem;transition:background .2s ease;width:28px}.support-preview-remove:focus-visible,.support-preview-remove:hover{background:var(--color-danger);outline:none}.support-preview-meta{color:var(--color-secondary-light);font-size:.85rem}.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}@media (max-width:992px){.support-page{padding-bottom:5rem;padding-top:4.5rem}.support-content-grid--two-column{grid-template-columns:1fr}.support-hero{text-align:left}}@media (max-width:576px){.support-card{padding:1.5rem}.support-preview-list{grid-template-columns:1fr}}