/* Başarılı (basarili.php) ve Onay (onay.php) sayfa stilleri - inline'dan ayrıştırıldı */

/* Ortak konteyner - sadece aktifken görünür */
.page.result-page.active{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica','Arial',sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}
.result-page *{margin:0;padding:0;box-sizing:border-box}
.result-page .rp-container{background:#fff;border-radius:24px;padding:40px;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.result-page h1{font-size:32px;font-weight:800;color:#1f2937;margin-bottom:12px}
.result-page p{font-size:16px;color:#6b7280;margin-bottom:24px;line-height:1.6}
.result-page .btn{display:inline-block;background:linear-gradient(to right,#06b6d4,#ec4899);color:#fff;padding:16px 40px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;border:none;cursor:pointer}
.result-page .btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(6,182,212,.4)}

/* Başarılı sayfa özel */
.page.basarili-bg.active{background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%)}
.basarili-bg .icon{width:100px;height:100px;background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:rp-success .6s ease-out}
@keyframes rp-success{0%{transform:scale(0)}50%{transform:scale(1.2)}100%{transform:scale(1)}}
.basarili-bg .icon svg{width:50px;height:50px;fill:#fff}
.basarili-bg .success-box{background:linear-gradient(135deg,#d4fc79 0%,#96e6a1 100%);border-radius:16px;padding:24px;margin-bottom:24px}
.basarili-bg .success-label{font-size:14px;color:#166534;margin-bottom:8px}
.basarili-bg .success-text{font-size:20px;font-weight:700;color:#14532d}
.basarili-bg .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}
.basarili-bg .info-card{background:#f9fafb;border-radius:12px;padding:16px;text-align:center}
.basarili-bg .info-card i{font-size:24px;color:#06b6d4;margin-bottom:8px}
.basarili-bg .info-card .label{font-size:12px;color:#6b7280;margin-bottom:4px}
.basarili-bg .info-card .value{font-size:16px;font-weight:700;color:#1f2937}
.basarili-bg .checkmark{stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;animation:rp-draw .8s ease-out forwards}
@keyframes rp-draw{to{stroke-dashoffset:0}}
.confetti{position:fixed;width:10px;height:10px;background:#ff0;top:-10px;animation:rp-fall 3s linear infinite;pointer-events:none;z-index:9998}
@keyframes rp-fall{to{transform:translateY(100vh) rotate(720deg)}}

/* Onay sayfa özel */
.page.onay-bg.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}
.onay-bg .icon{width:80px;height:80px;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:rp-pulse 2s infinite}
@keyframes rp-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.onay-bg .icon svg{width:40px;height:40px;fill:#fff}
.onay-bg .order-box{background:#f9fafb;border:2px dashed #e5e7eb;border-radius:16px;padding:24px;margin-bottom:24px}
.onay-bg .order-label{font-size:14px;color:#6b7280;margin-bottom:8px}
.onay-bg .order-id{font-size:32px;font-weight:900;color:#06b6d4;letter-spacing:2px}
.onay-bg .info-list{text-align:left;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:20px;margin-bottom:24px}
.onay-bg .info-item{display:flex;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1px solid #dcfce7}
.onay-bg .info-item:last-child{border-bottom:none}
.onay-bg .info-item i{color:#22c55e;font-size:18px;margin-top:2px}
.onay-bg .info-text{font-size:14px;color:#166534}
.onay-bg .note{font-size:13px;color:#9ca3af;margin-top:20px}
