.azw { background: var(--bg2); border-radius: var(--radius); padding: 28px; position: relative; }
.azw [hidden] { display: none !important; }
.azw-head h2 { margin: 0 0 6px; font-size: 1.4rem; color: var(--white); }
.azw-subtitle { color: var(--text); margin: 0 0 10px; }
.azw-badge { display: inline-block; background: rgba(232,93,4,0.15); color: var(--accent); padding: 4px 10px; border-radius: 999px; font-size: 0.78rem; font-weight: 600; }

.azw-progress { margin: 20px 0; }
.azw-progress-track { height: 6px; background: rgba(255,255,255,0.08); border-radius: 999px; overflow: hidden; }
.azw-progress-fill { height: 100%; background: var(--accent); transition: width 0.3s ease; }
.azw-progress-text { margin-top: 6px; font-size: 0.8rem; color: var(--text-dim); }

.azw-step h3 { color: var(--white); margin: 0 0 14px; font-size: 1.05rem; }
.azw-optional { color: var(--text-dim); font-weight: 400; font-size: 0.85rem; }
.azw-field-label { color: var(--text); font-weight: 600; font-size: 0.85rem; margin: 18px 0 8px; }

.azw-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; margin-bottom: 8px; }
.azw-card { position: relative; display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: var(--bg); border: 1.5px solid rgba(255,255,255,0.08); border-radius: var(--radius); cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease; }
.azw-card input { position: absolute; opacity: 0; width: 0; height: 0; }
.azw-card span { color: var(--text); font-size: 0.9rem; font-weight: 500; }
.azw-card:hover { border-color: rgba(232,93,4,0.4); }
.azw-card.selected { border-color: var(--accent); background: rgba(232,93,4,0.08); }
.azw-card.selected span { color: var(--white); }

.azw-other-field { margin: 8px 0 16px; }
.azw-other-field input { width: 100%; background: var(--bg); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 11px 14px; color: var(--white); font-family: inherit; }

.azw-honeypot { position: absolute; left: -9999px; top: -9999px; height: 0; width: 0; overflow: hidden; }

.azw-upload-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; background: var(--accent); color: #fff; border-radius: var(--radius); font-weight: 600; font-size: 0.9rem; cursor: pointer; }
.azw-upload-hint { color: var(--text-dim); font-size: 0.78rem; margin: 8px 0 16px; }
.azw-recommend { color: var(--accent); font-size: 0.85rem; font-weight: 600; }
.azw-photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; }
.azw-photo { position: relative; width: 100%; aspect-ratio: 1; border-radius: 8px; overflow: hidden; background: var(--bg); display: flex; align-items: center; justify-content: center; color: var(--text-dim); font-size: 0.75rem; text-align: center; }
.azw-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.azw-photo-remove { position: absolute; top: 4px; right: 4px; width: 22px; height: 22px; border-radius: 50%; border: none; background: rgba(0,0,0,0.65); color: #fff; cursor: pointer; line-height: 1; font-size: 14px; }

.azw-char-count { text-align: right; font-size: 0.75rem; color: var(--text-dim); margin-top: 4px; }

.azw-checkbox { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px; cursor: pointer; }
.azw-checkbox input { margin-top: 4px; flex-shrink: 0; }
.azw-checkbox span { color: var(--text); font-size: 0.88rem; line-height: 1.5; }
.azw-checkbox a { color: var(--accent); }

.azw-summary-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.azw-summary-label { display: block; font-size: 0.75rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.03em; }
.azw-summary-value { display: block; color: var(--white); font-weight: 600; margin-top: 2px; }
.azw-summary-edit { background: none; border: 1px solid rgba(255,255,255,0.15); color: var(--text); border-radius: 6px; padding: 6px 12px; font-size: 0.78rem; cursor: pointer; white-space: nowrap; }
.azw-summary-edit:hover { border-color: var(--accent); color: var(--accent); }

.azw-nav { display: flex; gap: 12px; margin-top: 24px; }
.azw-nav .azw-next, .azw-nav .azw-prev { flex: 1; justify-content: center; }
.azw-nav .azw-submit { flex: 1; }
.azw-disclaimer { text-align: center; color: var(--text-dim); font-size: 0.78rem; margin-top: 10px; }

.azw-error { margin-top: 14px; padding: 12px 14px; background: rgba(220,38,38,0.12); border: 1px solid rgba(220,38,38,0.3); color: #fca5a5; border-radius: var(--radius); font-size: 0.85rem; }

.azw-success { text-align: center; padding: 20px 10px; }
.azw-success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(34,197,94,0.15); color: #22c55e; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.azw-success h3 { color: var(--white); margin: 0 0 8px; }
.azw-success p { color: var(--text); }
.azw-lead-number { color: var(--accent) !important; font-weight: 600; }

.azw-trust { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); }
.azw-trust div { display: flex; align-items: center; gap: 6px; color: var(--text-dim); font-size: 0.78rem; }
.azw-trust svg { color: var(--accent); flex-shrink: 0; }

@media (max-width: 600px) {
    .azw { padding: 20px 16px; }
    .azw-cards { grid-template-columns: 1fr; }
    .azw-nav { position: sticky; bottom: 0; background: var(--bg2); padding-top: 12px; margin-top: 16px; }
}
