.support-module__cd0qgq__root{--navy:#1e3a5f;--navy-dark:#152b47;--teal:#2563eb;--teal-hover:#1e40af;--teal-pale:#eff6ff;--teal-soft:#dbeafe;--bg:#f8fafc;--bg-white:#fff;--bg-light:#f1f5f9;--text:#1f2937;--text-mid:#374151;--text-muted:#374151;--text-light:#6b7280;--border:#e2e8f0;--border-mid:#cbd5e1;--green:#059669;--green-bg:#ecfdf5;--radius:10px;--radius-lg:16px;--shadow-sm:0 2px 8px #1e3a5f12;--shadow:0 4px 20px #1e3a5f17;--t:.2s ease;font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}.support-module__cd0qgq__nav{z-index:400;background:var(--navy-dark);justify-content:space-between;align-items:center;height:60px;padding:0 5rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000002e}.support-module__cd0qgq__navLogo{cursor:pointer;align-items:center;gap:.5rem;text-decoration:none;display:flex}.support-module__cd0qgq__navDot{background:var(--teal);border-radius:50%;width:7px;height:7px}.support-module__cd0qgq__navName{font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;color:#fff;font-size:1.2rem;font-weight:700}.support-module__cd0qgq__navName em{color:var(--teal);font-style:normal}.support-module__cd0qgq__navLinks{gap:2.25rem;display:flex}.support-module__cd0qgq__navLinks a{color:#ffffffb8;transition:color var(--t);font-size:.875rem;font-weight:500;text-decoration:none}.support-module__cd0qgq__navLinks a:hover{color:#fff}.support-module__cd0qgq__navLinkActive{border-bottom:2px solid var(--teal);padding-bottom:2px;color:#fff!important}.support-module__cd0qgq__navBtn{color:var(--navy);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;transition:background var(--t);background:#fff;border:none;border-radius:50px;padding:.45rem 1.25rem;text-decoration:none}.support-module__cd0qgq__navBtn:hover{background:var(--bg-light)}.support-module__cd0qgq__pageHeader{background:var(--bg-white);border-bottom:1px solid var(--border);text-align:center;padding:3rem 2rem 2.5rem}.support-module__cd0qgq__pageHeaderEyebrow{letter-spacing:2.5px;text-transform:uppercase;color:var(--teal-hover);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.support-module__cd0qgq__pageHeader h1{font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;color:var(--navy);margin-bottom:.5rem;font-size:2rem;font-weight:700}.support-module__cd0qgq__pageHeader p{color:var(--text-muted);max-width:400px;margin:0 auto;font-size:1rem}.support-module__cd0qgq__chatOuter{max-width:680px;margin:0 auto;padding:3rem 1.5rem 5rem}.support-module__cd0qgq__botRow{align-items:flex-end;gap:.75rem;margin-bottom:1.5rem;display:flex}.support-module__cd0qgq__botAvatar{background:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.support-module__cd0qgq__botBubble{background:var(--bg-white);border:1px solid var(--border);color:var(--text-mid);box-shadow:var(--shadow-sm);border-radius:18px 18px 18px 4px;max-width:520px;padding:.9rem 1.25rem;font-size:.95rem;line-height:1.6}.support-module__cd0qgq__botBubble strong{color:var(--navy)}.support-module__cd0qgq__chatStep{opacity:0;margin-bottom:1.25rem;transition:opacity .35s,transform .35s;transform:translateY(12px)}.support-module__cd0qgq__chatStep.support-module__cd0qgq__visible{opacity:1;transform:translateY(0)}.support-module__cd0qgq__userRow{opacity:0;justify-content:flex-end;margin-bottom:1.25rem;transition:opacity .3s,transform .3s;display:flex;transform:translateY(8px)}.support-module__cd0qgq__userRow.support-module__cd0qgq__visible{opacity:1;transform:translateY(0)}.support-module__cd0qgq__userBubble{background:var(--teal);color:#fff;word-break:break-word;border-radius:18px 18px 4px;max-width:360px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500}.support-module__cd0qgq__chatInputWrap{margin-bottom:0;position:relative}.support-module__cd0qgq__chatInput{border:1.5px solid var(--border-mid);width:100%;font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;color:var(--text);background:var(--bg-white);transition:border-color var(--t), box-shadow var(--t);border-radius:50px;outline:none;padding:.85rem 3.5rem .85rem 1.25rem;font-size:1rem}.support-module__cd0qgq__chatInput:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2563eb1a}.support-module__cd0qgq__chatInput::placeholder{color:var(--text-light)}.support-module__cd0qgq__chatInput:disabled{opacity:.5}.support-module__cd0qgq__chatSendBtn{background:var(--teal);cursor:pointer;width:36px;height:36px;transition:background var(--t);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.support-module__cd0qgq__chatSendBtn:hover{background:var(--teal-hover)}.support-module__cd0qgq__chatSendBtn:disabled{background:var(--border-mid);cursor:not-allowed}.support-module__cd0qgq__chatTextarea{border:1.5px solid var(--border-mid);width:100%;font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;color:var(--text);background:var(--bg-white);resize:none;transition:border-color var(--t), box-shadow var(--t);border-radius:16px;outline:none;min-height:100px;padding:.85rem 1.25rem;font-size:1rem}.support-module__cd0qgq__chatTextarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2563eb1a}.support-module__cd0qgq__chatTextarea::placeholder{color:var(--text-light)}.support-module__cd0qgq__chatTextareaError{border-color:#ef4444}.support-module__cd0qgq__noOrderWrap{margin-top:.6rem}.support-module__cd0qgq__noOrderLabel{cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.support-module__cd0qgq__noOrderLabel input[type=checkbox]{width:15px;height:15px;accent-color:var(--teal);cursor:pointer}.support-module__cd0qgq__btnSend{background:var(--teal);color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:700;font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;transition:background var(--t), transform var(--t);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;display:flex;box-shadow:0 4px 14px #2563eb40}.support-module__cd0qgq__btnSend:hover{background:var(--teal-hover);transform:translateY(-1px)}.support-module__cd0qgq__btnSend:disabled{opacity:.7;cursor:not-allowed;transform:none}.support-module__cd0qgq__progressDots{justify-content:center;gap:.4rem;margin-bottom:2rem;display:flex}.support-module__cd0qgq__dot{background:var(--border-mid);width:8px;height:8px;transition:background var(--t);border-radius:50%}.support-module__cd0qgq__dotActive{background:var(--teal)}.support-module__cd0qgq__dotDone{background:var(--teal-hover)}.support-module__cd0qgq__confirmWrap{text-align:center;padding:2rem 0}.support-module__cd0qgq__confirmIcon{background:var(--green-bg);border:2px solid #a7f3d0;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.support-module__cd0qgq__confirmTitle{font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;color:var(--navy);margin-bottom:.6rem;font-size:1.7rem}.support-module__cd0qgq__confirmSub{color:var(--text-muted);max-width:380px;margin:0 auto 2rem;font-size:1rem;line-height:1.7}.support-module__cd0qgq__confirmDetail{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);margin-bottom:2rem;padding:1rem 1.25rem;font-size:.875rem}.support-module__cd0qgq__confirmDetail strong{color:var(--text)}.support-module__cd0qgq__btnHome{background:var(--teal);color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;transition:background var(--t);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 2rem;text-decoration:none;display:inline-flex}.support-module__cd0qgq__btnHome:hover{background:var(--teal-hover)}.support-module__cd0qgq__faqStrip{background:var(--bg-white);border-top:1px solid var(--border);padding:3rem 2rem}.support-module__cd0qgq__faqInner{max-width:680px;margin:0 auto}.support-module__cd0qgq__faqTitle{font-family:var(--font-dm-sans), "DM Sans", -apple-system, sans-serif;color:var(--navy);margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.support-module__cd0qgq__faqGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.support-module__cd0qgq__faqItem{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-mid);cursor:pointer;transition:border-color var(--t), color var(--t), background var(--t);align-items:center;gap:.5rem;padding:1rem 1.1rem;font-size:.875rem;display:flex}.support-module__cd0qgq__faqItem:hover{border-color:var(--teal);color:var(--navy);background:var(--teal-pale)}.support-module__cd0qgq__faqArrow{color:var(--teal);flex-shrink:0}@media (max-width:768px){.support-module__cd0qgq__nav{padding:0 1.5rem}.support-module__cd0qgq__navLinks{display:none}.support-module__cd0qgq__chatOuter{padding:2rem 1rem 4rem}.support-module__cd0qgq__faqStrip{padding:2rem 1rem}.support-module__cd0qgq__faqGrid{grid-template-columns:1fr}}
