.archive-page { background: var(--bg-primary, #f8fafc); min-height: 80vh; padding-bottom: 60px; }

/* Pending uyari serit */
.archive-pending { background: #fef2f2; border-bottom: 3px solid #dc2626; padding: 20px 0; }
.archive-pending .container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.archive-pending-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.archive-pending-icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: #dc2626; color: #fff; display: flex; align-items: center; justify-content: center; }
.archive-pending-icon i { font-size: 22px; }
.archive-pending-body { flex: 1; min-width: 260px; }
.archive-pending-title { margin: 0 0 4px 0; font-size: 16px; font-weight: 800; color: #991b1b; }
.archive-pending-text { margin: 0; font-size: 14px; color: #7f1d1d; line-height: 1.5; }
.archive-pending-pay { padding: 12px 24px; background: #dc2626; color: #fff; border-radius: 8px; font-weight: 800; font-size: 14px; text-decoration: none; white-space: nowrap; }
.archive-pending-status { padding: 12px 20px; background: #fff; color: #991b1b; border: 1px solid #fecaca; border-radius: 8px; font-weight: 700; font-size: 13px; text-decoration: none; white-space: nowrap; }

/* Hero */
.archive-hero { background: #2B542C; padding: 60px 0 48px; margin-bottom: 0; }
.archive-hero-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.archive-hero-badge { display: inline-block; background: rgba(255,255,255,.15); color: #fff; font-size: .8rem; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 18px; letter-spacing: .05em; text-transform: uppercase; }
.archive-hero-title { color: #fff; font-size: 2.2rem; font-weight: 900; line-height: 1.2; margin-bottom: 16px; }
.archive-hero-highlight { display: block; color: #fde68a; }
.archive-hero-sub { color: rgba(255,255,255,.8); font-size: 1rem; margin-bottom: 32px; }
.archive-stats-row { display: flex; align-items: center; justify-content: center; gap: 0; background: rgba(255,255,255,.1); border-radius: 12px; padding: 16px 32px; width: fit-content; margin: 0 auto; }
.archive-stat { text-align: center; padding: 0 24px; }
.archive-stat-num { display: block; color: #fde68a; font-size: 1.5rem; font-weight: 900; }
.archive-stat-label { display: block; color: rgba(255,255,255,.75); font-size: .78rem; margin-top: 2px; }
.archive-stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,.2); }

/* Layout */
.archive-layout { display: grid; grid-template-columns: 1fr 360px; gap: 28px; padding: 36px 0; align-items: start; }
.archive-sidebar { position: sticky; top: 90px; align-self: start; z-index: 5; max-height: calc(100vh - 110px); overflow-y: auto; overflow-x: visible; scrollbar-width: thin; }
.archive-sidebar::-webkit-scrollbar { width: 6px; }
.archive-sidebar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
html.dark .archive-sidebar::-webkit-scrollbar-thumb { background: #475569; }
@media(max-width:900px){
    .archive-layout { grid-template-columns: 1fr; }
    .archive-sidebar { position: static; order: -1; }
}

/* Card */
.archive-card { background: var(--bg-card, #fff); border-radius: 14px; padding: 28px; margin-bottom: 20px; box-shadow: 0 1px 8px rgba(0,0,0,.07); }
html.dark .archive-card { background: #1e1e2e; box-shadow: 0 1px 8px rgba(0,0,0,.3); }
.archive-card-title { font-size: 1rem; font-weight: 800; color: var(--text-primary,#111); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.archive-card-title i { color: #3a703b; }

/* Features */
.archive-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.archive-feature-item { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--text-secondary,#374151); padding: 8px 10px; background: var(--bg-secondary,#f8fafc); border-radius: 8px; }
html.dark .archive-feature-item { background: #2a2a3e; color: #d1d5db; }
.archive-feature-icon { font-size: 1.1rem; color: #3a703b; width: 20px; text-align: center; }

/* Steps */
.archive-steps { display: flex; flex-direction: column; gap: 14px; }
.archive-step { display: flex; align-items: flex-start; gap: 14px; }
.archive-step-num { width: 28px; height: 28px; border-radius: 50%; background: #3a703b; color: #fff; font-size: .8rem; font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.archive-step-text { font-size: .9rem; color: var(--text-secondary,#374151); line-height: 1.5; padding-top: 3px; }
html.dark .archive-step-text { color: #d1d5db; }

/* Buy Card */
.archive-buy-card { background: var(--bg-card,#fff); border-radius: 16px; padding: 28px; box-shadow: 0 4px 24px rgba(43,84,44,.12); border: 2px solid #c5e0c6; position: sticky; top: 20px; }
html.dark .archive-buy-card { background: #1e1e2e; border-color: #1e3b1f; }
.archive-buy-header { text-align: center; padding-bottom: 20px; border-bottom: 1px solid var(--border,#f3f4f6); margin-bottom: 20px; }
html.dark .archive-buy-header { border-color: #333; }
.archive-buy-price { font-size: 2.4rem; font-weight: 900; color: #3a703b; }
.archive-buy-label { font-size: .8rem; color: var(--text-muted,#6b7280); margin-top: 4px; }
.archive-logged-in { display: flex; align-items: center; gap: 8px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 10px 14px; font-size: .9rem; color: #166534; margin-bottom: 16px; }
.archive-logged-in i { color: #2B542C; }
.archive-form-group { margin-bottom: 14px; }
.archive-form-group label { display: block; font-size: .85rem; font-weight: 600; color: var(--text-primary,#374151); margin-bottom: 6px; }
html.dark .archive-form-group label { color: #d1d5db; }
.archive-input { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border,#e5e7eb); border-radius: 8px; font-size: .9rem; background: var(--bg-input,#fff); color: var(--text-primary,#111); transition: border-color .2s; }
.archive-input:focus { outline: none; border-color: #3a703b; box-shadow: 0 0 0 3px rgba(43,84,44,.12); }
html.dark .archive-input { background: #2a2a3e; border-color: #444; color: #f9fafb; }

/* Honeypot */
.archive-hp { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }

/* Terms Checkbox */
.archive-terms-check { margin: 16px 0 4px; }
.archive-checkbox-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: .82rem; color: var(--text-secondary,#374151); line-height: 1.5; }
html.dark .archive-checkbox-label { color: #d1d5db; }
.archive-checkbox-label a { color: #3a703b; font-weight: 700; text-decoration: underline; }
.archive-checkbox-label a:hover { color: #2B542C; }
.archive-checkbox { width: 18px; height: 18px; border: 2px solid var(--border,#d1d5db); border-radius: 4px; flex-shrink: 0; margin-top: 2px; accent-color: #3a703b; cursor: pointer; }
.archive-checkbox.is-invalid { border-color: #ef4444; }
.archive-terms-error { color: #ef4444; font-size: .78rem; margin-top: 4px; padding-left: 28px; }
.archive-buy-btn { width: 100%; padding: 14px; background: #2B542C; color: #fff; border: none; border-radius: 10px; font-size: 1rem; font-weight: 800; cursor: pointer; transition: filter .2s,transform .2s; margin-top: 8px; }
.archive-buy-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.archive-buy-note { text-align: center; font-size: .78rem; color: var(--text-muted,#9ca3af); margin-top: 10px; }
.archive-trust { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border,#f3f4f6); }
html.dark .archive-trust { border-color: #333; }
.archive-trust-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--text-muted,#6b7280); }
.archive-trust-item i { color: #3a703b; width: 16px; }

/* Self-service resend link */
.archive-resend { margin-top: 16px; padding-top: 14px; border-top: 1px dashed #e5e7eb; text-align: center; font-size: .8rem; color: var(--text-muted,#6b7280); }
.archive-resend a { color: #2B542C; font-weight: 700; text-decoration: underline; }
html.dark .archive-resend { border-top-color: #333; }

@media(max-width:480px){
    .archive-hero-title { font-size: 1.6rem; }
    .archive-features-grid { grid-template-columns: 1fr; }
    .archive-stats-row { gap: 0; padding: 12px 16px; }
    .archive-stat { padding: 0 12px; }
}
