html { scroll-snap-type: none; height: auto; }

html[lang="tr"] .pr-wrap [lang="en"] { display: none; }
html[lang="en"] .pr-wrap [lang="tr"] { display: none; }

.pr-wrap { max-width: 560px; margin: 0 auto; padding: 56px 20px 96px; }
.pr-wrap .brand { margin-bottom: 44px; }

.pr-head { text-align: center; }
.pr-head h1 { font-size: 38px; line-height: 1.08; font-weight: 700; letter-spacing: -.03em; }
.pr-head h1 .grad,
.pr-name .grad {
  background: linear-gradient(92deg, var(--blue-hi), var(--purple));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pr-head p { color: var(--muted); margin: 12px auto 0; max-width: 420px; font-size: 15px; line-height: 1.55; }

.pr-status {
  margin-top: 40px; padding: 30px 20px;
  color: var(--muted); font-size: 14px; text-align: center;
  border: 1px solid var(--line); border-radius: 18px;
  background: var(--panel);
}
.pr-status-fault { color: var(--red); }

.pr-card {
  margin-top: 40px; padding: 32px 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  text-align: center;
}
.pr-name { font-size: 18px; font-weight: 600; letter-spacing: -.01em; }

.pr-now { margin-top: 22px; }
.pr-badge,
.pr-phase {
  color: var(--blue-hi); font-size: 11px; font-weight: 700;
  letter-spacing: .12em;
}
.pr-free {
  margin-top: 7px; color: var(--text);
  font-size: 64px; font-weight: 700; line-height: 1; letter-spacing: -.04em;
}
.pr-now-note,
.pr-future-note { margin-top: 9px; color: var(--dim); font-size: 13px; line-height: 1.45; }

.pr-future {
  margin-top: 24px; padding: 22px 18px;
  border: 1px solid var(--line); border-radius: 14px;
  background: var(--panel-2);
}
.pr-future-title { margin-top: 9px; color: var(--text); font-size: 24px; font-weight: 650; letter-spacing: -.02em; }

.pr-feats {
  list-style: none; margin: 26px 0 0; padding: 0;
  text-align: left;
}
.pr-feats li {
  color: var(--muted); font-size: 15px; line-height: 1.55;
  padding: 9px 0 9px 28px; position: relative;
  border-top: 1px solid var(--line);
}
.pr-feats li:first-child { border-top: 0; }
.pr-feats li::before {
  content: ""; position: absolute; left: 4px; top: 14px;
  width: 6px; height: 11px;
  border: solid var(--blue-hi); border-width: 0 2px 2px 0;
  transform: rotate(40deg);
}

.pr-cta {
  display: block; margin-top: 28px;
  padding: 13px 20px; border-radius: 12px;
  background: linear-gradient(92deg, var(--blue-hi), var(--purple));
  color: #fff; font-weight: 600; font-size: 15px;
  text-align: center; text-decoration: none;
  transition: opacity .15s ease;
}
.pr-cta:hover { opacity: .9; }

.pr-foot { color: var(--dim); font-size: 12px; margin-top: 14px; }

@media (max-width: 520px) {
  .pr-wrap { padding: 36px 16px 72px; }
  .pr-wrap .brand { margin-bottom: 36px; }
  .pr-head h1 { font-size: 33px; }
  .pr-card { margin-top: 30px; padding: 28px 20px; }
  .pr-free { font-size: 56px; }
}
