/* Mr TYG Tattoo Estimate — Ravens purple + Orioles orange, Baltimore theme */
:root {
  --bg: #0b0b12;
  --bg2: #14141f;
  --card: #181824;
  --purple: #241773;
  --purple-bright: #5b3df0;
  --orange: #df4601;
  --orange-bright: #ff6a1a;
  --gold: #c9a227;
  --text: #f5f2ea;
  --muted: #a9a3b8;
  --radius: 16px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: radial-gradient(1200px 600px at 50% -10%, #1d1445 0%, var(--bg) 55%) fixed, var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
}

.hidden { display: none !important; }

/* Header */
.site-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  max-width: 720px;
  margin: 0 auto;
}
.logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--orange);
  box-shadow: 0 0 18px rgba(223, 70, 1, 0.45);
}
.header-text h1 {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.tagline {
  color: var(--muted);
  font-size: 0.9rem;
}

main { max-width: 720px; margin: 0 auto; padding: 0 20px 40px; }

/* Hero */
.hero {
  text-align: center;
  padding: 34px 10px 26px;
}
.hero h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 12px;
  background: linear-gradient(90deg, var(--purple-bright), var(--orange-bright));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p { color: var(--muted); margin-bottom: 22px; }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}
.trust-row span {
  font-size: 0.8rem;
  color: var(--muted);
  border: 1px solid #2a2a3a;
  border-radius: 999px;
  padding: 6px 12px;
  background: var(--bg2);
}

/* Buttons */
.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 30px;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--purple-bright), var(--orange));
  color: #fff;
  box-shadow: 0 6px 24px rgba(91, 61, 240, 0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(223, 70, 1, 0.45); }
.btn-big { display: block; text-align: center; margin: 22px 0 10px; font-size: 1.1rem; padding: 17px 30px; }
.btn-ghost {
  background: transparent;
  color: var(--muted);
  border: 1px solid #2a2a3a;
  margin-top: 14px;
}

/* Quiz */
.quiz { padding: 10px 0 20px; }
.progress {
  height: 8px;
  background: #22222f;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 14px;
}
.progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--purple-bright), var(--orange-bright));
  border-radius: 999px;
  transition: width 0.3s ease;
}
.step-count { color: var(--muted); font-size: 0.85rem; margin-bottom: 6px; }
.quiz h2 { font-size: 1.5rem; margin-bottom: 18px; }
.options { display: grid; gap: 10px; }
.option {
  background: var(--card);
  border: 1px solid #2a2a3a;
  color: var(--text);
  border-radius: var(--radius);
  padding: 16px 18px;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.1s ease;
}
.option:hover, .option:active {
  border-color: var(--orange);
  background: #1f1f30;
  transform: scale(1.01);
}
.option .opt-sub { display: block; font-size: 0.82rem; color: var(--muted); margin-top: 3px; }

/* Result */
.result {
  text-align: center;
  background: var(--card);
  border: 1px solid #2a2a3a;
  border-radius: 20px;
  padding: 34px 24px;
  margin: 10px 0 30px;
  box-shadow: 0 0 40px rgba(36, 23, 115, 0.5);
}
.result-label { color: var(--muted); text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; }
.result-price {
  font-size: 3.2rem;
  font-weight: 800;
  margin: 8px 0;
  background: linear-gradient(90deg, var(--purple-bright), var(--orange-bright));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.result-detail { color: var(--muted); margin-bottom: 14px; }
.result-note {
  background: rgba(223, 70, 1, 0.12);
  border: 1px solid rgba(223, 70, 1, 0.4);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.92rem;
  margin-bottom: 6px;
}
.fine-print { color: var(--muted); font-size: 0.8rem; margin-top: 12px; }

/* Gallery */
.gallery { margin-top: 36px; }
.gallery h2 { font-size: 1.5rem; margin-bottom: 4px; }
.gallery-sub { color: var(--muted); font-size: 0.9rem; margin-bottom: 16px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #2a2a3a;
}
@media (min-width: 560px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Footer */
.site-footer {
  text-align: center;
  padding: 30px 20px 50px;
  border-top: 1px solid #22222f;
  margin-top: 10px;
}
.footer-cta { font-size: 1.2rem; font-weight: 700; margin-bottom: 14px; }
.socials { display: flex; gap: 18px; justify-content: center; margin-bottom: 14px; }
.socials a { color: var(--orange-bright); text-decoration: none; font-weight: 600; }
.socials a:hover { text-decoration: underline; }
.footer-small { color: var(--muted); font-size: 0.8rem; }
