.gp-wrap{min-height:100vh;background:linear-gradient(135deg,#f9eff4,#fdf8f5 45%,#eef4f0);padding:40px 5% 60px}.gp-inner{max-width:960px;margin:0 auto}.gp-back{font-size:.82rem;font-weight:600;color:var(--rose-dark);display:inline-block;margin-bottom:28px}.gp-back:hover{text-decoration:underline}.gp-head{text-align:center;margin-bottom:40px}.gp-badge{display:inline-flex;align-items:center;gap:8px;background:var(--rose-light);color:var(--rose-dark);padding:6px 16px;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:18px}.gp-head h1{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.2;margin-bottom:14px}.gp-head h1 em{color:var(--rose-dark);font-style:italic}.gp-head p{font-size:.95rem;color:var(--text-mid);line-height:1.7;max-width:560px;margin:0 auto}.gp-grid{display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:start}.gp-steps{display:flex;flex-direction:column;gap:14px}.gp-step{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px 22px;display:flex;gap:16px;align-items:flex-start}.gp-step-num{width:34px;height:34px;flex-shrink:0;border-radius:50%;background:var(--rose-light);color:var(--rose-dark);font-weight:700;font-size:.92rem;display:flex;align-items:center;justify-content:center}.gp-step h3{font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;margin-bottom:4px;color:var(--text)}.gp-step p{font-size:.82rem;color:var(--text-mid);line-height:1.6}.gp-note{font-size:.78rem;color:var(--text-light);line-height:1.6;padding:0 6px}.gp-form-card{background:#fff;border-radius:24px;border:1px solid var(--border);padding:32px;box-shadow:0 8px 40px rgba(200,132,154,.1)}.gp-form-card h2{font-size:1.35rem;margin-bottom:6px}.gp-form-card>p{font-size:.83rem;color:var(--text-mid);margin-bottom:20px;line-height:1.5}.gp-amounts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:4px}.gp-amount{padding:11px 8px;border-radius:12px;border:1.5px solid var(--border);background:#fff;color:var(--text-mid);font-size:.86rem;font-weight:600;cursor:pointer;transition:all .18s;font-family:Inter,sans-serif;white-space:nowrap;display:flex;flex-direction:column;gap:2px;align-items:center}.gp-amount small{font-size:.72rem;font-weight:500;color:var(--text-light)}.gp-amount.on small{color:var(--rose-dark)}.gp-amount.on,.gp-amount:hover{border-color:var(--rose)}.gp-amount.on{background:var(--rose-light);color:var(--rose-dark)}.gp-sec{display:flex;gap:12px;align-items:flex-start;margin:10px 0 2px}.gp-sec:first-child{margin-top:0}.gp-sec-num{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:var(--rose-light);color:var(--rose-dark);font-weight:700;font-size:.82rem;display:flex;align-items:center;justify-content:center}.gp-sec strong{display:block;font-size:.92rem;color:var(--text)}.gp-sec small{display:block;font-size:.75rem;color:var(--text-light);margin-top:2px;line-height:1.4}.gp-select{padding:13px 16px;border:2px solid var(--border);border-radius:12px;font-size:.88rem;font-family:Inter,sans-serif;background:#fff;color:var(--text);outline:none;width:100%}.gp-select:focus{border-color:var(--rose)}.gp-textarea{padding:13px 16px;border:2px solid var(--border);border-radius:12px;font-size:.88rem;font-family:Inter,sans-serif;background:#fff;color:var(--text);outline:none;resize:vertical;min-height:74px}.gp-textarea:focus{border-color:var(--rose)}.gp-preset{font-size:.75rem;color:var(--text-light);background:var(--warm);border-radius:10px;padding:9px 12px;line-height:1.5;margin:0}.gp-done{text-align:center;padding:30px 10px}.gp-done-icon{font-size:2.6rem;margin-bottom:12px}.gp-done h2{font-size:1.35rem;margin-bottom:8px}.gp-done p{font-size:.86rem;color:var(--text-mid);line-height:1.6}@media(max-width:900px){.gp-grid{grid-template-columns:1fr}}