.thanks-container[data-astro-cid-pxt24rmx]{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.thanks-content[data-astro-cid-pxt24rmx]{max-width:560px;text-align:center;background:var(--bg-alt);padding:36px;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.success-icon[data-astro-cid-pxt24rmx]{margin-bottom:20px}.success-icon[data-astro-cid-pxt24rmx] svg[data-astro-cid-pxt24rmx]{width:64px;height:64px}.thanks-content[data-astro-cid-pxt24rmx] h1[data-astro-cid-pxt24rmx]{font-size:2.5rem;font-weight:700;color:var(--text);margin:0 0 16px}.thanks-message[data-astro-cid-pxt24rmx]{font-size:1.2rem;color:var(--text-light);margin-bottom:32px;line-height:1.6}.payment-info[data-astro-cid-pxt24rmx]{background:var(--bg);padding:24px;border-radius:var(--radius);border:1px solid var(--border);margin:24px 0;text-align:left}.payment-info[data-astro-cid-pxt24rmx] h3[data-astro-cid-pxt24rmx]{font-size:1.25rem;color:var(--text);margin:0 0 16px;text-align:center}.payment-details[data-astro-cid-pxt24rmx]{display:flex;flex-direction:column;gap:12px}.detail-item[data-astro-cid-pxt24rmx]{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border)}.detail-item[data-astro-cid-pxt24rmx]:last-child{border-bottom:none}.detail-item[data-astro-cid-pxt24rmx] .label[data-astro-cid-pxt24rmx]{font-weight:600;color:var(--text-light)}.detail-item[data-astro-cid-pxt24rmx] .value[data-astro-cid-pxt24rmx]{font-weight:700;color:var(--text)}.detail-item[data-astro-cid-pxt24rmx] .value[data-astro-cid-pxt24rmx].status-success{color:#10b981}.detail-item[data-astro-cid-pxt24rmx] .value[data-astro-cid-pxt24rmx].status-fail{color:#ef4444}.next-steps[data-astro-cid-pxt24rmx]{background:var(--bg);padding:24px;border-radius:var(--radius);border:1px solid var(--border);margin:32px 0;text-align:left}.next-steps[data-astro-cid-pxt24rmx] h2[data-astro-cid-pxt24rmx]{font-size:1.5rem;color:var(--text);margin:0 0 20px;text-align:center}.steps-list[data-astro-cid-pxt24rmx]{list-style:none;padding:0;margin:0;counter-reset:step-counter}.steps-list[data-astro-cid-pxt24rmx] li[data-astro-cid-pxt24rmx]{position:relative;padding-left:40px;margin-bottom:20px;color:var(--text-light);line-height:1.6;counter-increment:step-counter}.steps-list[data-astro-cid-pxt24rmx] li[data-astro-cid-pxt24rmx]:before{content:counter(step-counter);position:absolute;left:0;top:0;background:var(--accent);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600}.telegram-link[data-astro-cid-pxt24rmx]{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;text-decoration:none;font-weight:700;margin-top:8px;padding:12px 18px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius);transition:var(--transition)}.telegram-link[data-astro-cid-pxt24rmx]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.contact-info[data-astro-cid-pxt24rmx]{margin:32px 0;padding:24px;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border)}.contact-info[data-astro-cid-pxt24rmx] h3[data-astro-cid-pxt24rmx]{font-size:1.25rem;color:var(--text);margin:0 0 16px}.contact-methods[data-astro-cid-pxt24rmx]{display:flex;flex-direction:column;gap:12px;align-items:center}.contact-method[data-astro-cid-pxt24rmx]{display:flex;align-items:center;gap:12px;color:var(--text-light);text-decoration:none;padding:12px 20px;background:var(--bg-alt);border-radius:var(--radius-sm);transition:var(--transition);min-width:200px;justify-content:center}.contact-method[data-astro-cid-pxt24rmx]:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}.actions[data-astro-cid-pxt24rmx]{display:flex;gap:16px;justify-content:center;margin-top:32px}.btn[data-astro-cid-pxt24rmx]{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:1rem;text-decoration:none;transition:var(--transition);border:none;cursor:pointer}.btn-primary[data-astro-cid-pxt24rmx]{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;box-shadow:var(--shadow)}.btn-primary[data-astro-cid-pxt24rmx]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary[data-astro-cid-pxt24rmx]{background:var(--bg);color:var(--text);border:2px solid var(--border)}.btn-secondary[data-astro-cid-pxt24rmx]:hover{background:var(--bg-alt);border-color:var(--accent);transform:translateY(-1px)}@media (max-width: 768px){.thanks-container[data-astro-cid-pxt24rmx]{padding:24px 12px}.thanks-content[data-astro-cid-pxt24rmx]{padding:20px 16px;border-radius:12px}.success-icon[data-astro-cid-pxt24rmx] svg[data-astro-cid-pxt24rmx]{width:56px;height:56px}.thanks-content[data-astro-cid-pxt24rmx] h1[data-astro-cid-pxt24rmx]{font-size:1.8rem;margin-bottom:10px}.thanks-message[data-astro-cid-pxt24rmx]{font-size:1rem;margin-bottom:20px}.payment-info[data-astro-cid-pxt24rmx],.next-steps[data-astro-cid-pxt24rmx],.contact-info[data-astro-cid-pxt24rmx]{padding:16px;margin:16px 0}.steps-list[data-astro-cid-pxt24rmx] li[data-astro-cid-pxt24rmx]{padding-left:28px;margin-bottom:14px}.steps-list[data-astro-cid-pxt24rmx] li[data-astro-cid-pxt24rmx]:before{width:18px;height:18px;font-size:.75rem;top:2px}.telegram-link[data-astro-cid-pxt24rmx]{width:100%;padding:14px}.actions[data-astro-cid-pxt24rmx]{flex-direction:column;align-items:stretch}.btn[data-astro-cid-pxt24rmx]{width:100%;max-width:none;min-height:48px;touch-action:manipulation}.contact-methods[data-astro-cid-pxt24rmx]{align-items:stretch}.contact-method[data-astro-cid-pxt24rmx]{min-width:auto;width:100%}}
