@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=Sora:wght@600;700;800&display=swap');

:root {
  --bg: #020712;
  --panel: rgba(255, 255, 255, 0.068);
  --panel-strong: rgba(255, 255, 255, 0.105);
  --text: #f7fbff;
  --muted: #d5e4f3;
  --line: rgba(154, 222, 255, 0.20);
  --accent: #00d7ff;
  --accent-2: #0a63ff;
  --deep: #051a2a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  margin: 0;
  font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    linear-gradient(115deg, rgba(0, 215, 255, 0.12) 0 1px, transparent 1px 18%),
    radial-gradient(circle at 16% 12%, rgba(0, 215, 255, 0.24), transparent 30%),
    radial-gradient(circle at 82% 0%, rgba(10, 99, 255, 0.30), transparent 32%),
    radial-gradient(circle at 50% 52%, rgba(0, 153, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #020712 0%, #051a2a 43%, #020712 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.noise,
.ambient-light {
  position: fixed;
  pointer-events: none;
}

.noise {
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(90deg, transparent 98%, white 100%),
    linear-gradient(180deg, transparent 98%, white 100%);
  background-size: 40px 40px;
  z-index: 0;
}

.ambient-light {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.22;
  z-index: 0;
  animation: floatGlow 12s ease-in-out infinite alternate;
}

.light-one {
  left: -120px;
  top: 160px;
  background: var(--accent);
}

.light-two {
  right: -150px;
  top: 820px;
  background: var(--accent-2);
  animation-delay: -4s;
}

.site-header,
main,
footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 20px 7vw 0;
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 14px 18px;
  background: rgba(6, 16, 30, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.logo,
.nav-links,
.language-switch {
  display: flex;
  align-items: center;
}

.logo {
  gap: 12px;
  font-weight: 900;
  font-size: 20px;
}

.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: url("assets/norelis-n-logo.png") center / cover no-repeat;
  box-shadow: 0 0 26px rgba(0, 215, 255, 0.55);
}

.logo-text {
  font-family: Sora, Manrope, Inter, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
}

.nav-links {
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a,
.language-switch button {
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover,
.language-switch button.active {
  color: #ffffff;
}

.language-switch {
  gap: 7px;
  color: var(--muted);
  font-weight: 900;
  font-size: 13px;
}

.language-switch button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 6px;
}

.section-shell,
.section {
  padding-left: 7vw;
  padding-right: 7vw;
}

.hero {
  min-height: calc(100vh - 92px);
  padding-top: 34px;
  padding-bottom: 90px;
  overflow: hidden;
}

.hero-brand-lockup {
  width: min(760px, 100%);
  margin: 42px auto 0;
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  position: relative;
}

.hero-brand-lockup::before {
  content: "";
  position: absolute;
  width: min(720px, 88vw);
  height: 2px;
  top: 72px;
  background: linear-gradient(90deg, transparent, rgba(0, 215, 255, 0.85), transparent);
  box-shadow: 0 0 34px rgba(0, 215, 255, 0.75);
  z-index: -1;
}

.brand-n {
  width: 126px;
  height: 126px;
  display: block;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(0, 215, 255, 0.48);
  box-shadow:
    0 0 34px rgba(0, 215, 255, 0.62),
    0 0 92px rgba(10, 99, 255, 0.36);
}

.brand-name {
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(180deg, #effdff 0%, #56e7ff 24%, #00b7ff 48%, #0a63ff 78%, #032b74 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(210, 251, 255, 0.42);
  filter: drop-shadow(0 0 16px rgba(0, 215, 255, 0.40)) drop-shadow(0 0 42px rgba(10, 99, 255, 0.32));
}

.hero-brand-lockup p {
  margin: 12px 0 0;
  color: var(--accent);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}

.hero-grid,
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: 58px;
  align-items: center;
}

.hero-grid {
  padding-top: 56px;
}

.reverse {
  grid-template-columns: minmax(420px, 1.04fr) minmax(0, 0.96fr);
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-name {
  font-family: Sora, Manrope, Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1;
  margin-bottom: 28px;
  max-width: 980px;
}

h2 {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1;
  margin-bottom: 24px;
}

h3 {
  color: #9fdfff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.subtitle,
.section p {
  color: var(--muted);
  font-size: 20px;
  max-width: 780px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 215, 255, 0.45);
}

.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 137, 255, 0.28), 0 0 28px rgba(0, 215, 255, 0.18);
}

.secondary,
.ghost {
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  backdrop-filter: blur(16px);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(24px);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(0, 215, 255, 0.62), transparent 30%, rgba(10, 99, 255, 0.50));
  opacity: 0.45;
  z-index: 1;
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.04);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 18, 0.20), transparent 50%),
    linear-gradient(0deg, rgba(2, 7, 18, 0.78), transparent 45%);
  pointer-events: none;
  z-index: 1;
}

.ai-orbit {
  position: absolute;
  inset: 35% auto auto 42%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid rgba(0, 215, 255, 0.42);
  box-shadow: 0 0 46px rgba(0, 215, 255, 0.24);
  z-index: 2;
  animation: pulseRing 4s ease-in-out infinite;
}

.status-card,
.status-stack div {
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(2, 7, 18, 0.72);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
}

.score-card {
  position: absolute;
  top: 26px;
  right: 26px;
  padding: 18px 22px;
}

.status-card span,
.status-stack span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.status-card strong {
  display: block;
  color: var(--accent);
  font-size: 44px;
  line-height: 1;
  margin-top: 8px;
}

.status-stack {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.status-stack div {
  padding: 14px 15px;
  animation: cardFloat 5s ease-in-out infinite;
}

.status-stack div:nth-child(2) {
  animation-delay: -1s;
}

.status-stack div:nth-child(3) {
  animation-delay: -2s;
}

.status-stack strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  margin-top: 5px;
}

.section {
  padding-top: 108px;
  padding-bottom: 108px;
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  inset: 22px 7vw auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 215, 255, 0.75), transparent 72%);
  box-shadow: 0 0 24px rgba(0, 215, 255, 0.35);
  pointer-events: none;
}

.intro-split,
.privacy {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(0, 215, 255, 0.075), rgba(0, 215, 255, 0.035));
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-lead {
  max-width: 980px;
  margin-top: 18px;
  margin-bottom: 34px;
  line-height: 1.75;
}

.signal-row,
.buttons {
  display: flex;
  flex-wrap: wrap;
}

.signal-row {
  gap: 10px;
  margin-top: 24px;
}

.signal-row span {
  border: 1px solid rgba(0, 215, 255, 0.24);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(0, 215, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.process,
.feature-grid,
.comparison-board,
.pricing,
.privacy-grid {
  display: grid;
  gap: 18px;
  margin-top: 46px;
}

.process {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.feature-grid,
.comparison-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.pricing {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.privacy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.process article,
.feature-grid article,
.comparison-board article,
.glass-card,
.price-card,
.privacy-grid div,
.human-decision,
.benefit-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(0, 215, 255, 0.10), rgba(10, 99, 255, 0.055)), var(--panel);
  backdrop-filter: blur(20px);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  position: relative;
  overflow: hidden;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.process article::before,
.feature-grid article::before,
.comparison-board article::before,
.glass-card::before,
.price-card::before,
.privacy-grid div::before,
.human-decision::before,
.benefit-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  opacity: 0.82;
}

.process article:hover,
.feature-grid article:hover,
.comparison-board article:hover,
.glass-card:hover,
.price-card:hover,
.privacy-grid div:hover,
.benefit-panel:hover {
  border-color: rgba(0, 215, 255, 0.45);
  transform: translateY(-3px);
}

.process span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(10, 99, 255, 0.20);
  color: #9fdfff;
  font-weight: 900;
  margin-bottom: 18px;
}

.feature-grid p,
.process p,
.comparison-board p,
.price-card span {
  font-size: 16px;
  color: var(--muted);
}

.privacy-grid div {
  min-height: 108px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
}

.benefit-panel {
  align-self: start;
  height: auto;
  min-height: 0;
}

.benefit-panel h3 {
  margin-bottom: 18px;
}

.benefit-panel ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-panel li {
  position: relative;
  padding-left: 24px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.45;
}

.benefit-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(0, 215, 255, 0.70);
}

.comparison-head {
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

.comparison-head.norelis-side {
  border-color: rgba(0, 215, 255, 0.42);
  background: linear-gradient(135deg, rgba(0, 215, 255, 0.18), rgba(10, 99, 255, 0.12));
  color: #9fdfff;
}

.comparison-board article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  grid-column: 1 / -1;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.comparison-board article p,
.comparison-board article strong {
  display: flex;
  align-items: center;
  min-height: 78px;
  margin: 0;
  padding: 20px 22px;
}

.comparison-board article p {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  border-right: 1px solid var(--line);
}

.comparison-board article strong {
  color: #ffffff;
  font-size: 19px;
  background: linear-gradient(135deg, rgba(0, 215, 255, 0.13), rgba(10, 99, 255, 0.075));
}

.price-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price-card h3 {
  margin-bottom: 24px;
}

.price {
  color: var(--accent);
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.price-card .btn {
  margin-top: auto;
}

.featured {
  background: linear-gradient(180deg, rgba(0, 215, 255, 0.13), rgba(255, 255, 255, 0.055));
  border-color: rgba(0, 215, 255, 0.34);
}

.human-decision {
  margin-top: 28px;
  border-color: rgba(0, 215, 255, 0.36);
}

.human-decision strong {
  display: block;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

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

.final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.beta-form {
  max-width: 980px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(0, 215, 255, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.field label {
  display: block;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: left;
}

.field input,
.field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  background: rgba(0, 0, 0, 0.24);
  color: #ffffff;
  outline: none;
}

.field input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.field select,
.field select option {
  background: #05070f !important;
  background-color: #05070f !important;
  color: #ffffff !important;
  color-scheme: dark;
}

footer {
  padding: 40px 7vw;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
}

footer span {
  color: var(--text);
  font-weight: 900;
}

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

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(40px, -30px, 0) scale(1.08);
  }
}

@keyframes pulseRing {
  0%, 100% {
    opacity: 0.48;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}



@media (max-width: 980px) {
  .hero-grid,
  .split,
  .reverse,
  .process,
  .feature-grid,
  .comparison-board,
  .pricing,
  .privacy-grid,
  .beta-form {
    grid-template-columns: 1fr;
  }

  .comparison-board article {
    grid-template-columns: 1fr;
  }

  .comparison-board article p {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-visual,
  .hero-visual img {
    min-height: 430px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .status-stack {
    grid-template-columns: 1fr;
  }

  footer {
    display: block;
  }
}

@media (max-width: 560px) {
  .site-header,
  .section-shell,
  .section,
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-name {
    font-size: 42px;
    letter-spacing: 0.07em;
  }

  .brand-n {
    width: 96px;
    height: 96px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .subtitle,
  .section p {
    font-size: 17px;
  }

  .btn {
    width: 100%;
  }
}


/* MVP beta surfaces */
.mvp-main {
  min-height: 72vh;
}

.narrow-section {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.form-card,
.panel,
.job-card,
.application-card,
.candidate-card,
.side-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(0, 215, 255, 0.10), rgba(10, 99, 255, 0.055)), var(--panel);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.form-card,
.job-list,
.application-list,
.candidate-grid,
.insight-list,
.history {
  display: grid;
  gap: 16px;
}

.compact-grid {
  gap: 16px;
}

.form-step {
  border: 1px solid rgba(0, 215, 255, 0.16);
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.form-step > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(10, 99, 255, 0.24);
  color: #9fdfff;
  font-weight: 900;
  margin-bottom: 14px;
}

.field textarea,
.field input,
.field select,
.feedback-box textarea,
.feedback-box input,
.feedback-box select,
.filter-bar input,
.filter-bar select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  background: rgba(0, 0, 0, 0.24);
  color: #ffffff;
  outline: none;
}

.field textarea,
.feedback-box textarea {
  min-height: 132px;
  padding: 14px;
  resize: vertical;
}

.field small,
.form-error,
.warning-text {
  display: block;
  margin-top: 8px;
  color: #9fdfff;
  font-weight: 800;
}

.form-error:empty {
  display: none;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
  margin: 12px 0;
}

.check input {
  width: auto;
  min-height: auto;
  margin-top: 5px;
}

.consent-box {
  margin: 12px 0;
  padding: 20px;
  border: 1px solid rgba(0, 215, 255, 0.24);
  border-radius: 18px;
  background: rgba(0, 215, 255, 0.06);
}

.filter-bar {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.job-card,
.application-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.job-card strong,
.application-card strong {
  color: #ffffff;
}

.job-actions,
.metric-row,
.dashboard-grid,
.tag-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tag-row span,
.status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(0, 215, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 215, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.status.good {
  color: #9fdfff;
}

.status.warn {
  color: #ffdca8;
  border-color: rgba(255, 220, 168, 0.28);
}

.metric {
  flex: 1 1 180px;
  min-height: 120px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.metric strong {
  display: block;
  color: var(--accent);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.clean-list {
  color: #ffffff;
  padding-left: 20px;
}

.apply-box {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.history span,
.insight-list div {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
}

.side-panel {
  display: grid;
  gap: 8px;
}

.side-panel a {
  padding: 12px 14px;
  border-radius: 14px;
  color: #ffffff;
}

.side-panel a.active,
.side-panel a:hover {
  background: rgba(0, 215, 255, 0.12);
}

.candidate-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-text {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.auth-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.btn.compact {
  min-height: 38px;
  padding: 0 13px;
  font-size: 13px;
}

.beta-feedback-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  min-height: 44px;
  border: 1px solid rgba(0, 215, 255, 0.42);
  border-radius: 999px;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 0 30px rgba(0, 215, 255, 0.28);
  cursor: pointer;
}

.feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(2, 7, 18, 0.72);
}

.feedback-modal.open {
  display: grid;
}

.feedback-box {
  width: min(560px, 100%);
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: #06101e;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.modal-close {
  justify-self: end;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

body.cookie-modal-open {
  overflow: hidden;
}

.cookie-consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  align-items: end;
  padding: 18px;
  background: rgba(1, 7, 18, 0.72);
  backdrop-filter: blur(8px);
}

.cookie-consent-overlay[data-cookie-blocking="false"] {
  pointer-events: none;
  background: transparent;
  backdrop-filter: none;
}

.cookie-banner {
  position: relative;
  z-index: 9999;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(0, 215, 255, 0.34);
  border-radius: 22px;
  padding: 18px;
  background: rgba(6, 16, 30, 0.97);
  box-shadow: 0 30px 110px rgba(0,0,0,0.58), 0 0 42px rgba(0, 215, 255, 0.14);
  pointer-events: auto;
  outline: none;
}

.cookie-banner p {
  margin: 4px 0 0;
  color: #ffffff;
}

@media (max-width: 980px) {
  .filter-bar,
  .job-card,
  .application-card,
  .dashboard-grid,
  .candidate-grid,
  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .job-actions {
    width: 100%;
  }
}


.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.footer-links a {
  color: #9fdfff;
  font-weight: 800;
  font-size: 13px;
}

.mobile-menu-toggle {
  display: none;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255,255,255,0.06);
  color: #ffffff;
  font-weight: 900;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 86px;
  z-index: 80;
  transform: translateX(-50%) translateY(12px);
  max-width: min(620px, calc(100vw - 32px));
  border: 1px solid rgba(0, 215, 255, 0.36);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(6, 16, 30, 0.96);
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.36);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.video-demo {
  position: relative;
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 10px;
  margin-top: 20px;
  border: 1px dashed rgba(0, 215, 255, 0.42);
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(0,215,255,0.16), transparent 44%), rgba(0,0,0,.22);
}

.video-watermark {
  position: absolute;
  inset: 18px auto auto 18px;
  max-width: calc(100% - 36px);
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.notice-box {
  border: 1px solid rgba(255, 220, 168, .26);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 220, 168, .08);
}

.disabled-form {
  opacity: .78;
}

.moderation-grid {
  display: grid;
  gap: 18px;
}

.moderation-item {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.moderation-item textarea {
  width: 100%;
  min-height: 90px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0,0,0,.24);
  color: #fff;
}

.inline-check {
  min-height: 50px;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0,0,0,.18);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(0, 215, 255, .72);
  outline-offset: 3px;
}

.mini-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-weight: 900;
}

.mini-lang button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 900;
}

.mini-lang button.active {
  color: #fff;
}



/* Unified title alignment */
.page-title {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-title h1,
.page-title h2,
.page-title p,
.page-title .subtitle,
.page-title .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.form-step h2,
.consent-box h3,
.panel h2,
.panel h3,
.job-card h3,
.application-card h3,
.candidate-card h3,
.metric p,
.privacy-grid div,
.signal-row span,
.benefit-panel li,
.comparison-head {
  text-wrap: balance;
}

.page-title h1 {
  max-width: 980px;
}

.page-title .subtitle,
.page-title p {
  max-width: 860px;
}

/* Enhanced comparison section */
.comparison-board-enhanced {
  position: relative;
  gap: 16px;
  margin-top: 30px;
}

.comparison-board-enhanced .comparison-head {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 900;
}

.comparison-board-enhanced .comparison-head.traditional {
  border-color: rgba(255, 82, 104, 0.62);
  background: linear-gradient(135deg, rgba(255, 82, 104, 0.22), rgba(120, 22, 36, 0.16));
  color: #ff9aa6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 16px 42px rgba(255, 82, 104, 0.08);
}

.comparison-board-enhanced .comparison-head.norelis-side {
  border-color: rgba(0, 215, 255, 0.7);
  background: linear-gradient(135deg, rgba(0, 215, 255, 0.26), rgba(10, 99, 255, 0.18));
  color: #8feeff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 18px 48px rgba(0, 215, 255, 0.12);
}

.comparison-board-enhanced .comparison-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.comparison-board-enhanced .comparison-row::before {
  display: none;
}

.comparison-cell {
  min-height: 152px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.052);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.comparison-cell span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.comparison-cell h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.15;
  color: #ffffff;
}

.comparison-cell p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.65;
}

.traditional-cell {
  border-color: rgba(255, 82, 104, 0.42);
  background: linear-gradient(145deg, rgba(255, 82, 104, 0.18), rgba(255, 255, 255, 0.045));
}

.traditional-cell span,
.traditional-cell h3 {
  color: #ff8f9d;
}

.norelis-cell {
  border-color: rgba(0, 215, 255, 0.5);
  background: linear-gradient(145deg, rgba(0, 215, 255, 0.2), rgba(10, 99, 255, 0.12));
  box-shadow: 0 18px 55px rgba(0, 215, 255, 0.09);
}

.norelis-cell span,
.norelis-cell h3 {
  color: #19d8ff;
}

@media (max-width: 820px) {
  .comparison-board-enhanced .comparison-row {
    grid-template-columns: 1fr;
  }

  .comparison-cell {
    min-height: auto;
    text-align: left;
  }
}

/* Unified privacy and pricing presentation */
.privacy {
  text-align: center;
}

.privacy .eyebrow,
.privacy h2,
.privacy .human-decision,
.privacy .human-decision p,
.privacy .human-decision strong {
  margin-left: auto;
  margin-right: auto;
}

.privacy h2 {
  max-width: 860px;
}

.human-decision {
  max-width: 920px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 34px;
}

.human-decision p {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.75;
}

.human-decision .btn {
  margin-top: 4px;
}

.pricing {
  align-items: stretch;
}

.price-card {
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  min-height: 342px;
  padding: 30px 24px;
}

.price-card h3 {
  width: 100%;
  min-height: 54px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19d8ff;
  font-size: 22px;
  line-height: 1.18;
}

.price-card .price {
  min-height: 42px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: clamp(28px, 2.5vw, 36px);
  letter-spacing: 0;
}

.price-card span {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  line-height: 1.65;
}

.price-card .btn {
  width: 100%;
  margin-top: 26px;
}

.price-card.featured {
  border-color: rgba(0, 215, 255, 0.52);
}

/* Navigation readability adjustment */
.nav-links {
  font-size: 16px;
  font-weight: 750;
}

@media (max-width: 1180px) {
  .nav-links {
    font-size: 15px;
    gap: 14px;
  }
}

/* Form success state */
.form-success {
  color: #19d8ff !important;
}

.compact-form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

/* Feedback select dark dropdown fix */
.feedback-box select,
.feedback-box select option,
.filter-bar select option,
select option {
  background: #05070f !important;
  background-color: #05070f !important;
  color: #ffffff !important;
  color-scheme: dark;
}

.feedback-box .field {
  margin: 0;
}

.center-actions {
  justify-content: center;
  margin-top: 18px;
}

/* One-line desktop navigation fix */
.nav {
  flex-wrap: nowrap;
  gap: 14px;
}

.logo,
.language-switch {
  flex: 0 0 auto;
}

.nav-links {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.nav-links a {
  white-space: nowrap;
}

@media (max-width: 1240px) {
  .nav {
    gap: 10px;
  }

  .nav-links {
    gap: 10px;
    font-size: 13px;
  }

  .language-switch {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .nav {
    flex-wrap: wrap;
  }

  .nav-links {
    white-space: normal;
  }
}

/* Jobseeker registration alignment and dense selects */
.jobseeker-register-page .page-title {
  text-align: center;
}

.jobseeker-register-page .page-title h1,
.jobseeker-register-page .page-title .subtitle,
.jobseeker-register-page .page-title .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.jobseeker-register-page .form-step > h2 {
  text-align: center;
  color: #19d8ff;
}

.jobseeker-register-page .form-step > span {
  margin-left: auto;
  margin-right: auto;
}

.jobseeker-register-page .grid-3.compact-grid {
  align-items: start;
}

.jobseeker-register-page .field select {
  min-height: 54px;
}

/* AI generated jobseeker profile panels */
.ai-profile-hero {
  border-color: rgba(0, 215, 255, 0.58);
  background: linear-gradient(145deg, rgba(0, 215, 255, 0.18), rgba(10, 99, 255, 0.09)), var(--panel);
  text-align: center;
}

.ai-profile-hero h2 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
}

.ai-profile-hero p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.ai-cv {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.ai-cv section {
  border: 1px solid rgba(0, 215, 255, 0.18);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.ai-cv h3,
.ai-script + * h3 {
  color: #19d8ff;
}

.ai-cv p,
.ai-script {
  color: #ffffff;
  line-height: 1.7;
}

.ai-script {
  padding: 22px;
  border: 1px solid rgba(0, 215, 255, 0.22);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  font-size: 18px;
}

@media (max-width: 820px) {
  .ai-cv {
    grid-template-columns: 1fr;
  }
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.security-note {
  display: block;
  margin-top: 16px;
  color: #ffffff;
  line-height: 1.65;
}

.prototype-reset-link {
  display: inline-block;
  margin-top: 8px;
}

.prototype-reset-link a,
.form-success a {
  color: #19d8ff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.review-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.review-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 16px;
}

.review-card > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #ffffff;
}

.review-card span,
.review-card small {
  color: #19d8ff;
  font-weight: 800;
}

.review-card p,
.empty-state,
.security-note {
  color: #ffffff;
}

.reputation-form {
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 16px;
}

.reputation-form h4 {
  margin: 0 0 12px;
  color: #19d8ff;
}
.personality-test h2,
.personality-result h2 {
  color: #ffffff;
}

.personality-question {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  background: rgba(255, 255, 255, 0.05);
}

.personality-question legend {
  color: #ffffff;
  font-weight: 900;
  line-height: 1.4;
}

.scale-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(48px, 1fr));
  gap: 8px;
  margin: 14px 0 8px;
}

.scale-row label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  border: 1px solid rgba(25, 216, 255, 0.28);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(5, 7, 15, 0.72);
}

.personality-bars {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.personality-bars div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.personality-bars strong {
  color: #19d8ff;
}

@media (max-width: 640px) {
  .scale-row {
    grid-template-columns: repeat(5, 1fr);
  }

  .scale-row label {
    min-width: 0;
    padding: 0 4px;
  }
}
.step-checklist,
.pipeline-grid,
.evaluation-grid,
.recommended-list,
.recommendation-columns,
.blocked-list {
  display: grid;
  gap: 12px;
}

.step-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.step-item span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(25, 216, 255, 0.14);
  color: #19d8ff;
  font-weight: 900;
}

.step-item.done {
  border-color: rgba(25, 216, 255, 0.42);
}

.pipeline-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.pipeline-grid section,
.evaluation-grid span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.pipeline-grid h3 {
  color: #19d8ff;
  margin-top: 0;
}

.pipeline-grid strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 10px;
}

.pipeline-grid span {
  color: #19d8ff;
}

.evaluation-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 18px 0;
}

.recommendation-intro,
.recommendation-card {
  margin-bottom: 18px;
}

.recommendation-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.recommendation-columns h4 {
  color: #19d8ff;
  margin: 0 0 8px;
}

.blocked-list {
  margin-top: 16px;
}

.blocked-list span {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(25, 216, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(25, 216, 255, 0.08);
}

@media (max-width: 980px) {
  .pipeline-grid,
  .evaluation-grid,
  .recommendation-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pipeline-grid,
  .evaluation-grid,
  .recommendation-columns {
    grid-template-columns: 1fr;
  }
}
/* Landing compact content-card fixes */
.split .benefit-panel {
  align-self: start;
}

.benefit-panel ul:last-child,
.feature-grid article p:last-child,
.comparison-board article p:last-child,
.panel p:last-child {
  margin-bottom: 0;
}

.feature-grid article,
.comparison-board article,
.benefit-panel {
  height: fit-content;
}
/* Clickable beta demo flow */
.demo-page .page-title {
  padding-bottom: 70px;
}

.demo-stage {
  padding-top: 78px;
}

.demo-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.demo-steps {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 16px;
  background: rgba(6, 16, 30, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.demo-steps button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  text-align: left;
  font-weight: 850;
  cursor: pointer;
}

.demo-steps button span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(10, 99, 255, 0.24);
  color: #9fdfff;
  font-weight: 900;
}

.demo-steps button.active {
  border-color: rgba(0, 215, 255, 0.62);
  background: linear-gradient(135deg, rgba(0, 215, 255, 0.2), rgba(10, 99, 255, 0.12));
  box-shadow: 0 0 26px rgba(0, 215, 255, 0.12);
}

.demo-screen {
  min-width: 0;
  border: 1px solid rgba(0, 215, 255, 0.24);
  border-radius: 28px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(0, 215, 255, 0.12), rgba(10, 99, 255, 0.055)), rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(22px);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.32);
}

.demo-panel {
  display: none;
  min-height: 520px;
}

.demo-panel.active {
  display: block;
}

.demo-panel h2 {
  font-size: clamp(30px, 4.4vw, 58px);
  max-width: 920px;
}

.demo-card-grid,
.ai-summary-grid,
.feedback-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.demo-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.demo-card,
.video-question-list div,
.summary-block,
.ai-score,
.appointment-card div,
.feedback-demo-grid div {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 18px;
  background: rgba(2, 7, 18, 0.44);
  color: #ffffff;
}

.demo-card span,
.video-question-list span,
.ai-score span,
.appointment-card span,
.feedback-demo-grid span {
  display: block;
  color: #19d8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.demo-card strong,
.video-question-list strong,
.ai-score strong,
.appointment-card strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.demo-card p,
.video-question-list p,
.ai-score p,
.feedback-demo-grid p,
.summary-block li,
.demo-note {
  color: #ffffff;
}

.demo-note {
  margin-top: 18px;
  border: 1px solid rgba(0, 215, 255, 0.22);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(0, 215, 255, 0.08);
  font-weight: 750;
}

.candidate-demo-head {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(0, 215, 255, 0.22);
  border-radius: 20px;
  background: rgba(0, 215, 255, 0.07);
}

.candidate-avatar {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 0 34px rgba(0, 215, 255, 0.24);
}

.video-question-list,
.evaluation-demo,
.appointment-card {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.ai-score strong {
  color: var(--accent);
  font-size: 56px;
}

.summary-block h3 {
  color: #19d8ff;
}

.summary-block ul {
  margin: 0;
  padding-left: 20px;
}

.evaluation-demo label {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  color: #ffffff;
  font-weight: 850;
}

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

.demo-textarea {
  margin-top: 18px;
}

.appointment-card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feedback-demo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.demo-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.demo-controls button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
}

.demo-benefits {
  height: fit-content;
}

@media (max-width: 980px) {
  .demo-layout,
  .demo-card-grid,
  .demo-card-grid.three,
  .ai-summary-grid,
  .appointment-card,
  .feedback-demo-grid {
    grid-template-columns: 1fr;
  }

  .demo-steps {
    position: static;
  }

  .demo-panel {
    min-height: auto;
  }

  .evaluation-demo label {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .demo-screen {
    padding: 16px;
  }

  .candidate-demo-head {
    grid-template-columns: 1fr;
  }

  .demo-controls {
    flex-direction: column;
  }
}

/* Role-based homepage split */
.role-hero {
  min-height: calc(100vh - 92px);
  padding-bottom: 76px;
}

.role-intro {
  max-width: 1040px;
  margin: 46px auto 0;
  text-align: center;
}

.role-intro h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.role-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 46px auto 0;
}

.role-choice-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(0, 215, 255, 0.26);
  border-radius: 24px;
  padding: 36px;
  background: linear-gradient(145deg, rgba(0, 215, 255, 0.16), rgba(10, 99, 255, 0.075)), rgba(255, 255, 255, 0.055);
  box-shadow: 0 30px 95px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.role-choice-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.role-choice-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 215, 255, 0.28), transparent 68%);
  pointer-events: none;
}

.role-choice-card h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 58px);
}

.role-choice-card p,
.role-choice-card li {
  color: #ffffff;
  font-size: 18px;
}

.role-choice-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 32px;
  padding-left: 22px;
}

.role-choice-card .btn {
  margin-top: auto;
  width: 100%;
}

.role-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 215, 255, 0.34);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(0, 215, 255, 0.09);
  color: #19d8ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.employer-card {
  border-color: rgba(10, 99, 255, 0.38);
  background: linear-gradient(145deg, rgba(10, 99, 255, 0.18), rgba(0, 215, 255, 0.07)), rgba(255, 255, 255, 0.06);
}

.role-summary[hidden],
.role-view[hidden] {
  display: none !important;
}

.role-view.active {
  display: block;
}

.nav-links a.active,
.role-choice-card .btn.active {
  color: #ffffff;
  border-color: rgba(0, 215, 255, 0.58);
}

.role-process.process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.role-pricing.pricing {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .role-choice-grid,
  .role-process.process,
  .role-pricing.pricing {
    grid-template-columns: 1fr;
  }

  .role-choice-card {
    min-height: auto;
  }
}

/* Requested homepage refinements */
.jobseeker-card {
  align-items: center;
  text-align: center;
}

.jobseeker-card ul {
  width: 100%;
  max-width: 430px;
  padding-left: 0;
  list-style-position: inside;
  justify-items: center;
}

.jobseeker-card .role-pill {
  margin-left: auto;
  margin-right: auto;
}

.legal-warning {
  max-width: 1040px;
}

.legal-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.legal-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(0, 215, 255, 0.34);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(0, 215, 255, 0.09);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

/* Center both role choice cards */
.employer-card {
  align-items: center;
  text-align: center;
}

.employer-card ul {
  width: 100%;
  max-width: 430px;
  padding-left: 0;
  list-style-position: inside;
  justify-items: center;
}

.employer-card .role-pill {
  margin-left: auto;
  margin-right: auto;
}

.field-invalid input,
.field-invalid select,
.field-invalid textarea {
  border-color: #ff4d5e !important;
  background: rgba(80, 0, 12, 0.28) !important;
  box-shadow: 0 0 0 3px rgba(255, 77, 94, 0.18), 0 0 22px rgba(255, 77, 94, 0.20);
}

.check.field-invalid {
  flex-wrap: wrap;
  border: 1px solid rgba(255, 77, 94, 0.58);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 77, 94, 0.08);
  box-shadow: 0 0 0 3px rgba(255, 77, 94, 0.12);
}

.required-bubble {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 77, 94, 0.52);
  border-radius: 999px;
  background: rgba(255, 77, 94, 0.16);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(255, 77, 94, 0.16);
}

.check .required-bubble {
  flex-basis: 100%;
  margin-left: 34px;
}

.benefit-panel-compact {
  padding-bottom: 24px;
}

.benefit-panel-compact ul {
  gap: 11px;
}

.benefit-panel-compact li {
  line-height: 1.36;
}
/* Final demo and job detail fixes */
.video-demo {
  align-content: start;
  padding-top: 58px;
}

.video-demo-copy {
  display: grid;
  gap: 8px;
}

.video-demo-copy strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

.video-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.video-demo-actions .btn {
  width: auto;
  min-width: 220px;
}

.job-report-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 220, 168, 0.28);
  border-radius: 18px;
  background: rgba(255, 220, 168, 0.07);
}

.job-report-box h3 {
  color: #ffdca8;
}

.job-report-box p {
  color: #ffffff;
  font-size: 16px;
}

.demo-steps {
  padding: 16px;
}

.demo-steps button,
.demo-steps button[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 52px;
  border: 1px solid rgba(0, 215, 255, 0.24);
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  text-align: left;
  font: inherit;
  font-weight: 900;
  box-shadow: none;
}

.demo-steps button:hover,
.demo-steps button.active {
  border-color: rgba(0, 215, 255, 0.62);
  background: linear-gradient(135deg, rgba(0, 215, 255, 0.22), rgba(10, 99, 255, 0.14));
}

.demo-panel h2 {
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.08;
}

.demo-card {
  display: grid;
  gap: 8px;
}

.demo-card span,
.demo-card strong,
.demo-card p {
  margin: 0;
}

.demo-card p {
  font-size: 16px;
  line-height: 1.5;
}
/* Privacy grid center alignment */
.privacy-grid div {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.compact-checkbox-grid {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.check-option {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(98, 188, 255, 0.28);
  border-radius: 12px;
  background: rgba(8, 18, 33, 0.68);
  color: #ffffff;
  font-weight: 700;
}

.check-option input {
  width: auto;
  min-height: auto;
  accent-color: #18d4ff;
}

.check-group.field-invalid {
  border: 1px solid rgba(255, 77, 94, 0.58);
  border-radius: 14px;
  padding: 10px;
  background: rgba(80, 0, 12, 0.22);
}
/* Unified navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: 16px;
}

.unified-nav.nav {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 70px;
  overflow: visible;
}

.unified-nav .logo {
  min-width: max-content;
}

.unified-nav .nav-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 900;
  cursor: pointer;
}

.unified-menu.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  flex-wrap: nowrap;
}

.unified-menu > a,
.unified-menu .nav-dropdown > button,
.unified-menu .language-switch {
  white-space: nowrap;
}

.unified-menu > a,
.unified-menu .nav-dropdown > button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 9px 0;
}

.unified-menu .nav-dropdown > button {
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > button::after {
  content: "▾";
  margin-left: 6px;
  font-size: 11px;
  color: #19d8ff;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 220;
  min-width: 245px;
  display: none;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(0, 215, 255, 0.28);
  border-radius: 16px;
  background: rgba(3, 13, 26, 0.98);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.nav-dropdown.open .dropdown-menu {
  display: grid;
}

.dropdown-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background: rgba(0, 215, 255, 0.14);
  outline: none;
}

.unified-menu .language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 900;
}

.unified-nav .auth-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

@media (min-width: 1181px) {
  .nav-dropdown:nth-of-type(3) .dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 1180px) {
  .unified-nav.nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .unified-nav .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .unified-nav .auth-actions {
    display: none;
  }

  .unified-menu.nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 210;
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(0, 215, 255, 0.26);
    border-radius: 18px;
    background: rgba(3, 13, 26, 0.99);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
    font-size: 15px;
  }

  .unified-menu.nav-links.open {
    display: grid;
    gap: 8px;
  }

  .unified-menu > a,
  .unified-menu .nav-dropdown > button,
  .unified-menu .language-switch {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 12px;
    border-radius: 12px;
  }

  .unified-menu > a:hover,
  .unified-menu > a:focus,
  .unified-menu .nav-dropdown > button:hover,
  .unified-menu .nav-dropdown > button:focus {
    background: rgba(0, 215, 255, 0.12);
  }

  .dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    margin: 4px 0 8px;
    box-shadow: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .unified-nav.nav {
    min-height: 62px;
    border-radius: 18px;
    padding: 12px;
  }

  .unified-nav .logo-text {
    font-size: 19px;
  }

  .unified-nav .logo-mark {
    width: 26px;
    height: 26px;
  }
}

.demo-fit-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.demo-fit-details[hidden] {
  display: none;
}

.demo-fit-details article,
.workstyle-card small {
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 12px;
  background: rgba(5, 18, 34, 0.56);
  padding: 12px;
}

.demo-fit-details article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
}

.demo-fit-details article p,
.demo-fit-details .muted {
  grid-column: 1 / -1;
}

.workstyle-card small {
  display: block;
  margin-top: 10px;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .demo-fit-details {
    grid-template-columns: 1fr;
  }
}


/* Modern typography and visual polish */
body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.brand-name,
.logo-text,
.btn,
.eyebrow,
.role-pill,
.comparison-head {
  font-family: Sora, Manrope, Inter, sans-serif;
}

h1,
h2,
.role-choice-card h2,
.demo-panel h2,
.page-title h1,
.page-title h2 {
  text-wrap: balance;
}

.subtitle,
.section p,
.role-choice-card p,
.demo-card p,
.job-card p,
.panel p {
  text-wrap: pretty;
}

.nav,
.unified-nav.nav {
  background: linear-gradient(135deg, rgba(3, 14, 28, 0.92), rgba(8, 23, 43, 0.86));
  border-color: rgba(123, 213, 255, 0.22);
}

.btn.primary,
.primary {
  background: linear-gradient(135deg, #10dcff 0%, #0a8cff 52%, #0757f2 100%);
}

.btn.ghost,
.btn.secondary,
.ghost,
.secondary {
  border-color: rgba(154, 222, 255, 0.24);
}

.process article,
.feature-grid article,
.comparison-board article,
.glass-card,
.price-card,
.privacy-grid div,
.human-decision,
.benefit-panel,
.role-choice-card,
.demo-panel,
.job-card,
.panel,
.form-step,
.demo-card {
  border-color: rgba(137, 218, 255, 0.24);
}

.process article:hover,
.feature-grid article:hover,
.comparison-board article:hover,
.glass-card:hover,
.price-card:hover,
.privacy-grid div:hover,
.benefit-panel:hover,
.role-choice-card:hover,
.job-card:hover {
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36), 0 0 34px rgba(0, 215, 255, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.role-choice-card h2,
.page-title h1,
.hero h1 {
  letter-spacing: 0;
}

.role-choice-card,
.benefit-panel,
.glass-card,
.price-card {
  isolation: isolate;
}

.role-choice-card::after {
  opacity: 0.74;
  filter: blur(3px);
}


/* Stronger visual homepage with real image assets */
.role-choice-card {
  justify-content: flex-start;
}

.role-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 215, 255, 0.30);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 10, 24, 0.68);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), 0 0 32px rgba(0, 215, 255, 0.13);
  position: relative;
}

.role-card-media::after,
.section-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 45%, rgba(2, 7, 18, 0.62) 100%),
    radial-gradient(circle at 70% 18%, rgba(0, 215, 255, 0.18), transparent 34%);
}

.role-card-media img,
.section-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.role-choice-card h2 {
  max-width: 520px;
}

.role-choice-card p {
  max-width: 560px;
}

.visual-split {
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
}

.visual-split.reverse {
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
}

.section-visual {
  min-height: 460px;
  border: 1px solid rgba(0, 215, 255, 0.30);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(0, 10, 24, 0.62);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42), 0 0 52px rgba(0, 215, 255, 0.12);
  position: relative;
  align-self: stretch;
}

.section-visual::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, #10dcff, #0a63ff);
}

.jobseeker-visual {
  order: 2;
}

#allaskeresoknek > div:not(.section-visual) {
  order: 1;
}

#cegeknek .section-visual {
  order: 2;
}

#cegeknek .benefit-panel {
  order: 1;
}

.role-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 150px;
  width: min(1100px, 86vw);
  height: 520px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 215, 255, 0.16), transparent 68%);
  filter: blur(42px);
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 980px) {
  .visual-split,
  .visual-split.reverse {
    grid-template-columns: 1fr;
  }

  .section-visual,
  .jobseeker-visual,
  #cegeknek .section-visual {
    order: -1;
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .role-card-media {
    border-radius: 16px;
    margin-bottom: 18px;
  }

  .section-visual {
    min-height: 240px;
    border-radius: 20px;
  }
}

/* Hero image depth and corrected Norelis wordmark spacing */
.role-hero {
  position: relative;
  overflow: hidden;
}

.role-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 92px;
  width: min(1280px, 94vw);
  height: 520px;
  transform: translateX(-50%);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(2, 7, 18, 0.16), rgba(2, 7, 18, 0.82)),
    radial-gradient(circle at 50% 30%, rgba(0, 215, 255, 0.22), transparent 44%),
    url("assets/employer-registration-ai.png") center / cover no-repeat;
  opacity: 0.28;
  filter: saturate(1.22) contrast(1.08);
  mask-image: radial-gradient(ellipse at center, #000 0%, #000 48%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, #000 48%, transparent 78%);
  pointer-events: none;
  z-index: -2;
}

.hero-brand-lockup {
  width: min(900px, 100%);
  gap: 18px;
}

.hero-brand-lockup::before {
  width: min(860px, 88vw);
  top: 74px;
  opacity: 0.9;
}

.brand-n {
  width: 118px;
  height: 118px;
  border-radius: 22px;
}

.brand-name {
  font-family: Sora, Manrope, Inter, sans-serif;
  font-size: clamp(48px, 7vw, 98px);
  line-height: 1.04;
  letter-spacing: 0.075em !important;
  white-space: nowrap;
  padding: 0 0.06em 0.04em;
  max-width: 100%;
  text-align: center;
  filter: drop-shadow(0 0 14px rgba(0, 215, 255, 0.50)) drop-shadow(0 0 50px rgba(10, 99, 255, 0.36));
}

.role-intro {
  margin-top: 36px;
}

.role-choice-grid {
  max-width: 1240px;
  gap: 28px;
}

.role-choice-card {
  min-height: 560px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(0, 215, 255, 0.17), rgba(10, 99, 255, 0.08)),
    rgba(5, 22, 40, 0.78);
}

.role-card-media {
  aspect-ratio: 16 / 8.5;
  margin-bottom: 26px;
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), 0 0 46px rgba(0, 215, 255, 0.18);
}

.role-card-media img {
  object-position: center center;
  transform: scale(1.02);
}

.section-visual {
  min-height: 500px;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.48), 0 0 70px rgba(0, 215, 255, 0.16);
}

.section-visual img {
  object-position: center center;
  transform: scale(1.03);
}

#allaskeresoknek,
#cegeknek {
  align-items: center;
}

@media (max-width: 760px) {
  .role-hero::before {
    top: 72px;
    height: 440px;
    opacity: 0.24;
  }

  .brand-n {
    width: 88px;
    height: 88px;
    border-radius: 18px;
  }

  .brand-name {
    font-size: clamp(40px, 13.5vw, 54px);
    line-height: 1.08;
    letter-spacing: 0.045em !important;
    white-space: normal;
  }

  .role-choice-card {
    padding: 22px;
  }

  .role-card-media {
    aspect-ratio: 16 / 10;
  }

  .section-visual {
    min-height: 270px;
  }
}

/* Background image treatment for jobseeker and employer sections */
.visual-bg {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 48px;
  align-items: center;
  border: 1px solid rgba(0, 215, 255, 0.14);
  border-radius: 30px;
  margin-left: 7vw;
  margin-right: 7vw;
  padding: 76px 5vw;
  background: rgba(3, 15, 29, 0.64);
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.visual-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.18;
  filter: saturate(1.15) contrast(1.06);
  transform: scale(1.03);
  pointer-events: none;
}

.visual-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 18, 0.94) 0%, rgba(2, 7, 18, 0.76) 48%, rgba(2, 7, 18, 0.58) 100%),
    radial-gradient(circle at 72% 26%, rgba(0, 215, 255, 0.22), transparent 34%);
  pointer-events: none;
}

.jobseeker-bg::before {
  background-image: url("assets/jobseeker-registration-ai.png");
}

.employer-bg::before {
  background-image: url("assets/employer-registration-ai.png");
}

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

.visual-bg .benefit-panel {
  background: rgba(5, 22, 40, 0.72);
}

#allaskeresoknek > div:not(.section-visual),
#cegeknek .benefit-panel,
#cegeknek .section-visual,
.jobseeker-visual {
  order: initial;
}

@media (max-width: 980px) {
  .visual-bg,
  .visual-bg.reverse {
    grid-template-columns: 1fr;
    margin-left: 7vw;
    margin-right: 7vw;
    padding: 42px 22px;
  }

  .visual-bg::after {
    background:
      linear-gradient(180deg, rgba(2, 7, 18, 0.92) 0%, rgba(2, 7, 18, 0.78) 100%),
      radial-gradient(circle at 50% 10%, rgba(0, 215, 255, 0.22), transparent 42%);
  }
}

/* Testing readiness additions */
.beta-testing-notice {
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
  border: 1px solid rgba(0, 215, 255, 0.26);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 215, 255, 0.13), rgba(9, 25, 47, 0.92));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #fff;
}

.beta-testing-notice strong,
.beta-testing-notice a {
  color: #22d7ff;
}

.beta-testing-notice span {
  max-width: 760px;
  color: #fff;
}

.beta-testing-notice a {
  font-weight: 800;
  text-decoration: none;
}

.prototype-reset-link {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
}

.prototype-reset-link a,
.payment-note a {
  color: #22d7ff;
  font-weight: 800;
}

.payment-note {
  max-width: 920px;
  margin: 22px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(0, 215, 255, 0.22);
  border-radius: 16px;
  background: rgba(5, 22, 40, 0.68);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.test-feedback-form textarea,
.erasure-form textarea {
  min-height: 130px;
}

.test-feedback-form .form-grid,
.erasure-form .form-grid {
  align-items: start;
}

@media (max-width: 760px) {
  .beta-testing-notice {
    align-items: stretch;
    padding: 12px;
  }

  .beta-testing-notice a {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(0, 215, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
  }
}
.beta-context-box {
  margin-bottom: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 215, 255, 0.22);
  border-radius: 16px;
  background: rgba(0, 215, 255, 0.08);
  color: #fff;
  line-height: 1.6;
}

.beta-context-box strong {
  color: #22d7ff;
}
/* Jobseeker homepage section alignment */
.jobseeker-copy {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.jobseeker-copy h2,
.jobseeker-copy p {
  margin-left: auto;
  margin-right: auto;
}

.jobseeker-actions {
  gap: 16px;
  align-items: center;
}

.jobseeker-actions .btn {
  min-width: 230px;
}

@media (max-width: 560px) {
  .jobseeker-actions .btn {
    width: 100%;
    min-width: 0;
  }
}
/* Corrected jobseeker section structure and Norelis wordmark */
.jobseeker-section {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
  row-gap: 40px;
}

.jobseeker-headline {
  align-self: center;
  text-align: left;
}

.jobseeker-headline h2 {
  max-width: 760px;
}

.jobseeker-center-copy {
  grid-column: 1 / -1;
  width: min(880px, 100%);
  margin: 6px auto 0;
  text-align: center;
}

.jobseeker-center-copy p {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  color: #ffffff;
}

.jobseeker-section .benefit-panel {
  align-self: center;
}

.brand-name {
  font-family: Sora, Manrope, Inter, sans-serif;
  font-weight: 900;
  font-size: clamp(54px, 7.2vw, 104px);
  line-height: 1;
  letter-spacing: 0.018em !important;
  word-spacing: 0;
  white-space: nowrap;
  padding: 0 0.02em 0.05em;
  color: transparent;
  background: linear-gradient(180deg, #f4feff 0%, #5cecff 30%, #00b7ff 52%, #0a63ff 86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.35px rgba(225, 252, 255, 0.32);
  filter: drop-shadow(0 0 10px rgba(0, 215, 255, 0.44)) drop-shadow(0 0 28px rgba(10, 99, 255, 0.28));
  text-rendering: geometricPrecision;
  font-kerning: normal;
}

#platform,
#allaskeresoknek,
#cegeknek,
#hogyan,
#ai-funkciok,
#arak,
#adatvedelem,
#beta {
  scroll-margin-top: 190px;
}

@media (max-width: 980px) {
  .jobseeker-section {
    grid-template-columns: 1fr;
  }

  .jobseeker-headline {
    text-align: center;
  }

  .jobseeker-headline h2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .brand-name {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.04;
    letter-spacing: 0.006em !important;
    white-space: nowrap;
  }
}
/* Final solid Norelis wordmark correction */
.brand-name {
  font-family: "Arial Black", Arial, Manrope, sans-serif;
  font-weight: 900;
  font-size: clamp(58px, 7.4vw, 106px);
  line-height: 0.96;
  letter-spacing: 0.015em !important;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(180deg, #e9fbff 0%, #57e6ff 34%, #00aaf5 58%, #1269ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0 transparent;
  paint-order: fill;
  filter: none;
  text-shadow:
    0 0 12px rgba(0, 215, 255, 0.42),
    0 0 34px rgba(10, 99, 255, 0.34);
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

@media (max-width: 760px) {
  .brand-name {
    font-size: clamp(44px, 13vw, 60px);
    letter-spacing: 0.004em !important;
  }
}
/* Strict GDPR surfaces */
.strict-privacy-panel h2 {
  color: #22d7ff;
}

.legal-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 28px;
}

.legal-matrix article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(0, 215, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(0, 215, 255, 0.12), rgba(5, 22, 40, 0.74));
  color: #fff;
}

.legal-matrix h3 {
  margin-bottom: 10px;
  color: #22d7ff;
}

.legal-matrix p {
  color: #fff;
  font-size: 16px;
}

.strict-consent {
  border-color: rgba(0, 215, 255, 0.34);
  background: linear-gradient(145deg, rgba(0, 215, 255, 0.1), rgba(5, 22, 40, 0.82));
}

.strict-consent .check {
  align-items: flex-start;
}

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