:root {
  --bg: #1e293b;
  --bg-soft: #23314a;
  --panel: #0f172a;
  --panel-alt: #1d2a3d;
  --accent: #38bdf8;
  --accent-strong: #0ea5e9;
  --accent-soft: rgba(56, 189, 248, 0.16);
  --accent-contrast: #e0f7ff;
  --orangespot: #f97316;
  --ink: #e2e8f0;
  --ink-strong: #f8fbff;
  --subtle: #a9bdd3;
  --line: rgba(148, 163, 184, 0.28);
  --warning: #f97316;
  --danger: #f87171;
  --success: #34d399;
  --shadow: 0 18px 42px rgba(2, 6, 23, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, var(--bg) 0%, #142033 100%);
  color: var(--ink);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.steg1 {
	  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: var(--accent);
  font-weight: bold;
  z-index: 1000;
}
.steg2 {
  text-align: center;
  color: var(--accent);
  font-weight: bold;
  z-index: 1000;
}
.steg1 small, .steg2 small {
  display: block;
  font-size: 0.8rem;
  color: var(--subtle);
}
.makersworldcontainer {
    text-align: center;
    padding: 10px 20px 20px 20px;
    margin-bottom: 50px;
    background: #141c28;
	color: var(--orangespot);
}
.makersworldcontainer a {
color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(1.4rem, 4vw, 2.0rem);
  transition: color 0.2s ease;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.hero {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.96));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px 26px;
  margin-bottom: 28px;
}

.brand-row {
  position:absolute;
  top:20px;
  left:20px;
  z-index: 1000;
}

.brand-logo {
  width: 56px;
  height: 56px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  line-height: 1.1;
}

.hero p {
  margin: 12px 0 0;
  max-width: 760px;
  color: var(--subtle);
  font-size: 1.05rem;
}

.hero h1 {
  color: var(--ink-strong);
}

.dropzone-panel {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 16px;
  margin-bottom: 24px;
}

.dropzone {
  position: relative;
  border: 2px dashed rgba(56, 189, 248, 0.7);
  border-radius: 22px;
  min-height: 220px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.09), rgba(30, 41, 59, 0.9));
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  overflow: hidden;
}

.file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.dropzone-content {
  position: relative;
  z-index: 1;
}

.dropzone:hover,
.dropzone.dragover,
.dropzone:focus-visible {
  border-color: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(56, 189, 248, 0.16);
  outline: none;
}

.dropzone-content {
  max-width: 520px;
}

.dropzone-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  color: var(--accent);
  opacity: 0.82;
}

.dropzone h2 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  color: var(--ink-strong);
}

.dropzone p {
  margin: 0;
  color: var(--subtle);
  font-size: 1rem;
}

.dropzone .tiny-note {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.85rem;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  color: var(--accent-contrast);
}

.file-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.file-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.96));
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.preview-box {
  position: relative;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(30, 41, 59, 0.78));
  border-bottom: 1px solid var(--line);
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.preview-box img,
.preview-box canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.preview-box canvas {
  object-fit: contain;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(230,239,255,0.85));
  padding: 0;
  margin: 0;
  display: block;
}

.preview-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  color: var(--subtle);
  text-align: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.8));
}

.preview-placeholder strong {
  color: var(--ink-strong);
}

.loading-spinner {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 42px;
  height: 42px;
  border: 4px solid rgba(56, 189, 248, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 0.9s linear infinite;
}

.loading-spinner.hidden {
  display: none;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.file-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  background: rgba(27, 34, 48, 0.8);
  color: #fff;
  padding: 5px 10px;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-body {
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 210px;
}

.meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.file-name {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-word;
  color: var(--ink-strong);
  flex: 1;
}

.remove-btn {
  appearance: none;
  border: none;
  border-radius: 10px;
  background: rgba(248, 113, 113, 0.12);
  color: var(--danger);
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.remove-btn:hover,
.remove-btn:focus-visible {
  background: rgba(224, 81, 93, 0.18);
  transform: translateY(-1px);
  outline: none;
}

.field-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--subtle);
  font-size: 0.78rem;
  font-weight: 600;
}

.field-label textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.62);
  color: var(--ink-strong);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field-label textarea:focus {
  outline: none;
  border-color: rgba(61, 126, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(61, 126, 255, 0.12);
}

.submit-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.hidden {
  display: none !important;
}

.customer-form {
  margin-top: 20px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--subtle);
  font-size: 0.8rem;
  font-weight: 600;
}

.field-block input {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.62);
  color: var(--ink-strong);
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field-block input:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.8);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12);
}

.shipping-section {
  margin-top: 6px;
  margin-bottom: 18px;
}

.section-title {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ink-strong);
  font-weight: 700;
}

.shipping-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.radio-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.62);
  color: var(--ink);
  cursor: pointer;
}

.radio-option input {
  accent-color: var(--warning);
}

.shipping-address {
  margin-top: 18px;
}

.final-submit-row {
  margin-top: 14px;
}

.primary-btn {
  appearance: none;
  border: none;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #082f49;
  border-radius: 14px;
  padding: 15px 26px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(56, 189, 248, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.primary-btn:hover,
.primary-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(56, 189, 248, 0.25);
  outline: none;
}

.primary-btn:disabled {
  opacity: 0.6;
  cursor: progress;
}

.status-message {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  display: none;
  font-weight: 600;
}

.status-message.visible {
  display: block;
}

.status-message.info {
  background: rgba(56, 189, 248, 0.08);
  border-color: rgba(56, 189, 248, 0.22);
  color: var(--accent-contrast);
}

.status-message.success {
  background: rgba(52, 211, 153, 0.08);
  border-color: rgba(52, 211, 153, 0.2);
  color: var(--success);
}

.status-message.error {
  background: rgba(249, 115, 22, 0.08);
  border-color: rgba(249, 115, 22, 0.25);
  color: #ffb178;
}

.faq-section {
  max-width: 1100px;
  margin: 48px auto 0;
  padding: 0 20px 80px;
}

.faq-header {
  margin-bottom: 20px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: var(--ink-strong);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.7);
  box-shadow: var(--shadow);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 22px;
  color: var(--ink-strong);
  font-weight: 700;
  font-size: 1.04rem;
  position: relative;
  transition: background 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.8rem;
  line-height: 1;
}

.faq-item details[open] summary::after {
  content: "−";
}

.faq-item details[open] summary,
.faq-item summary:hover,
.faq-item summary:focus-visible {
  background: rgba(56, 189, 248, 0.08);
  outline: none;
}

.faq-answer {
  padding: 0 22px 22px;
  color: var(--subtle);
  line-height: 1.7;
}

.faq-answer p {
  margin: 0 0 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.82);
}

.site-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 20px 42px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 22px;
}

.footer-brand,
.footer-contact,
.footer-social {
  min-width: 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--ink-strong);
  font-size: 1.1rem;
}

.footer-brand .brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.footer-contact {
  color: var(--subtle);
  line-height: 1.7;
  font-size: 0.97rem;
}

.footer-contact p {
  margin: 0;
}

.footer-contact a {
  color: var(--accent-contrast);
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.12);
  color: var(--ink-strong);
  border: 1px solid rgba(56, 189, 248, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-2px);
  background: rgba(56, 189, 248, 0.18);
  border-color: rgba(56, 189, 248, 0.4);
  outline: none;
}

.footer-social svg {
  width: 20px;
  height: 20px;
  display: block;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(2, 6, 23, 0.7);
  backdrop-filter: blur(8px);
}

.success-modal.hidden {
  display: none;
}

.success-modal-card {
  position: relative;
  width: min(92vw, 540px);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.94));
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 28px;
  padding: 42px 28px 28px;
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.5);
  text-align: center;
  overflow: hidden;
}

.confetti-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  top: 0;
  width: 10px;
  height: 16px;
  border-radius: 3px;
  opacity: 0.9;
  animation: confetti-fall var(--duration, 2s) ease-in-out infinite;
  transform-origin: center;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(-20px) rotate(0deg) scale(1);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  100% {
    transform: translateY(250px) rotate(var(--rotation, 180deg)) scale(1.1);
    opacity: 0;
  }
}

.success-icon-wrap {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.32), rgba(52, 211, 153, 0.08) 55%, rgba(15, 23, 42, 0.2) 100%);
  border: 4px solid rgba(52, 211, 153, 0.7);
  box-shadow: 0 0 30px rgba(52, 211, 153, 0.25);
}

.success-check {
  font-size: 4rem;
  line-height: 1;
  color: #86efac;
  font-weight: 900;
}

.success-modal-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1.3;
  color: var(--ink-strong);
}

.modal-close-btn {
  position: relative;
  z-index: 1;
  min-width: 170px;
}

@media (max-width: 640px) {
  .page-shell {
    padding-inline: 14px;
  }

  .hero {
    padding: 20px 18px;
  }

  .dropzone {
    min-height: 180px;
  }

  .file-grid {
    grid-template-columns: 1fr;
  }

  .meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .remove-btn {
    width: 100%;
  }
}
