:root {
  --pm-ink: #0f172a;
  --pm-muted: #64748b;
  --pm-blue: #2563eb;
  --pm-green: #16a34a;
  --pm-bg: #f6f8fb;
}

.pm-body {
  background: var(--pm-bg);
  color: var(--pm-ink);
}

.pm-nav {
  background: #111827;
}

.pm-auth-card {
  max-width: 460px;
}

.pm-stat {
  border: 0;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

.pm-stat span {
  color: var(--pm-muted);
  font-size: .9rem;
}

.pm-stat strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
}

.pm-code {
  background: #0b1020;
  border-radius: 8px;
  color: #dbeafe;
  padding: 14px;
  white-space: pre-wrap;
}

.pm-integration-help {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
}

.pm-integration-help .nav-tabs {
  border-bottom-color: #cbd5e1;
}

.pm-integration-help .nav-link {
  border-radius: 8px 8px 0 0;
  color: #475569;
  font-weight: 800;
}

.pm-integration-help .nav-link.active {
  color: #06111f;
}

.pm-integration-help .tab-pane {
  padding-top: 12px;
}

.pm-analytics-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  min-height: 112px;
  padding: 18px;
}

.pm-analytics-card span {
  color: #64748b;
  display: block;
  font-size: .84rem;
  font-weight: 800;
  min-height: 36px;
}

.pm-analytics-card strong {
  color: #06111f;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 8px;
}

.pm-log-table {
  max-height: 430px;
}

.pm-log-table table {
  min-width: 760px;
}

.pm-log-table th {
  color: #64748b;
  font-size: .76rem;
  text-transform: uppercase;
}

.pm-log-table td {
  font-size: .84rem;
}

.pm-site {
  background: #f4f7fb;
  color: #111827;
}

.pm-site-nav {
  background: rgba(5, 10, 22, .68);
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  backdrop-filter: blur(18px);
  left: 0;
  padding: 14px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.pm-site-nav a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.pm-site-nav a:hover {
  color: #fff;
}

.pm-brand {
  color: #fff !important;
  display: inline-flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.pm-brand small {
  color: #34d399;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 3px;
  text-transform: uppercase;
}

.pm-lang-btn,
.pm-nav-cta {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 750;
  height: 38px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 14px;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.pm-lang-btn {
  background: rgba(15, 23, 42, .48);
  border: 1px solid rgba(203, 213, 225, .24);
  color: #e2e8f0;
}

.pm-lang-btn:hover,
.pm-lang-btn:focus {
  background: rgba(30, 41, 59, .74);
  border-color: rgba(52, 211, 153, .5);
  color: #fff;
}

.pm-nav-cta {
  background: #34d399;
  border: 1px solid #34d399;
  color: #04111f !important;
  box-shadow: 0 10px 24px rgba(52, 211, 153, .24);
}

.pm-nav-cta:hover {
  background: #6ee7b7;
  border-color: #6ee7b7;
  color: #04111f !important;
  transform: translateY(-1px);
}

.pm-lang-menu {
  background: rgba(7, 12, 24, .96);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .38);
  margin-top: 10px !important;
  min-width: 190px;
  padding: 8px;
}

.pm-site-nav .pm-lang-menu .dropdown-item {
  align-items: center;
  border-radius: 7px;
  color: #dbeafe;
  display: flex;
  justify-content: space-between;
  padding: 10px 11px;
}

.pm-site-nav .pm-lang-menu .dropdown-item small {
  color: #94a3b8;
  font-weight: 800;
}

.pm-site-nav .pm-lang-menu .dropdown-item:hover,
.pm-site-nav .pm-lang-menu .dropdown-item.active {
  background: rgba(52, 211, 153, .14);
  color: #fff;
}

.pm-site-nav .pm-lang-menu .dropdown-item.active small {
  color: #34d399;
}

.pm-hero {
  background: #07101f;
  color: #fff;
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.pm-hero-bg {
  background-image: linear-gradient(90deg, rgba(4, 9, 20, .92) 0%, rgba(4, 9, 20, .76) 37%, rgba(4, 9, 20, .28) 72%), url('../img/protectme-hero.png');
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.pm-hero-inner {
  position: relative;
  z-index: 2;
}

.pm-eyebrow,
.pm-section-head span,
.pm-security-panel span {
  color: #34d399;
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pm-hero h1 {
  font-size: 6.4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .92;
  margin: 16px 0 22px;
}

.pm-hero-row {
  min-height: 88vh;
  padding-top: 86px;
}

.pm-hero-copy {
  color: rgba(255, 255, 255, .8);
  font-size: 1.25rem;
  line-height: 1.65;
  max-width: 680px;
}

.pm-hero-metrics {
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 46px;
  padding-top: 26px;
}

.pm-hero-metrics strong {
  display: block;
  font-size: 1.4rem;
}

.pm-hero-metrics span {
  color: rgba(255, 255, 255, .62);
  display: block;
  font-size: .9rem;
}

.pm-band,
.pm-integration,
.pm-final-cta {
  padding: 86px 0;
}

.pm-section-head {
  margin-bottom: 28px;
  max-width: 720px;
}

.pm-section-head h2,
.pm-security-panel h2,
.pm-final-cta h2 {
  font-size: 3rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  margin-top: 10px;
}

.pm-feature {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  height: 100%;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.pm-feature-icon {
  align-items: center;
  background: #0f172a;
  border-radius: 8px;
  color: #93c5fd;
  display: inline-flex;
  font-size: .8rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-bottom: 22px;
  width: 42px;
}

.pm-feature h3 {
  font-size: 1.1rem;
  font-weight: 800;
}

.pm-feature p,
.pm-integration p,
.pm-final-cta p {
  color: #64748b;
  line-height: 1.7;
}

.pm-integration {
  background: #fff;
}

.pm-code-window {
  background: #080d19;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
  color: #dbeafe;
  overflow: hidden;
}

.pm-code-window pre {
  margin: 0;
  overflow-x: auto;
  padding: 24px;
  white-space: pre-wrap;
}

.pm-window-dots {
  background: #0d1424;
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  padding: 12px 16px;
}

.pm-window-dots i {
  background: #475569;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 7px;
  width: 10px;
}

.pm-security {
  background: #0b1020;
  color: #fff;
}

.pm-security-panel {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

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

.pm-security-grid div {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 18px;
}

.pm-final-cta {
  text-align: center;
}

.pm-final-cta p {
  margin: 0 auto 24px;
  max-width: 640px;
}

.pm-launch {
  background: #06111f;
  color: #fff;
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.pm-launch-bg {
  background-image:
    linear-gradient(180deg, rgba(6, 17, 31, .28), rgba(6, 17, 31, .86)),
    linear-gradient(90deg, rgba(6, 17, 31, .94), rgba(6, 17, 31, .52) 48%, rgba(6, 17, 31, .16)),
    url('../img/protectme-hero.png');
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.pm-launch-inner {
  min-height: 92vh;
  padding-bottom: 44px;
  padding-top: 126px;
  position: relative;
  z-index: 2;
}

.pm-launch-copy {
  max-width: 720px;
  padding-top: 54px;
}

.pm-domain-pill {
  align-items: center;
  background: rgba(15, 23, 42, .56);
  border: 1px solid rgba(52, 211, 153, .28);
  border-radius: 999px;
  color: #bbf7d0;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 22px;
  padding: 9px 14px;
}

.pm-launch h1 {
  font-size: 5.2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  margin: 0 0 24px;
}

.pm-launch-copy p {
  color: rgba(241, 245, 249, .82);
  font-size: 1.2rem;
  line-height: 1.75;
  max-width: 650px;
}

.pm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.pm-primary-action,
.pm-secondary-action,
.pm-dark-action {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  letter-spacing: 0;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}

.pm-primary-action {
  background: #34d399;
  border: 1px solid #34d399;
  color: #04111f;
  box-shadow: 0 20px 44px rgba(52, 211, 153, .28);
}

.pm-primary-action:hover {
  background: #6ee7b7;
  color: #04111f;
}

.pm-secondary-action {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #f8fafc;
}

.pm-secondary-action:hover {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.pm-dark-action {
  background: #06111f;
  color: #fff;
  margin-top: 10px;
}

.pm-dark-action:hover {
  background: #10233b;
  color: #fff;
}

.pm-signal-strip {
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 70px;
}

.pm-signal-strip div {
  background: rgba(15, 23, 42, .58);
  min-height: 96px;
  padding: 20px;
}

.pm-signal-strip span {
  color: #60a5fa;
  display: block;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.pm-signal-strip strong {
  color: #f8fafc;
  display: block;
  font-size: .98rem;
  line-height: 1.35;
}

.pm-command,
.pm-lab,
.pm-assurance,
.pm-final-cta {
  padding: 92px 0;
}

.pm-command {
  background: #f7fafc;
}

.pm-command-grid {
  border: 1px solid #dbe4ee;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pm-command-cell {
  background: #fff;
  border-right: 1px solid #dbe4ee;
  min-height: 290px;
  padding: 28px;
}

.pm-command-cell:last-child {
  border-right: 0;
}

.pm-command-cell span {
  color: #2563eb;
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 58px;
  text-transform: uppercase;
}

.pm-command-cell h3 {
  font-size: 1.25rem;
  font-weight: 850;
  margin-bottom: 12px;
}

.pm-command-cell p {
  color: #64748b;
  line-height: 1.7;
}

.pm-lab {
  background: #fff;
}

.pm-lab-layout {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
}

.pm-window-bar {
  align-items: center;
  background: #0d1424;
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  display: flex;
  gap: 8px;
  padding: 13px 16px;
}

.pm-window-bar span {
  background: #475569;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.pm-window-bar strong {
  color: #94a3b8;
  font-size: .82rem;
  font-weight: 800;
  margin-left: 8px;
}

.pm-assurance {
  background: #06111f;
  color: #fff;
}

.pm-assurance-head {
  max-width: 820px;
}

.pm-assurance-head span {
  color: #34d399;
  display: inline-block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pm-assurance-head h2 {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.06;
  margin: 12px 0 36px;
}

.pm-assurance-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pm-assurance-grid div {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #dbeafe;
  min-height: 118px;
  padding: 20px;
}

.pm-section-head p {
  color: #64748b;
  line-height: 1.7;
  margin-top: 12px;
  max-width: 650px;
}

.pm-captcha-showcase {
  background: #eef4f8;
  padding: 92px 0;
}

.pm-captcha-grid {
  border: 1px solid #d5e0ea;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pm-captcha-cell {
  background: #fff;
  border-bottom: 1px solid #d5e0ea;
  border-right: 1px solid #d5e0ea;
  min-height: 440px;
  padding: 24px;
}

.pm-captcha-cell:nth-child(3n) {
  border-right: 0;
}

.pm-captcha-cell:nth-last-child(-n+3) {
  border-bottom: 0;
}

.pm-captcha-cell-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.pm-captcha-cell-head span {
  color: #06111f;
  font-size: 1.15rem;
  font-weight: 900;
}

.pm-captcha-cell-head small {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  color: #047857;
  font-size: .72rem;
  font-weight: 850;
  padding: 5px 8px;
  white-space: nowrap;
}

.pm-captcha-cell p {
  color: #64748b;
  line-height: 1.65;
  min-height: 54px;
}

.pm-demo-widget {
  background: #fff;
  border: 1px solid #d7e2ef;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
  color: #0f172a;
  margin-top: 22px;
  max-width: 360px;
  overflow: hidden;
}

.pm-demo-head {
  align-items: center;
  background: linear-gradient(135deg, #07111f, #10243a);
  color: #fff;
  display: grid;
  gap: 3px 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 11px 12px;
  position: relative;
}

.pm-demo-head::before {
  align-items: center;
  background: #34d399;
  border-radius: 8px;
  color: #04111f;
  content: "✓";
  display: flex;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  left: 12px;
  position: absolute;
  top: 15px;
  width: 28px;
}

.pm-demo-head strong,
.pm-demo-head small {
  margin-left: 38px;
}

.pm-demo-head strong {
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.15;
}

.pm-demo-head small {
  color: #a7f3d0;
  font-size: .72rem;
  font-weight: 800;
}

.pm-demo-head em {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #dbeafe;
  font-size: .7rem;
  font-style: normal;
  font-weight: 850;
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 5px 8px;
  white-space: nowrap;
}

.pm-demo-body {
  background: linear-gradient(180deg, #fff, #f8fafc);
  padding: 14px;
}

.pm-demo-body label,
.pm-demo-question {
  color: #0f172a;
  display: block;
  font-size: .92rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.pm-demo-code {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .14), rgba(52, 211, 153, .16)),
    repeating-linear-gradient(105deg, transparent 0 12px, rgba(15, 23, 42, .08) 12px 13px);
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  color: #10233b;
  font-family: Consolas, Monaco, monospace;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 12px 14px;
  text-align: center;
}

.pm-demo-input {
  background: #fff;
  border: 1px solid #94a3b8;
  border-radius: 7px;
  height: 38px;
  width: 100%;
}

.pm-demo-input.short {
  width: 116px;
}

.pm-demo-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pm-demo-options span {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  color: #334155;
  font-size: .84rem;
  font-weight: 800;
  padding: 8px 10px;
}

.pm-demo-options .active {
  background: #dcfce7;
  border-color: #86efac;
  color: #166534;
}

.pm-demo-slider {
  background: #e2e8f0;
  border-radius: 999px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.pm-demo-slider::before {
  background: #16a34a;
  content: "";
  height: 40px;
  left: 72%;
  position: absolute;
  top: 0;
  width: 4px;
}

.pm-demo-slider i {
  background: linear-gradient(135deg, #2563eb, #0f766e);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .34);
  display: block;
  height: 32px;
  left: 46%;
  position: absolute;
  top: 4px;
  width: 32px;
}

.pm-demo-slider b {
  background: rgba(37, 99, 235, .14);
  display: block;
  height: 100%;
  width: 53%;
}

.pm-demo-audio {
  align-items: center;
  background: #f1f5f9;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  display: flex;
  gap: 5px;
  min-height: 46px;
  padding: 9px 10px;
}

.pm-demo-audio span {
  background: #2563eb;
  border-radius: 999px;
  display: block;
  height: 20px;
  width: 5px;
}

.pm-demo-audio span:nth-child(2) {
  background: #16a34a;
  height: 29px;
}

.pm-demo-audio span:nth-child(3) {
  background: #f59e0b;
  height: 15px;
}

.pm-demo-audio span:nth-child(4) {
  height: 25px;
}

.pm-demo-audio em {
  color: #64748b;
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
  margin-left: 8px;
}

.pm-demo-honeypot {
  background: #f8fafc;
  border: 1px dashed #94a3b8;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.pm-demo-honeypot span {
  color: #334155;
  font-weight: 850;
}

.pm-demo-honeypot strong {
  color: #0f766e;
  font-size: .84rem;
}

.pm-site-preview {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  padding: 22px;
}

.pm-site-preview > div:first-child span {
  color: #2563eb;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pm-site-preview h2 {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 8px 0 8px;
}

.pm-site-preview p {
  color: #64748b;
  line-height: 1.65;
  margin: 0;
  max-width: 540px;
}

.pm-live-widget-preview .pm-demo-widget {
  margin-left: auto;
  margin-top: 0;
}

.pm-panel-demo-widget .pm-demo-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.pm-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.pm-preview-meta span {
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  border-radius: 999px;
  color: #075985;
  font-size: .72rem;
  font-weight: 850;
  padding: 5px 8px;
}

.pm-preview-foot {
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding-top: 11px;
}

.pm-preview-foot span,
.pm-preview-foot strong {
  font-size: .78rem;
  font-weight: 850;
}

.pm-preview-foot span {
  color: #64748b;
}

.pm-preview-foot strong {
  color: #0f766e;
}

@media (max-width: 767px) {
  .pm-hero h1 {
    font-size: 3.6rem;
  }

  .pm-hero-copy {
    font-size: 1.05rem;
  }

  .pm-section-head h2,
  .pm-security-panel h2,
  .pm-final-cta h2 {
    font-size: 2.1rem;
  }

  .pm-launch-inner {
    min-height: auto;
    padding-top: 112px;
  }

  .pm-launch-copy {
    padding-top: 24px;
  }

  .pm-launch h1 {
    font-size: 3.2rem;
  }

  .pm-launch-copy p {
    font-size: 1.04rem;
  }

  .pm-signal-strip,
  .pm-command-grid,
  .pm-captcha-grid,
  .pm-lab-layout,
  .pm-assurance-grid,
  .pm-site-preview {
    grid-template-columns: 1fr;
  }

  .pm-command-cell,
  .pm-captcha-cell {
    border-bottom: 1px solid #dbe4ee;
    border-right: 0;
    min-height: 0;
  }

  .pm-captcha-cell:nth-last-child(-n+3) {
    border-bottom: 1px solid #dbe4ee;
  }

  .pm-captcha-cell:last-child {
    border-bottom: 0;
  }

  .pm-live-widget-preview .pm-demo-widget {
    margin-left: 0;
  }

  .pm-command-cell span {
    margin-bottom: 28px;
  }

  .pm-assurance-head h2 {
    font-size: 2.2rem;
  }

  .pm-security-panel,
  .pm-security-grid {
    grid-template-columns: 1fr;
  }

  .pm-site-nav {
    position: absolute;
  }
}

.pm-auth-page {
  background: #06111f;
  min-height: 100vh;
}

.pm-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
  min-height: 100vh;
}

.pm-auth-visual {
  background-image:
    linear-gradient(180deg, rgba(6, 17, 31, .52), rgba(6, 17, 31, .9)),
    url('../img/protectme-hero.png');
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
  position: relative;
}

.pm-auth-visual h1 {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 18px 0;
}

.pm-auth-visual p {
  color: rgba(241, 245, 249, .78);
  line-height: 1.7;
  max-width: 620px;
}

.pm-auth-home {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  left: 46px;
  padding: 10px 14px;
  position: absolute;
  text-decoration: none;
  top: 34px;
}

.pm-auth-home:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.pm-auth-panel {
  align-items: center;
  background: #f7fafc;
  display: flex;
  justify-content: center;
  padding: 40px;
}

.pm-auth-brand {
  color: #06111f;
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
}

.pm-auth-brand small {
  color: #0f766e;
  font-size: .78rem;
  font-weight: 850;
  margin-top: 5px;
}

.pm-auth-lang {
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  color: #475569;
  font-weight: 850;
  padding: 6px 9px;
  text-decoration: none;
}

.pm-auth-lang.active,
.pm-auth-lang:hover {
  background: #06111f;
  border-color: #06111f;
  color: #fff;
}

.pm-auth-form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .1);
  padding: 30px;
}

.pm-auth-form h2 {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.pm-auth-form > p {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 24px;
}

.pm-auth-form .form-control {
  border-color: #cbd5e1;
  border-radius: 8px;
  min-height: 46px;
}

.pm-auth-captcha {
  background: #f8fafc;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.pm-auth-captcha span {
  color: #0f766e;
  display: block;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pm-auth-captcha strong {
  color: #06111f;
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  margin-top: 4px;
}

.pm-hp-field {
  height: 1px !important;
  left: -10000px !important;
  opacity: 0 !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.pm-auth-submit {
  background: #06111f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 850;
  min-height: 48px;
  width: 100%;
}

.pm-auth-submit:hover {
  background: #10233b;
}

.pm-auth-back {
  color: #0f766e;
  display: block;
  font-size: .92rem;
  font-weight: 850;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 960px) {
  .pm-auth-shell {
    grid-template-columns: 1fr;
  }

  .pm-auth-visual {
    min-height: 330px;
  }

  .pm-auth-panel {
    padding: 28px 18px 42px;
  }
}
