:root {
  --bg: #0b1220;
  --panel: rgba(255, 255, 255, 0.04);
  --panel-border: rgba(255, 255, 255, 0.08);
  --text: #e2e8f0;
  --muted: #94a3b8;
  --accent: #7c3aed;
  --accent-2: #22d3ee;
  --shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }

html, body { height: 100%; }

body {
  margin: 0;
  background: radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.14), transparent 30%),
              radial-gradient(circle at 80% 0%, rgba(34, 211, 238, 0.12), transparent 32%),
              var(--bg);
  color: var(--text);
  font-family: 'Space Grotesk', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero {
  padding: 56px 0 32px;
}

.hero__brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  width: 100%;
  grid-column: 1 / -1;
  position: relative;
  padding: 10px 12px;
  background: linear-gradient(120deg, rgba(124, 58, 237, 0.08), rgba(34, 211, 238, 0.08));
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.hero__brand-bar::after {
  content: '';
  position: absolute;
  inset: auto 10px -10px 10px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  opacity: 0.8;
  filter: drop-shadow(0 8px 18px rgba(124, 58, 237, 0.35));
}

.hero__logo {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.28));
  flex-shrink: 0;
  margin-left: auto;
  padding: 6px;
  border-radius: 12px;
  background: radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.18), transparent 50%),
              radial-gradient(circle at 70% 70%, rgba(34, 211, 238, 0.18), transparent 52%),
              rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 58, 237, 0.35);
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}

.hero__content {
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: clamp(32px, 5vw, 44px);
  margin: 10px 0 14px;
  letter-spacing: -0.01em;
}

.lede {
  color: var(--muted);
  max-width: 620px;
  margin: 0 0 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, rgba(124,58,237,0.12), rgba(34,211,238,0.14));
  color: var(--accent-2);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  border: 1px solid rgba(124, 58, 237, 0.2);
}

.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 18px 0 10px;
}

.hero__cta {
  padding: 12px 18px;
  text-decoration: none;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__badges span {
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.hero__card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(124,58,237,0.28), rgba(34,211,238,0.26));
  min-height: 220px;
  box-shadow: var(--shadow);
}

.hero__card .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 30%),
              radial-gradient(circle at 70% 40%, rgba(255,255,255,0.2), transparent 32%);
  filter: blur(10px);
}

.hero__card-content {
  position: relative;
  padding: 28px;
  z-index: 1;
}

.small { text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.75); font-weight: 600; font-size: 12px; }
.card-title { margin: 8px 0 12px; font-size: 22px; max-width: 320px; }

.sparkle {
  display: flex;
  gap: 6px;
}

.sparkle span {
  width: 10px; height: 10px; border-radius: 3px;
  background: #fff; opacity: 0.8;
  animation: pulse 2.6s infinite ease-in-out;
}
.sparkle span:nth-child(2) { animation-delay: 0.3s; width: 8px; height: 8px; opacity: 0.65; }
.sparkle span:nth-child(3) { animation-delay: 0.6s; width: 12px; height: 12px; opacity: 0.9; }

.hero-steps {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.hero-step__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28);
}

.hero-step__title {
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.hero-step__text {
  margin: 4px 0 0;
  color: rgba(255,255,255,0.85);
}

@keyframes pulse {
  0%, 100% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(-6px); opacity: 1; }
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 36px;
}

.section {
  padding: 18px 0 14px;
}

.info-cta {
  padding: 12px 0 20px;
}

.info-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.section--tonal {
  background: radial-gradient(circle at 40% 0%, rgba(124,58,237,0.08), transparent 30%),
              radial-gradient(circle at 80% 20%, rgba(34,211,238,0.08), transparent 34%),
              rgba(255,255,255,0.02);
  border-block: 1px solid rgba(255,255,255,0.04);
}

.section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.section__header h2 {
  margin: 0;
  font-size: 22px;
}

.section .muted { margin: 0; }

.cards {
  display: grid;
  gap: 12px;
}

.cards--two { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.cards--four { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.cards--three { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.card {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 26px rgba(0,0,0,0.2);
}

.plan {
  display: grid;
  gap: 12px;
  position: relative;
}

.plan::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid rgba(124, 58, 237, 0.16);
  pointer-events: none;
}

.plan__header h3 { margin: 4px 0 6px; }
.plan__header p { margin: 0; }

.plan__list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.plan__list li::marker { color: var(--accent-2); }

.plan__price {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.plan__price span { color: var(--muted); font-size: 15px; font-weight: 600; }

.plan--future {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.06);
}

.card__label { margin: 0 0 6px; font-weight: 700; }

.card__body { margin: 0; color: var(--muted); }

.step-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124,58,237,0.12), rgba(34,211,238,0.12));
  border: 1px solid rgba(124,58,237,0.25);
}

.step__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  font-weight: 700;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.step__title { margin: 0 0 4px; font-weight: 700; }

.panel {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.panel::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.4), rgba(34, 211, 238, 0.38));
  opacity: 0.7;
  border-radius: inherit;
  z-index: 0;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
}

.panel > * {
  position: relative;
  z-index: 1;
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}

.accordion {
  display: grid;
  gap: 12px;
  flex: 1;
  min-height: 0;
}

.details {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.details summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-right: 4px;
  position: relative;
}

.details summary::-webkit-details-marker { display: none; }

.details summary::after {
  content: '';
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}

.details[open] summary { margin-bottom: 10px; }

.details[open] summary::after { transform: rotate(225deg); border-color: #e2e8f0; }

.details:hover { border-color: rgba(124,58,237,0.4); box-shadow: 0 12px 28px rgba(0,0,0,0.18); }
.details:focus-within { border-color: rgba(124,58,237,0.8); box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25); }

.summary__text { display: flex; flex-direction: column; gap: 2px; }
.summary__title { font-size: 16px; }
.summary__caption { color: var(--muted); font-size: 13px; font-weight: 500; }

.details--scroll .stack {
  max-height: 380px;
  overflow-y: auto;
  padding-right: 4px;
}

.panel__header h2 { margin: 0; font-size: 20px; }
.panel__header p { margin: 6px 0 10px; }

.panel__header::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  margin-top: 10px;
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.35);
}

[data-type-section] { display: none; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.1s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.chip:hover { transform: translateY(-1px); border-color: rgba(124,58,237,0.4); box-shadow: 0 10px 20px rgba(0,0,0,0.18); }
.chip:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.chip.active { background: linear-gradient(135deg, rgba(124,58,237,0.28), rgba(34,211,238,0.28)); border-color: rgba(124,58,237,0.8); box-shadow: 0 14px 30px rgba(124,58,237,0.35); }

.field { display: grid; gap: 8px; margin-bottom: 14px; }
.stack { display: grid; gap: 12px; }

label { font-weight: 600; letter-spacing: 0.01em; }

input[type="text"], input[type="url"], input[type="email"], textarea, select, input[type="color"] {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
  color: var(--text);
  font-size: 15px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input[type="color"] { height: 44px; padding: 6px; cursor: pointer; }

input:focus, textarea:focus, select:focus {
  border-color: rgba(124,58,237,0.6);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.18);
}

textarea { resize: vertical; min-height: 90px; }

select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #94a3b8 50%), linear-gradient(135deg, #94a3b8 50%, transparent 50%); background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}

.checkbox.inline { margin: 4px 0 12px; }

.hint {
  margin: -4px 0 12px;
  color: var(--muted);
  font-size: 13px;
}

input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

input[type="checkbox"] { width: 18px; height: 18px; }

.divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  margin: 18px 0;
}

.muted { color: var(--muted); }

.grid--two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

.range-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; margin-top: -6px; }

input[type="range"] { accent-color: var(--accent); }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 6px;
}

.templates { padding: 14px 20px 20px; }

.templates__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.template {
  position: relative;
  border-radius: 14px;
  min-height: 160px;
  padding: 12px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

.template::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  opacity: 0.8;
}

.template__label {
  position: relative;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

.template--breeze { background: conic-gradient(from 160deg at 30% 40%, #ecfeff, #0ea5e9, #0b1220, #ecfeff); }
.template--midnight { background: radial-gradient(circle at 20% 30%, #22d3ee, transparent 34%), radial-gradient(circle at 80% 70%, #7c3aed, transparent 36%), #0b1220; }
.template--sunset { background: linear-gradient(135deg, #f59e0b, #f97316, #fb7185); }
.template--mint { background: linear-gradient(135deg, #d9f99d, #34d399, #22d3ee); }

.cards--four .card--icon {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
}

.seo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.seo-lists {
  display: grid;
  gap: 12px;
}

.seo-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.16);
}

.seo-card h3 { margin: 0 0 8px; }
.seo-card ul { margin: 0; padding-left: 18px; color: var(--muted); display: grid; gap: 6px; }
.seo-card li::marker { color: var(--accent); }

.card__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  font-size: 18px;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.btn {
  border: 1px solid var(--accent);
  background: linear-gradient(135deg, var(--accent), #5b21b6);
  color: #fff;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.35);
}

.btn:hover { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(124, 58, 237, 0.45); }

.btn:active { transform: translateY(0); }

.btn.ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(255,255,255,0.2);
  box-shadow: none;
}

.btn.secondary {
  background: rgba(255,255,255,0.04);
  color: var(--text);
  border-color: rgba(255,255,255,0.18);
  box-shadow: none;
}

.preview-panel { display: grid; grid-template-rows: auto 1fr auto; }

.preview {
  display: grid;
  place-items: center;
  padding: 18px;
  background: radial-gradient(circle at 30% 30%, rgba(124, 58, 237, 0.08), transparent 34%),
              radial-gradient(circle at 70% 70%, rgba(34, 211, 238, 0.08), transparent 28%),
              rgba(255,255,255,0.02);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}

.preview.preview--transparent {
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.08) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.08) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.08) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.08) 75%),
    radial-gradient(circle at 30% 30%, rgba(124, 58, 237, 0.08), transparent 34%),
    radial-gradient(circle at 70% 70%, rgba(34, 211, 238, 0.08), transparent 28%),
    rgba(255,255,255,0.02);
  background-size: 18px 18px, 18px 18px, 18px 18px, 18px 18px, 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 9px 9px, 9px 9px, 0 0, 0 0, 0 0;
}

#qr-preview {
  background: #fff;
  padding: 14px;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.02), 0 14px 30px rgba(0,0,0,0.25);
  min-height: 340px;
  display: grid;
  place-items: center;
}

.preview--transparent #qr-preview {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 14px 30px rgba(0,0,0,0.25);
}

.summary { margin-top: 10px; }

.footer {
  padding: 32px 0 40px;
  color: var(--muted);
  background: radial-gradient(circle at 20% 20%, rgba(124,58,237,0.08), transparent 32%),
              radial-gradient(circle at 80% 10%, rgba(34,211,238,0.08), transparent 28%),
              rgba(11,18,32,0.85);
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 -12px 60px rgba(0,0,0,0.35);
}

.footer__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.footer__brand { display: grid; gap: 10px; max-width: 640px; }

.footer__mark { display: flex; gap: 12px; align-items: center; }

.footer__logo { width: 48px; height: 48px; border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,0.35); }

.footer__eyebrow { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-2); margin: 0; }

.footer__headline { margin: 2px 0 6px; color: #e2e8f0; font-weight: 700; }

.footer__about, .footer__trust { margin: 0; line-height: 1.5; color: var(--muted); }

.footer__trust { padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); color: #e2e8f0; }

.footer__nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; align-items: center; }
.footer__nav button {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.footer__nav button:hover { color: #fff; }

.footer__copyright { text-align: center; margin: 16px 0 0; color: rgba(255,255,255,0.6); font-size: 14px; }

.modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 999; }
.modal.open { display: flex; }
.modal__overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(6px); }
.modal__content { position: relative; background: #0f172a; color: var(--text); border-radius: 16px; padding: 22px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 30px 70px rgba(0,0,0,0.45); max-width: 960px; width: min(92vw, 960px); max-height: 90vh; overflow: auto; }
.modal__close { position: absolute; top: 12px; right: 12px; border: none; background: rgba(255,255,255,0.06); color: #fff; width: 36px; height: 36px; border-radius: 10px; cursor: pointer; font-size: 20px; display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1); }
.modal__close:hover { background: rgba(255,255,255,0.12); }
.modal__header { display: grid; gap: 6px; margin-bottom: 14px; }
.modal__grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; }
  #qr-preview { min-height: 300px; }
  .seo-grid { grid-template-columns: 1fr; }
  .footer { text-align: left; }
}

@media (max-width: 720px) {
  .container { padding: 0 16px; }
  .hero { padding: 44px 0 24px; }
  .hero__cta-row { flex-direction: column; align-items: stretch; }
  .hero__cta-row .btn { width: 100%; text-align: center; }
  .hero__badges { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
  .panel { padding: 16px; }
  .grid { gap: 16px; }
  .grid--two { grid-template-columns: 1fr; }
  .actions { flex-direction: column; }
  .info-cta__inner { flex-direction: column; align-items: flex-start; }
  .cta-row { width: 100%; justify-content: stretch; }
  .cta-row .btn { flex: 1 1 auto; text-align: center; width: 100%; }
  .modal__content { width: 94vw; max-height: 88vh; }
}

@media (max-width: 540px) {
  h1 { font-size: clamp(26px, 9vw, 34px); }
  .hero__card { min-height: 180px; }
  .panel__header h2 { font-size: 18px; }
  .panel { padding: 14px; }
  #qr-preview { min-height: 240px; padding: 12px; }
  .actions .btn, .actions .ghost { width: 100%; }
  .hero__secondary-cta { display: none; }
  .hero__badges { display: none; }
}
