/* Qyraze NFC marketing — builds on brand tokens from style.css */

.nfc-body {
  --nfc-ink: var(--text-primary);
  --nfc-muted: var(--text-secondary);
  --nfc-line: color-mix(in srgb, var(--border) 80%, transparent);
  --nfc-surface: var(--bg-elevated);
  --nfc-wash: var(--bg-section);
  background: var(--bg-primary);
  color: var(--nfc-ink);
  font-family: var(--font-body);
}

.nfc-body .nav-links a[aria-current="page"] {
  color: var(--accent);
}

.nfc-body .lang-switch {
  background: color-mix(in srgb, #fff 8%, transparent);
  border-color: color-mix(in srgb, #fff 14%, transparent);
}

.nfc-body .lang-btn {
  color: var(--text-secondary);
}

.nfc-body .lang-btn--active {
  background: #fff;
  color: #0b0c10;
}

.nfc-body .lang-btn:hover:not(.lang-btn--active) {
  color: #fff;
}

.nfc-main {
  overflow-x: clip;
}

/* —— Shared section chrome —— */
.nfc-section {
  padding: clamp(4.5rem, 10vw, 7.5rem) 0;
  position: relative;
}

.nfc-section--wash {
  background:
    linear-gradient(180deg, transparent, color-mix(in srgb, var(--nfc-wash) 55%, transparent) 12%, color-mix(in srgb, var(--nfc-wash) 70%, transparent) 88%, transparent),
    radial-gradient(ellipse 70% 50% at 50% 0%, color-mix(in srgb, var(--bordeaux) 22%, transparent), transparent 70%);
}

.nfc-wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.nfc-wrap--narrow {
  width: min(720px, calc(100% - 2.5rem));
}

.nfc-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm);
  font-weight: 600;
}

.nfc-h1,
.nfc-h2 {
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
}

.nfc-h1 {
  font-size: clamp(2.35rem, 6.2vw, 4.1rem);
  max-width: 14ch;
}

.nfc-h2 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  max-width: 18ch;
}

.nfc-lead {
  margin: 1rem 0 0;
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.55;
  color: var(--nfc-muted);
  max-width: 38rem;
}

.nfc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.75rem;
}

.nfc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.nfc-btn:hover {
  transform: translateY(-1px);
}

.nfc-btn--primary {
  background: var(--accent);
  color: var(--on-accent);
}

.nfc-btn--primary:hover {
  background: var(--accent-hover);
}

.nfc-btn--ghost {
  background: transparent;
  color: var(--nfc-ink);
  border-color: var(--nfc-line);
}

.nfc-btn--ghost:hover {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--nfc-line));
  color: var(--accent-hover);
}

/* —— Hero —— */
.nfc-hero {
  position: relative;
  min-height: min(100svh, 920px);
  padding: calc(var(--nav-h) + 2.25rem) 0 3.5rem;
  isolation: isolate;
  background:
    radial-gradient(ellipse 55% 45% at 78% 28%, color-mix(in srgb, var(--bordeaux) 42%, transparent), transparent 68%),
    radial-gradient(ellipse 40% 35% at 12% 72%, color-mix(in srgb, var(--froid) 28%, transparent), transparent 65%),
    linear-gradient(165deg, #07080c 0%, #12141a 48%, #0a0b0f 100%);
}

.nfc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.nfc-hero__content {
  padding-top: 0;
  min-width: 0;
}

.nfc-hero__stage {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  aspect-ratio: 1.02;
  animation: nfc-float 7s ease-in-out infinite;
}

@keyframes nfc-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.nfc-card-mock {
  position: absolute;
  left: 2%;
  top: 22%;
  width: 58%;
  aspect-ratio: 1.6;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(18, 18, 24, 0.08);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.08),
    0 28px 60px rgba(0, 0, 0, 0.35);
  transform: rotate(-8deg);
}

.nfc-phone-mock {
  position: absolute;
  right: 2%;
  top: 0;
  width: 46%;
  aspect-ratio: 9 / 17.5;
  border-radius: 28px;
  background: #0b0c10;
  border: 3px solid #2a3038;
  box-shadow: 0 36px 70px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: rotate(5deg);
  animation: nfc-phone-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes nfc-phone-in {
  from { opacity: 0; transform: rotate(5deg) translateY(28px); }
  to { opacity: 1; transform: rotate(5deg) translateY(0); }
}

.nfc-phone-mock__notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  height: 10px;
  border-radius: 999px;
  background: #16181f;
  z-index: 2;
}

.nfc-phone-mock__screen {
  height: 100%;
  padding: 2.15rem 0.7rem 0.85rem;
  background: #0b0b0f;
  display: grid;
  gap: 0.4rem;
  align-content: start;
  justify-items: center;
  text-align: center;
  transition: background 0.45s ease, color 0.45s ease, opacity 0.35s ease;
}

.nfc-phone-mock__screen.is-fading {
  opacity: 0;
}

.nfc-phone-mock__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 0.15rem;
  transition: border-color 0.45s ease, box-shadow 0.45s ease, border-radius 0.45s ease;
}

.nfc-phone-mock__screen strong {
  font-family: var(--font-head);
  font-size: 0.72rem;
  color: inherit;
  font-weight: 700;
}

.nfc-phone-mock__role {
  font-size: 0.48rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit !important;
  opacity: 0.72;
  margin-bottom: 0.15rem;
}

.nfc-phone-mock__screen span {
  font-size: 0.52rem;
  color: inherit;
  opacity: 0.7;
  line-height: 1.35;
  max-width: 92%;
}

.nfc-phone-mock__btns {
  display: grid;
  width: 100%;
  gap: 0.28rem;
  margin-top: 0.2rem;
}

.nfc-phone-mock__btn {
  width: 100%;
  padding: 0.48rem 0.45rem;
  border-radius: 10px;
  background: #ffffff;
  color: #121218;
  font-size: 0.55rem;
  font-weight: 700;
  border: 1px solid rgba(18, 18, 24, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.nfc-phone-mock__btn--primary {
  background: var(--accent);
  color: #ffffff;
  border-color: transparent;
}

.nfc-phone-mock__label {
  margin-top: auto;
  padding-top: 0.45rem;
  font-size: 0.48rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.55;
  color: inherit;
}

/* Hero phone themes (match /templates) */
.nfc-phone-mock__screen.is-minimal-black {
  background: #0b0b0f;
  color: #f7f6f3;
}
.nfc-phone-mock__screen.is-minimal-black .nfc-phone-mock__btn--primary {
  background: #ff4a3a;
  color: #fff;
}

.nfc-phone-mock__screen.is-white-clean {
  background: #f7f7f5;
  color: #121218;
}
.nfc-phone-mock__screen.is-white-clean .nfc-phone-mock__avatar {
  border-color: rgba(18, 18, 24, 0.12);
  border-radius: 12px;
}
.nfc-phone-mock__screen.is-white-clean .nfc-phone-mock__btn {
  border-color: #d8d6ce;
}
.nfc-phone-mock__screen.is-white-clean .nfc-phone-mock__btn--primary {
  background: #2f6fed;
  color: #fff;
}

.nfc-phone-mock__screen.is-business-pro {
  background: linear-gradient(180deg, #0f1b2d, #16233a);
  color: #f5f7fb;
}
.nfc-phone-mock__screen.is-business-pro .nfc-phone-mock__btn--primary {
  background: #3b82f6;
  color: #fff;
}

.nfc-phone-mock__screen.is-golden {
  background: #0a0a0a;
  color: #f7f6f3;
}
.nfc-phone-mock__screen.is-golden .nfc-phone-mock__avatar {
  border-color: #c9a227;
  box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.25);
}
.nfc-phone-mock__screen.is-golden .nfc-phone-mock__btn {
  background: transparent;
  color: #f7f6f3;
  border: 1px solid #c9a227;
  box-shadow: none;
}
.nfc-phone-mock__screen.is-golden .nfc-phone-mock__btn--primary {
  background: #c9a227;
  color: #0a0a0a;
}

.nfc-phone-mock__screen.is-glass {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 74, 58, 0.35), transparent 40%),
    radial-gradient(circle at 80% 10%, rgba(59, 130, 246, 0.35), transparent 42%),
    linear-gradient(160deg, #1a1c28, #0b0c12);
  color: #fff;
}
.nfc-phone-mock__screen.is-glass .nfc-phone-mock__btn {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}
.nfc-phone-mock__screen.is-glass .nfc-phone-mock__btn--primary {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.nfc-phone-mock__screen.is-neon {
  background: #05060a;
  color: #f8fafc;
}
.nfc-phone-mock__screen.is-neon .nfc-phone-mock__avatar {
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.55);
  border-color: rgba(168, 85, 247, 0.55);
}
.nfc-phone-mock__screen.is-neon .nfc-phone-mock__btn {
  background: transparent;
  color: #e9d5ff;
  border: 1px solid rgba(168, 85, 247, 0.65);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.2);
}
.nfc-phone-mock__screen.is-neon .nfc-phone-mock__btn--primary {
  color: #67e8f9;
  border-color: #67e8f9;
  background: transparent;
}

.nfc-phone-mock__screen.is-creator {
  background: #121018;
  color: #f7f6f3;
}
.nfc-phone-mock__screen.is-creator .nfc-phone-mock__btn--primary {
  background: #ff4a3a;
  color: #fff;
}

.nfc-phone-mock__screen.is-portfolio {
  background: #111114;
  color: #f5f5f7;
}
.nfc-phone-mock__screen.is-portfolio .nfc-phone-mock__btn--primary {
  background: #f5f5f7;
  color: #111114;
}

.nfc-phone-mock__screen.is-bold {
  background: #120607;
  color: #fff;
}
.nfc-phone-mock__screen.is-bold .nfc-phone-mock__btn {
  border-radius: 4px;
}
.nfc-phone-mock__screen.is-bold .nfc-phone-mock__btn--primary {
  background: #ff2d2d;
  color: #fff;
}

.nfc-phone-mock__screen.is-hospitality {
  background:
    linear-gradient(180deg, rgba(20, 10, 6, 0.55), rgba(20, 10, 6, 0.88)),
    radial-gradient(circle at 50% 20%, #c47a4a, #3a1917 70%);
  color: #fff7f0;
}
.nfc-phone-mock__screen.is-hospitality .nfc-phone-mock__btn--primary {
  background: #e5a37a;
  color: #2a1a12;
}

.nfc-hero__brand {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 8vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0 0 1.1rem;
  color: var(--nfc-ink);
  animation: nfc-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nfc-hero .nfc-h1 {
  animation: nfc-rise 0.9s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nfc-hero .nfc-lead,
.nfc-hero .nfc-actions {
  animation: nfc-rise 0.9s 0.16s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes nfc-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 860px) {
  .nfc-hero {
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .nfc-hero__grid {
    grid-template-columns: 1fr;
  }

  .nfc-hero__stage {
    width: min(100%, 360px);
    margin: 0 auto;
    order: -1;
  }

  .nfc-h1 {
    max-width: none;
  }
}

/* —— Feature trio / audience / steps —— */
.nfc-trio,
.nfc-audience,
.nfc-steps,
.nfc-templates,
.nfc-plans {
  display: grid;
  gap: 1.25rem;
}

.nfc-trio {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
}

.nfc-feature {
  padding: 0;
  border: none;
  background: none;
}

.nfc-feature h3 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  margin: 0 0 0.55rem;
}

.nfc-feature p {
  margin: 0;
  color: var(--nfc-muted);
  line-height: 1.55;
  font-size: 0.98rem;
}

.nfc-feature__index {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.85rem;
  font-weight: 700;
}

.nfc-audience {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
  gap: 0.85rem 1.5rem;
}

.nfc-audience li {
  list-style: none;
  margin: 0;
  padding: 0.85rem 0;
  border-top: 1px solid var(--nfc-line);
  font-family: var(--font-head);
  font-size: 1.2rem;
}

.nfc-demo {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-top: 2.5rem;
}

.nfc-demo__visual {
  position: relative;
  min-height: 320px;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 40%, color-mix(in srgb, var(--bordeaux) 35%, transparent), transparent 55%),
    linear-gradient(145deg, #12141a, #07080c);
}

.nfc-demo__visual .nfc-card-mock {
  left: 10%;
  top: 28%;
  width: 54%;
  transform: rotate(-6deg);
}

.nfc-demo__visual .nfc-phone-mock {
  right: 8%;
  top: 12%;
  width: 38%;
  transform: rotate(4deg);
  animation: none;
}

.nfc-trust {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.5rem;
  align-items: center;
  margin-top: 2rem;
}

.nfc-trust img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.nfc-trust p {
  margin: 0.35rem 0 0;
  color: var(--nfc-muted);
  line-height: 1.5;
}

.nfc-steps {
  margin-top: 2.5rem;
  counter-reset: nfc-step;
}

.nfc-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.35rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--nfc-line);
  counter-increment: nfc-step;
}

.nfc-step:last-child {
  border-bottom: 1px solid var(--nfc-line);
}

.nfc-step::before {
  content: counter(nfc-step, decimal-leading-zero);
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--accent);
  line-height: 1;
  padding-top: 0.15rem;
}

.nfc-step h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-head);
  font-size: 1.35rem;
}

.nfc-step p,
.nfc-step ul {
  margin: 0;
  color: var(--nfc-muted);
  line-height: 1.55;
}

.nfc-step ul {
  padding-left: 1.1rem;
  margin-top: 0.45rem;
}

.nfc-tap-note {
  margin-top: 2rem;
  padding: 1.25rem 0 0;
  border-top: 1px dashed var(--nfc-line);
  color: var(--nfc-muted);
  font-size: 0.95rem;
}

/* —— Templates —— */
.nfc-template-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  margin-top: 1.5rem;
}

.nfc-template-cats a {
  color: var(--nfc-muted);
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--nfc-line);
  padding-bottom: 0.15rem;
}

.nfc-template-cats a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.nfc-starter-note {
  margin: 1.1rem 0 0;
  color: var(--nfc-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 40rem;
}

.nfc-starter-note strong {
  color: var(--nfc-ink);
  font-weight: 700;
}

.nfc-templates {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.25rem;
}

.nfc-template {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem 1.35rem;
  align-items: start;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--nfc-line);
}

.nfc-template--featured .nfc-template__preview {
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent);
}

.nfc-template__preview {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  padding: 1.25rem 1rem 1.1rem;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.32rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #f7f6f3;
  background: #0b0b0f;
}

.nfc-template__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
}

.nfc-template__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.2rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.nfc-template__avatar--sq {
  border-radius: 12px;
}

.nfc-template__avatar--gold {
  border-color: #c9a227;
  box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.25);
}

.nfc-template__avatar--glow {
  box-shadow: 0 0 22px rgba(168, 85, 247, 0.55), 0 0 8px rgba(56, 189, 248, 0.45);
  border-color: rgba(168, 85, 247, 0.55);
}

.nfc-template__preview strong {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
}

.nfc-template__big {
  font-family: var(--font-head);
  font-size: 2.6rem !important;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0.4rem 0 0.2rem;
}

.nfc-template__role {
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.78;
}

.nfc-template__bio {
  font-size: 0.76rem;
  line-height: 1.4;
  opacity: 0.72;
  max-width: 28ch;
  margin-bottom: 0.35rem;
}

.nfc-template__chips {
  display: grid;
  width: 100%;
  gap: 0.35rem;
  margin-top: 0.15rem;
}

.nfc-template__chips i {
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.62rem 0.7rem;
  border-radius: 10px;
  background: #ffffff;
  color: #121218;
  border: 1px solid rgba(18, 18, 24, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.nfc-template__chips i.is-primary {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
}

.nfc-template__banner {
  position: absolute;
  inset: 0 0 auto;
  height: 28%;
  background: linear-gradient(120deg, #ff4a3a, #a855f7 55%, #38bdf8);
  opacity: 0.85;
}

.nfc-template__preview--creator .nfc-template__avatar {
  margin-top: 18%;
  position: relative;
  z-index: 1;
}

.nfc-template__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  width: 100%;
  margin-bottom: 0.45rem;
}

.nfc-template__gallery span {
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #2a2a32, #121218);
}

.nfc-template__gallery span:nth-child(2) {
  background: linear-gradient(145deg, #3a3228, #1a1612);
}

.nfc-template__gallery span:nth-child(3) {
  background: linear-gradient(145deg, #243038, #101418);
}

.nfc-template__meta h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.35rem;
}

.nfc-template__style {
  margin: 0.35rem 0 0.55rem;
  color: var(--warm);
  font-size: 0.88rem;
  font-weight: 600;
}

.nfc-template__meta > p:not(.nfc-template__style) {
  margin: 0;
  color: var(--nfc-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.nfc-template__specs {
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.nfc-template__specs li {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.5rem;
  font-size: 0.84rem;
  color: var(--nfc-muted);
  line-height: 1.4;
}

.nfc-template__specs span {
  color: var(--nfc-ink);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Preview themes */
.nfc-template__preview--minimal-black {
  background: #0b0b0f;
  color: #f7f6f3;
}

.nfc-template__preview--minimal-black .nfc-template__chips i.is-primary {
  background: #ff4a3a;
}

.nfc-template__preview--white-clean {
  background: #f7f7f5;
  color: #121218;
}

.nfc-template__preview--white-clean .nfc-template__avatar {
  border-color: rgba(18, 18, 24, 0.12);
}

.nfc-template__preview--white-clean .nfc-template__chips i {
  background: #ffffff;
  border-color: #d8d6ce;
}

.nfc-template__preview--white-clean .nfc-template__chips i.is-primary {
  background: #2f6fed;
  color: #fff;
}

.nfc-template__preview--business-pro {
  background: linear-gradient(180deg, #0f1b2d, #16233a);
  color: #f5f7fb;
}

.nfc-template__preview--business-pro .nfc-template__chips i.is-primary {
  background: #3b82f6;
}

.nfc-template__preview--golden {
  background: #0a0a0a;
  color: #f7f6f3;
}

.nfc-template__preview--golden .nfc-template__chips i {
  background: transparent;
  color: #f7f6f3;
  border: 1px solid #c9a227;
  box-shadow: none;
}

.nfc-template__preview--golden .nfc-template__chips i.is-primary {
  background: #c9a227;
  color: #0a0a0a;
  border-color: #c9a227;
}

.nfc-template__preview--glass {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 74, 58, 0.35), transparent 40%),
    radial-gradient(circle at 80% 10%, rgba(59, 130, 246, 0.35), transparent 42%),
    linear-gradient(160deg, #1a1c28, #0b0c12);
  color: #fff;
}

.nfc-template__preview--glass .nfc-template__chips i {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  box-shadow: none;
}

.nfc-template__preview--glass .nfc-template__chips i.is-primary {
  background: rgba(255, 255, 255, 0.28);
}

.nfc-template__preview--neon {
  background: #05060a;
  color: #f8fafc;
  box-shadow: inset 0 0 40px rgba(168, 85, 247, 0.12);
}

.nfc-template__preview--neon .nfc-template__chips i {
  background: transparent;
  color: #e9d5ff;
  border: 1px solid rgba(168, 85, 247, 0.65);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.2);
}

.nfc-template__preview--neon .nfc-template__chips i.is-primary {
  background: transparent;
  color: #67e8f9;
  border-color: #67e8f9;
  box-shadow: 0 0 16px rgba(103, 232, 249, 0.35);
}

.nfc-template__preview--creator {
  background: #121018;
  color: #f7f6f3;
}

.nfc-template__preview--creator .nfc-template__chips i.is-primary {
  background: #ff4a3a;
}

.nfc-template__preview--portfolio {
  background: #111114;
  color: #f5f5f7;
}

.nfc-template__preview--portfolio .nfc-template__chips i.is-primary {
  background: #f5f5f7;
  color: #111114;
}

.nfc-template__preview--bold {
  background: #120607;
  color: #fff;
}

.nfc-template__preview--bold .nfc-template__big {
  color: #ff2d2d;
}

.nfc-template__preview--bold .nfc-template__chips i {
  border-radius: 4px;
}

.nfc-template__preview--bold .nfc-template__chips i.is-primary {
  background: #ff2d2d;
  color: #fff;
}

.nfc-template__preview--hospitality {
  background:
    linear-gradient(180deg, rgba(20, 10, 6, 0.55), rgba(20, 10, 6, 0.88)),
    radial-gradient(circle at 50% 20%, #c47a4a, #3a1917 70%);
  color: #fff7f0;
}

.nfc-template__preview--hospitality .nfc-template__chips i.is-primary {
  background: #e5a37a;
  color: #2a1a12;
}

@media (max-width: 860px) {
  .nfc-template {
    grid-template-columns: 1fr;
  }

  .nfc-template__preview {
    max-width: 320px;
    margin-inline: auto;
    width: 100%;
  }

  .nfc-template__specs li {
    grid-template-columns: 5.5rem 1fr;
  }
}

.nfc-demo-profile {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 1.5rem 2rem;
  align-items: center;
}

.nfc-demo-profile__phone {
  width: min(100%, 280px);
  margin: 0 auto;
  aspect-ratio: 9 / 17;
  border-radius: 28px;
  border: 3px solid #2a3038;
  background: #0b0c10;
  overflow: hidden;
  position: relative;
}

.nfc-demo-profile__phone .nfc-phone-mock__screen {
  padding-top: 2.4rem;
}

/* —— Pricing —— */
.nfc-plans {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
  align-items: stretch;
}

.nfc-plan {
  padding: 1.5rem 0;
  border-top: 1px solid var(--nfc-line);
}

.nfc-plan h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.4rem;
}

.nfc-plan__price {
  margin: 0.85rem 0 0.35rem;
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: -0.02em;
}

.nfc-plan__price span {
  font-size: 0.95rem;
  color: var(--nfc-muted);
  font-family: var(--font-body);
  font-weight: 500;
}

.nfc-plan__note {
  margin: 0 0 1rem;
  color: var(--nfc-muted);
  font-size: 0.9rem;
}

.nfc-plan ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--nfc-muted);
  line-height: 1.6;
}

.nfc-plan .nfc-btn {
  margin-top: 1.25rem;
}

/* —— Contact / FAQ —— */
.nfc-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: 2rem;
}

.nfc-about-grid p {
  color: var(--nfc-muted);
  line-height: 1.6;
}

.nfc-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.nfc-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: var(--nfc-muted);
}

.nfc-form input,
.nfc-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--nfc-ink);
  border-radius: 10px;
  padding: 0.85rem 0.95rem;
  font: inherit;
}

.nfc-form textarea {
  min-height: 120px;
  resize: vertical;
}

.nfc-faq {
  margin-top: 2rem;
  border-top: 1px solid var(--nfc-line);
}

.nfc-faq details {
  border-bottom: 1px solid var(--nfc-line);
  padding: 1.1rem 0;
}

.nfc-faq summary {
  cursor: pointer;
  font-family: var(--font-head);
  font-size: 1.15rem;
  list-style: none;
}

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

.nfc-faq summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-weight: 700;
}

.nfc-faq details[open] summary::after {
  content: "–";
}

.nfc-faq p {
  margin: 0.75rem 0 0;
  color: var(--nfc-muted);
  line-height: 1.55;
  max-width: 42rem;
}

.nfc-page-hero {
  padding: calc(var(--nav-h) + 3rem) 0 1rem;
}

.nfc-page-hero .nfc-h1 {
  max-width: 16ch;
}

.nfc-footer-cta {
  text-align: center;
  padding: 4rem 0 5rem;
}

.nfc-footer-cta .nfc-h2 {
  margin-inline: auto;
}

.nfc-footer-cta .nfc-lead {
  margin-inline: auto;
}

.nfc-footer-cta .nfc-actions {
  justify-content: center;
}

.nfc-site-footer {
  border-top: 1px solid var(--nfc-line);
  padding: 2rem 0 2.5rem;
}

.nfc-site-footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
}

.nfc-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
}

.nfc-site-footer a {
  color: var(--nfc-muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.nfc-site-footer a:hover {
  color: var(--accent);
}

.nfc-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.nfc-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .nfc-trio,
  .nfc-plans,
  .nfc-templates,
  .nfc-audience,
  .nfc-demo,
  .nfc-about-grid,
  .nfc-demo-profile {
    grid-template-columns: 1fr;
  }

  .nfc-audience {
    gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nfc-hero__stage,
  .nfc-phone-mock,
  .nfc-hero__brand,
  .nfc-hero .nfc-h1,
  .nfc-hero .nfc-lead,
  .nfc-hero .nfc-actions,
  .nfc-reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* —— Social icons —— */
.nfc-ico {
  display: inline-flex;
  width: 0.95em;
  height: 0.95em;
  flex: 0 0 auto;
}
.nfc-ico svg {
  width: 100%;
  height: 100%;
  display: block;
}
.nfc-phone-mock__btn,
.nfc-template__chips i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
.nfc-social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.15rem 0 0.25rem;
  width: 100%;
}
.nfc-social-row__item {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.nfc-social-row__item svg {
  width: 0.78rem;
  height: 0.78rem;
}
.nfc-template__preview--white-clean .nfc-social-row__item {
  background: #fff;
  color: #121218;
  border-color: #d8d6ce;
}
.nfc-phone-mock__screen.is-white-clean .nfc-social-row__item {
  background: #fff;
  color: #121218;
  border-color: #d8d6ce;
}

/* —— Clickable previews —— */
.nfc-template__preview.is-clickable,
.nfc-phone-mock.is-clickable {
  cursor: zoom-in;
}
.nfc-template__preview.is-clickable:focus-visible,
.nfc-phone-mock.is-clickable:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.nfc-template__zoom {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.nfc-template__preview--white-clean .nfc-template__zoom {
  background: rgba(18, 18, 24, 0.72);
}

/* —— Lightbox —— */
body.nfc-lightbox-open {
  overflow: hidden;
}
.nfc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  background: rgba(5, 6, 8, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nfc-lightbox[hidden] {
  display: none !important;
}
.nfc-lightbox__close {
  position: absolute;
  top: max(0.85rem, env(safe-area-inset-top));
  right: max(0.85rem, env(safe-area-inset-right));
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(11, 12, 16, 0.85);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.nfc-lightbox__close:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.nfc-lightbox__panel {
  width: min(100%, 420px);
  display: grid;
  justify-items: center;
  gap: 0.85rem;
}
.nfc-lightbox__phone {
  width: min(100%, 320px);
  aspect-ratio: 9 / 17.5;
  border-radius: 34px;
  border: 3px solid #2a3038;
  background: #0b0c10;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.nfc-lightbox__phone .nfc-phone-mock__screen {
  padding: 2.5rem 1rem 1.1rem;
  gap: 0.45rem;
}
.nfc-lightbox__phone .nfc-phone-mock__avatar {
  width: 72px;
  height: 72px;
}
.nfc-lightbox__phone .nfc-phone-mock__screen strong {
  font-size: 1.05rem;
}
.nfc-lightbox__phone .nfc-phone-mock__role {
  font-size: 0.68rem !important;
}
.nfc-lightbox__phone .nfc-phone-mock__screen > span[data-field="bio"] {
  font-size: 0.78rem;
}
.nfc-lightbox__phone .nfc-phone-mock__btn {
  font-size: 0.78rem;
  padding: 0.7rem 0.75rem;
}
.nfc-lightbox__phone .nfc-social-row__item {
  width: 1.85rem;
  height: 1.85rem;
}
.nfc-lightbox__phone .nfc-social-row__item svg {
  width: 0.95rem;
  height: 0.95rem;
}
.nfc-lightbox__phone .nfc-phone-mock__label {
  font-size: 0.68rem;
}
.nfc-lightbox__caption {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.15rem;
  color: #f5f5f7;
  text-align: center;
}
.nfc-lightbox__hint {
  margin: 0;
  font-size: 0.82rem;
  color: #9a9aa3;
  text-align: center;
}

/* —— Coming soon —— */
.nfc-coming {
  margin-top: 2.5rem;
  padding: 1.5rem 0 0;
  border-top: 1px dashed var(--nfc-line);
}
.nfc-coming h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-head);
  font-size: 1.35rem;
}
.nfc-coming p {
  margin: 0;
  color: var(--nfc-muted);
  line-height: 1.55;
  max-width: 40rem;
}
.nfc-coming__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}
.nfc-coming__pills span {
  font-size: 0.78rem;
  color: var(--nfc-muted);
  border: 1px dashed var(--nfc-line);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
}
