:root {
  --navy-980: #040914;
  --navy-950: #071226;
  --navy-920: #0a1733;
  --navy-880: #0f2147;
  --navy-820: #153063;
  --sky-300: #8faee2;
  --sky-200: #cddaf5;
  --gold-500: #bf9341;
  --gold-400: #d6b066;
  --gold-200: #f3e2b7;
  --text-strong: #f3f7ff;
  --text-muted: #a9b8d4;
  --text-soft: #879abf;
  --line-soft: rgba(167, 189, 233, 0.18);
  --line-strong: rgba(214, 176, 102, 0.28);
  --surface-strong: rgba(9, 20, 44, 0.92);
  --surface-card: rgba(10, 24, 52, 0.82);
  --surface-card-alt: rgba(8, 18, 39, 0.88);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow-soft: 0 18px 38px rgba(2, 8, 20, 0.32);
  --shadow-deep: 0 28px 72px rgba(1, 5, 16, 0.46);
  --container: min(1180px, calc(100% - 2.4rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Urbanist", "Segoe UI", sans-serif;
  color: var(--text-muted);
  background:
    radial-gradient(920px 460px at 8% -2%, rgba(143, 174, 226, 0.16), transparent 58%),
    radial-gradient(720px 360px at 92% 0%, rgba(214, 176, 102, 0.14), transparent 54%),
    linear-gradient(180deg, #081229 0%, #040914 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(143, 174, 226, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 174, 226, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 92%);
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

main {
  position: relative;
  z-index: 1;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: #fff;
  color: #081229;
  z-index: 300;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

:focus-visible {
  outline: 2px solid rgba(214, 176, 102, 0.9);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  border-bottom: 1px solid rgba(214, 176, 102, 0.18);
  background:
    linear-gradient(180deg, rgba(11, 23, 49, 0.88), rgba(4, 9, 20, 0.92)),
    radial-gradient(860px 160px at 12% 0%, rgba(143, 174, 226, 0.12), transparent 58%),
    radial-gradient(620px 180px at 86% 0%, rgba(214, 176, 102, 0.08), transparent 60%);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 26px rgba(1, 5, 16, 0.18);
}

.header-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-mobile-actions {
  display: none;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}

.brand img {
  height: 84px;
  width: auto;
  filter: drop-shadow(0 0 11px rgba(255, 255, 255, 0.42)) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.44));
}

.main-nav {
  margin-inline: auto 0;
  display: flex;
  align-items: center;
}

.mobile-nav-header,
.nav-close,
.nav-footer,
.menu-toggle,
.mobile-menu-overlay {
  display: none;
}

.nav-content {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.nav-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  color: var(--sky-200);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.nav-item:hover,
.nav-item.active {
  color: var(--text-strong);
  background: linear-gradient(180deg, rgba(214, 176, 102, 0.18), rgba(143, 174, 226, 0.12));
  box-shadow: inset 0 0 0 1px rgba(214, 176, 102, 0.18);
}

.nav-item-arrow {
  display: none;
}

.nav-group {
  position: relative;
}

.nav-group-toggle {
  cursor: pointer;
}

.nav-group-chevron {
  transition: transform 0.2s ease;
}

.nav-group.active .nav-group-toggle,
.nav-group-toggle:hover {
  color: var(--text-strong);
  background: linear-gradient(180deg, rgba(214, 176, 102, 0.18), rgba(143, 174, 226, 0.12));
  box-shadow: inset 0 0 0 1px rgba(214, 176, 102, 0.18);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  z-index: 40;
  min-width: 250px;
  display: grid;
  gap: 0.4rem;
  padding: 0.55rem;
  border-radius: 16px;
  border: 1px solid rgba(167, 189, 233, 0.2);
  background: rgba(7, 17, 37, 0.96);
  box-shadow: 0 20px 32px rgba(1, 5, 16, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-subitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  padding: 0.72rem 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-subitem:hover,
.nav-subitem.active {
  color: var(--text-strong);
  background: rgba(143, 174, 226, 0.12);
}

.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu,
.nav-group.is-open .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-group:hover .nav-group-chevron,
.nav-group:focus-within .nav-group-chevron,
.nav-group.is-open .nav-group-chevron {
  transform: rotate(180deg);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
  margin-left: 1rem;
}

.lang-switch,
.lang-switch-mobile-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 46px;
  min-height: 46px;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(9, 19, 40, 0.76);
  color: var(--gold-200);
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.lang-switch-mobile-top {
  display: none;
}

.lang-switch:hover,
.lang-switch-mobile-top:hover {
  transform: translateY(-1px);
  border-color: rgba(214, 176, 102, 0.34);
  background: rgba(11, 23, 49, 0.94);
}

.lang-switch .fi,
.lang-switch-mobile-top .fi {
  font-size: 1.16rem;
  line-height: 1;
  border-radius: 3px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.86rem 1.24rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(140deg, #b88937 0%, #d6b066 100%);
  box-shadow: 0 14px 30px rgba(184, 137, 55, 0.24);
}

.btn-primary:hover {
  box-shadow: 0 18px 34px rgba(184, 137, 55, 0.3);
}

.btn-ghost {
  color: var(--text-strong);
  background: rgba(9, 19, 40, 0.72);
  border-color: rgba(167, 189, 233, 0.22);
}

.btn-ghost:hover {
  background: rgba(11, 23, 49, 0.94);
  border-color: rgba(167, 189, 233, 0.34);
}

.section-space {
  padding-block: clamp(3rem, 7vw, 6rem);
}

.section-last {
  padding-bottom: clamp(4rem, 8vw, 6.6rem);
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(780px 420px at 12% 14%, rgba(214, 176, 102, 0.12), transparent 70%),
    radial-gradient(760px 440px at 88% 8%, rgba(143, 174, 226, 0.12), transparent 66%);
  pointer-events: none;
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: center;
}

.compact-hero .hero-grid {
  align-items: start;
}

.hero-copy {
  max-width: 42rem;
}

.eyebrow {
  margin: 0;
  color: var(--gold-200);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0.85rem 0 1rem;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.5rem, 5.1vw, 4.65rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.lead {
  margin: 0;
  max-width: 40rem;
  color: var(--text-muted);
  font-size: clamp(1.03rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-visual {
  position: relative;
  margin: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(167, 189, 233, 0.18);
  background:
    linear-gradient(160deg, rgba(15, 33, 70, 0.78), rgba(8, 19, 40, 0.92)),
    radial-gradient(280px 180px at 80% 16%, rgba(214, 176, 102, 0.16), transparent 70%);
  box-shadow: var(--shadow-deep);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: auto 10% -12% 10%;
  height: 22%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(143, 174, 226, 0.16), transparent 72%);
  filter: blur(26px);
  pointer-events: none;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 8px);
  background: linear-gradient(180deg, rgba(10, 23, 48, 0.24), rgba(10, 23, 48, 0.5));
}

.hero-bridge-flow {
  object-fit: contain;
  background: transparent;
  transform-origin: center;
  animation: flowFloat 6.4s ease-in-out infinite;
}

@keyframes flowFloat {
  0% {
    transform: translateY(0) scale(1.06);
  }
  50% {
    transform: translateY(-8px) scale(1.08);
  }
  100% {
    transform: translateY(0) scale(1.06);
  }
}

.page-index .hero {
  padding-top: clamp(2rem, 4vw, 3.25rem);
}

.page-index .hero-copy {
  padding-top: 0.5rem;
}

.page-index .hero-visual {
  justify-self: stretch;
  max-width: none;
}

.page-index .hero-visual img {
  aspect-ratio: 680 / 430;
}

.stat-grid {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card,
.soft-card,
.icon-bridge article,
.step-list li,
.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(12, 26, 56, 0.86), rgba(8, 18, 38, 0.92));
  box-shadow: var(--shadow-soft);
}

.stat-card::before,
.soft-card::before,
.icon-bridge article::before,
.step-list li::before,
.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.05), transparent 42%);
  pointer-events: none;
}

.stat-card {
  padding: 1.2rem 1.25rem;
}

.stat-card strong {
  display: block;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: 1.44rem;
  letter-spacing: -0.03em;
}

.stat-card span {
  display: block;
  margin-top: 0.25rem;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.section-title {
  margin: 0 0 1.35rem;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.icon-bridge,
.card-grid,
.step-list,
.legal-content {
  display: grid;
  gap: 1rem;
}

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

.icon-bridge article,
.soft-card {
  padding: 1.45rem;
}

.icon-bridge img {
  width: 64px;
  height: 64px;
}

.icon-bridge h3,
.soft-card h2,
.soft-card h3,
.step-list h3,
.cta-panel h3,
.legal-content h2 {
  margin: 0;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.02em;
}

.icon-bridge h3 {
  margin-top: 1rem;
  font-size: 1.15rem;
}

.icon-bridge p,
.soft-card p,
.step-list p,
.cta-panel p,
.legal-content p {
  margin: 0.7rem 0 0;
  color: var(--text-muted);
  line-height: 1.72;
}

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

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

.soft-card {
  transition: border-color 0.22s ease, transform 0.22s ease;
}

.soft-card:hover,
.icon-bridge article:hover,
.step-list li:hover,
.partner-item:hover,
.social-icon:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 176, 102, 0.26);
}

.soft-card a {
  display: inline-flex;
  margin-top: 0.9rem;
  color: var(--gold-200);
  font-weight: 700;
}

.step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: step;
}

.step-list li {
  padding: 1.4rem;
}

.step-list li::after {
  content: counter(step);
  counter-increment: step;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #b88937, #d6b066);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.step-list p {
  min-height: 5.4rem;
}

.step-link {
  display: inline-flex;
  margin-top: 0.9rem;
  color: var(--gold-200);
  font-weight: 700;
}

.reference-section .soft-card {
  padding: 1.55rem;
}

.source-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.source-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.source-list li::before {
  content: "";
  margin-top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #b88937, #d6b066);
  flex-shrink: 0;
}

.source-list a {
  color: var(--sky-200);
  line-height: 1.62;
  text-decoration: underline;
  text-decoration-color: rgba(143, 174, 226, 0.42);
  text-underline-offset: 0.12rem;
}

.source-list a:hover {
  color: var(--text-strong);
}

.source-meta {
  margin-top: 1rem;
  color: var(--gold-200);
  font-weight: 700;
  font-size: 0.9rem;
}

.legal-note {
  margin-top: 0.7rem;
  color: var(--text-soft);
  font-size: 0.94rem;
}

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

.audience-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  padding: 1.45rem;
  background: linear-gradient(180deg, rgba(12, 26, 56, 0.86), rgba(8, 18, 38, 0.92));
  box-shadow: var(--shadow-soft);
}

.audience-card h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
}

.audience-card p {
  margin: 0.7rem 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.audience-card .btn {
  margin-top: 1rem;
}

.highlight-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.highlight-strip article {
  border-radius: var(--radius-md);
  border: 1px solid rgba(167, 189, 233, 0.16);
  background: rgba(8, 17, 36, 0.58);
  padding: 1rem 1.05rem;
}

.highlight-strip h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: 1.02rem;
}

.highlight-strip p {
  margin: 0.55rem 0 0;
  color: var(--text-muted);
  line-height: 1.68;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 1rem;
  align-items: stretch;
}

.tall {
  min-height: 100%;
}

.check-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.check-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--text-muted);
  line-height: 1.68;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #b88937, #d6b066);
}

.cta-panel {
  padding: 1.6rem;
  border-color: rgba(214, 176, 102, 0.24);
  background:
    radial-gradient(260px 180px at 92% 0%, rgba(214, 176, 102, 0.14), transparent 68%),
    linear-gradient(180deg, rgba(15, 32, 68, 0.94), rgba(7, 15, 31, 0.98));
}

.cta-panel .btn {
  margin-top: 0.55rem;
  width: fit-content;
}

.contact-form {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
}

.contact-form span {
  color: var(--sky-200);
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(167, 189, 233, 0.18);
  border-radius: 14px;
  background: rgba(5, 13, 29, 0.68);
  color: var(--text-strong);
  padding: 0.88rem 0.95rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(214, 176, 102, 0.48);
  box-shadow: 0 0 0 3px rgba(214, 176, 102, 0.12);
}

.contact-form textarea {
  resize: vertical;
}

.form-feedback {
  display: none;
  margin: 0;
  padding: 0.8rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(100, 220, 156, 0.26);
  background: rgba(10, 66, 43, 0.32);
  color: #d7ffe8;
}

.form-feedback.show {
  display: block;
}

.faq-list {
  display: grid;
  gap: 0.95rem;
}

.faq-list article {
  padding-top: 0.95rem;
  border-top: 1px solid rgba(167, 189, 233, 0.14);
}

.faq-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.faq-list h3 {
  margin: 0;
}

.faq-list p {
  margin: 0.45rem 0 0;
}

.legal-header {
  max-width: 52rem;
}

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

.page-contact .hero-copy,
.page-contact .legal-header,
.page-about .hero-copy,
.page-platform .hero-copy,
.page-process .hero-copy,
.page-employers .hero-copy,
.page-candidates .hero-copy,
.page-visa_types .hero-copy,
.page-recognition_types .hero-copy,
.page-teachers .hero-copy {
  max-width: 39rem;
}

.jobs-hero .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.jobs-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(214, 176, 102, 0.24);
  padding: 1.05rem;
  background:
    radial-gradient(320px 180px at 88% 8%, rgba(214, 176, 102, 0.14), transparent 72%),
    linear-gradient(170deg, rgba(15, 32, 68, 0.88), rgba(7, 15, 31, 0.96));
  box-shadow: var(--shadow-soft);
}

.jobs-hero-stat {
  border-radius: 16px;
  border: 1px solid rgba(167, 189, 233, 0.18);
  background: rgba(8, 17, 36, 0.62);
  padding: 0.9rem;
}

.jobs-hero-stat strong {
  display: block;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.jobs-hero-stat span {
  display: block;
  margin-top: 0.32rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.jobs-feed-note {
  margin: 1rem 0 0;
  padding: 0.7rem 0.82rem;
  border-radius: 12px;
  border: 1px solid rgba(214, 176, 102, 0.34);
  background: rgba(191, 147, 65, 0.14);
  color: var(--gold-200);
  font-size: 0.92rem;
}

.jobs-feed-note-error {
  border-color: rgba(242, 138, 138, 0.36);
  background: rgba(117, 30, 30, 0.36);
  color: #ffd0d0;
}

.jobs-controls {
  padding: 1.25rem;
}

.jobs-controls-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.78rem;
}

.jobs-field {
  display: grid;
  gap: 0.42rem;
}

.jobs-field-search {
  grid-column: span 2;
}

.jobs-field span {
  color: var(--sky-200);
  font-size: 0.84rem;
  font-weight: 700;
}

.jobs-field input,
.jobs-field select {
  width: 100%;
  border: 1px solid rgba(167, 189, 233, 0.2);
  border-radius: 14px;
  background: rgba(5, 13, 29, 0.74);
  color: var(--text-strong);
  min-height: 44px;
  padding: 0 0.82rem;
}

.jobs-field input:focus,
.jobs-field select:focus {
  outline: none;
  border-color: rgba(214, 176, 102, 0.5);
  box-shadow: 0 0 0 3px rgba(214, 176, 102, 0.14);
}

.jobs-controls-foot {
  margin-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.jobs-results-meta {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  text-align: right;
}

.jobs-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-top: 0.9rem;
}

.jobs-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid rgba(214, 176, 102, 0.36);
  border-radius: 999px;
  background: rgba(191, 147, 65, 0.16);
  color: var(--gold-200);
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.4rem 0.72rem;
  cursor: pointer;
}

.jobs-filter-chip::after {
  content: "×";
  font-size: 0.92rem;
}

.jobs-filter-chip:hover {
  border-color: rgba(214, 176, 102, 0.5);
  background: rgba(191, 147, 65, 0.24);
}

.jobs-results {
  margin-top: 1.1rem;
}

.jobs-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.job-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(167, 189, 233, 0.2);
  background: linear-gradient(180deg, rgba(12, 26, 56, 0.88), rgba(8, 18, 38, 0.95));
  box-shadow: var(--shadow-soft);
  padding: 1.1rem;
  display: grid;
  gap: 0.86rem;
}

.job-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
}

.job-card-brand {
  display: flex;
  align-items: flex-start;
  gap: 0.68rem;
  min-width: 0;
}

.job-company-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(167, 189, 233, 0.18);
  background: rgba(255, 255, 255, 0.95);
  object-fit: contain;
  flex-shrink: 0;
}

.job-brand-text {
  min-width: 0;
}

.job-company {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.4;
}

.job-title {
  margin: 0.25rem 0 0;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
}

.job-title a {
  color: inherit;
}

.job-title a:hover {
  color: var(--gold-200);
}

.job-card-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.job-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.26rem 0.58rem;
  font-size: 0.74rem;
  font-weight: 700;
  border: 1px solid rgba(167, 189, 233, 0.34);
  background: rgba(12, 27, 59, 0.84);
  color: var(--sky-200);
}

.job-chip-alt {
  border-color: rgba(214, 176, 102, 0.34);
  color: var(--gold-200);
}

.job-chip-accent {
  border-color: rgba(139, 224, 173, 0.34);
  color: #cbf5df;
  background: rgba(14, 78, 52, 0.36);
}

.job-location {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.job-excerpt {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

.job-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.9rem;
}

.job-card-meta {
  display: grid;
  gap: 0.26rem;
  font-size: 0.82rem;
  color: var(--text-soft);
}

.job-card-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.job-card-actions .btn {
  min-height: 38px;
  padding: 0.66rem 0.92rem;
  font-size: 0.82rem;
}

.jobs-empty {
  margin: 1.3rem 0 0;
  border-radius: 16px;
  border: 1px dashed rgba(167, 189, 233, 0.38);
  padding: 1rem;
  text-align: center;
  color: var(--text-soft);
  background: rgba(8, 17, 36, 0.45);
}

.jobs-pagination {
  display: grid;
  place-items: center;
  margin-top: 1rem;
}

.jobs-load-more {
  min-width: min(340px, 100%);
}

.jobs-sentinel {
  width: 100%;
  height: 2px;
}

.jobs-noscript {
  margin-top: 1rem;
}

.jobs-noscript h2 {
  margin: 0;
}

.jobs-noscript p {
  margin: 0.7rem 0 0;
}

.jobs-noscript-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.65rem;
}

.jobs-noscript-item {
  border-top: 1px solid rgba(167, 189, 233, 0.2);
  padding-top: 0.7rem;
}

.jobs-noscript-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.jobs-noscript-item h3 {
  margin: 0;
  font-size: 1.02rem;
}

.jobs-noscript-item p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.page-error .hero {
  padding-top: clamp(1.6rem, 3vw, 2.5rem);
}

.error-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: clamp(1.2rem, 3.4vw, 2.5rem);
  align-items: stretch;
}

.error-copy h1 {
  max-width: 18ch;
}

.error-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.35rem;
  padding: 0.48rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 176, 102, 0.28);
  background: rgba(13, 28, 57, 0.8);
  color: var(--gold-200);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.error-actions {
  margin-top: 1.5rem;
}

.error-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(167, 189, 233, 0.2);
  background:
    radial-gradient(300px 220px at 80% 12%, rgba(214, 176, 102, 0.15), transparent 72%),
    radial-gradient(320px 200px at 16% 84%, rgba(143, 174, 226, 0.2), transparent 72%),
    linear-gradient(170deg, rgba(16, 33, 68, 0.86), rgba(7, 15, 31, 0.96));
  min-height: clamp(280px, 34vw, 390px);
  box-shadow: var(--shadow-deep);
  isolation: isolate;
}

.error-visual::before {
  content: "";
  position: absolute;
  inset: -24%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(143, 174, 226, 0.2) 120deg, transparent 220deg);
  animation: errorSweep 8s linear infinite;
  opacity: 0.5;
  pointer-events: none;
}

.error-code-shell {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  gap: 0.45rem;
  text-align: center;
}

.error-code-shell strong {
  margin: 0;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.4rem, 9.2vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-shadow: 0 16px 36px rgba(1, 5, 16, 0.5);
  animation: errorPulse 3.8s ease-in-out infinite;
}

.error-code-shell p {
  margin: 0;
  color: var(--gold-200);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.error-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.error-orb-a {
  width: 150px;
  height: 150px;
  top: 12%;
  left: 8%;
  background: radial-gradient(circle, rgba(214, 176, 102, 0.48), rgba(214, 176, 102, 0.08) 66%, transparent 74%);
  animation: errorFloatA 6.8s ease-in-out infinite;
}

.error-orb-b {
  width: 188px;
  height: 188px;
  right: 8%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(143, 174, 226, 0.5), rgba(143, 174, 226, 0.08) 68%, transparent 76%);
  animation: errorFloatB 7.2s ease-in-out infinite;
}

.error-orb-c {
  width: 108px;
  height: 108px;
  left: 46%;
  bottom: 18%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05) 70%, transparent 82%);
  animation: errorFloatC 5.8s ease-in-out infinite;
}

.page-error code {
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.32rem 0.48rem;
  border-radius: 10px;
  border: 1px solid rgba(167, 189, 233, 0.22);
  background: rgba(5, 13, 29, 0.76);
  color: var(--sky-200);
  font-size: 0.86rem;
  word-break: break-word;
}

.error-reference {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.56rem;
  border-radius: 10px;
  border: 1px solid rgba(214, 176, 102, 0.3);
  background: rgba(191, 147, 65, 0.14);
  color: var(--gold-200);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@keyframes errorSweep {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes errorPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@keyframes errorFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(10px, -10px, 0);
  }
}

@keyframes errorFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-12px, 9px, 0);
  }
}

@keyframes errorFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -11px, 0);
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  border-top: 1px solid rgba(214, 176, 102, 0.16);
  background:
    radial-gradient(760px 280px at 14% 0%, rgba(143, 174, 226, 0.12), transparent 62%),
    radial-gradient(620px 240px at 86% 0%, rgba(214, 176, 102, 0.09), transparent 62%),
    linear-gradient(180deg, rgba(8, 18, 39, 0.98), rgba(4, 9, 20, 1));
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(143, 174, 226, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 174, 226, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.footer-content,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-content {
  padding-block: 3rem 2.25rem;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1.48fr);
  gap: 2.2rem;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 1rem;
  max-width: 18.6rem;
}

.footer-brand img {
  height: 100px;
  width: auto;
  filter: drop-shadow(0 0 11px rgba(255, 255, 255, 0.42)) drop-shadow(0 10px 22px rgba(0, 0, 0, 0.42));
}

.footer-tagline {
  margin: 0;
  max-width: 22rem;
  color: var(--text-muted);
  line-height: 1.68;
  font-size: 1rem;
}

.footer-links-column h3,
.partners-heading {
  margin: 0 0 1rem;
  color: var(--text-strong);
  font-family: "Manrope", sans-serif;
  font-size: 1.04rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0;
  border-radius: var(--radius-md);
  border: 1px solid rgba(167, 189, 233, 0.16);
  background: rgba(9, 19, 40, 0.54);
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.social-icon img {
  width: 0.95rem;
  height: 0.95rem;
  filter: brightness(0) saturate(100%) invert(96%) sepia(14%) saturate(878%) hue-rotate(314deg) brightness(102%) contrast(93%);
}

.footer-social-inline {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-links-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer-links-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links-column li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.footer-links-column li a,
.footer-links-column li span {
  color: var(--text-muted);
  line-height: 1.6;
}

.footer-links-column li a:hover {
  color: var(--text-strong);
}

.contact-list {
  gap: 0.7rem;
}

.contact-icon {
  min-width: 18px;
  min-height: 18px;
  margin-top: 0.2rem;
  color: var(--gold-400);
}

.footer-partners-section {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(167, 189, 233, 0.1);
}

.partners-heading {
  margin-bottom: 1.1rem;
  font-size: 1.2rem;
}

.partners-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
}

.partner-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 189, 233, 0.14);
  background: rgba(8, 17, 36, 0.46);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.partner-item:hover {
  border-color: rgba(214, 176, 102, 0.3);
}

.partner-icon {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
  flex-shrink: 0;
}

.partner-label {
  color: var(--text-strong);
  font-weight: 700;
  text-align: center;
  font-size: 0.94rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.2rem 1.8rem;
  border-top: 1px solid rgba(167, 189, 233, 0.1);
}

.footer-copyright {
  margin: 0;
  color: var(--text-soft);
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-signature {
  color: var(--gold-200);
  font-weight: 700;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 189, 233, 0.16);
  background: rgba(8, 17, 36, 0.56);
  color: var(--text-strong);
  font-weight: 700;
  cursor: pointer;
}

.reveal {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal[data-reveal-state="pending"] {
  opacity: 0;
  transform: translateY(24px);
}

.reveal[data-reveal-state="visible"] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .header-shell {
    min-height: 80px;
  }

  .header-mobile-actions {
    display: flex;
  }

  .lang-switch-mobile-top {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(167, 189, 233, 0.18);
    background: rgba(8, 17, 36, 0.8);
    color: var(--text-strong);
    cursor: pointer;
  }

  .menu-toggle strong {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .menu-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
  }

  .menu-icon span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  body.menu-open .menu-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 92vw);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(10, 22, 46, 0.96), rgba(5, 11, 24, 0.98));
    border-left: 1px solid rgba(214, 176, 102, 0.16);
    box-shadow: -14px 0 28px rgba(1, 5, 16, 0.34);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
  }

  body.menu-open .main-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(167, 189, 233, 0.1);
  }

  .mobile-nav-header img {
    height: 38px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.42)) drop-shadow(0 10px 22px rgba(0, 0, 0, 0.4));
  }

  .nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(167, 189, 233, 0.16);
    background: rgba(8, 17, 36, 0.72);
    cursor: pointer;
  }

  .nav-content {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    margin-top: 0.95rem;
  }

  .nav-item,
  .nav-group-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 0.88rem 0.95rem;
    border-radius: 16px;
    border: 1px solid rgba(167, 189, 233, 0.12);
    background: rgba(8, 17, 36, 0.4);
  }

  .nav-item-arrow {
    display: block;
    color: var(--gold-200);
  }

  .nav-group-chevron {
    color: var(--gold-200);
  }

  .nav-submenu {
    position: static;
    min-width: 0;
    margin: 0.2rem 0 0.15rem;
    padding: 0.1rem 0 0.1rem 0.75rem;
    border: 0;
    border-left: 1px solid rgba(167, 189, 233, 0.2);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  .nav-subitem {
    border-radius: 12px;
    padding: 0.64rem 0.72rem;
    background: rgba(8, 17, 36, 0.44);
  }

  .nav-group.is-open .nav-submenu,
  .nav-group.active .nav-submenu {
    display: grid;
  }

  .nav-footer {
    display: grid;
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(167, 189, 233, 0.1);
  }

  .nav-actions {
    display: grid;
    gap: 0.75rem;
  }

  .nav-actions .btn {
    width: 100%;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 119;
    background: rgba(4, 9, 20, 0.56);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  body.menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hero-grid,
  .split-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .jobs-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .jobs-hero .hero-copy {
    max-width: none;
  }

  .page-jobs .hero-grid {
    grid-template-columns: 1fr !important;
  }

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

  .jobs-field-search {
    grid-column: span 2;
  }

  .jobs-list {
    grid-template-columns: 1fr;
  }

  .page-index .hero-visual {
    justify-self: stretch;
    max-width: none;
  }

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

  .partners-grid {
    justify-content: flex-start;
  }
}

@media (max-width: 920px) {
  .container {
    width: min(1180px, calc(100% - 2rem));
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 7vw, 3.7rem);
  }

  .stat-grid,
  .icon-bridge,
  .card-grid,
  .step-list,
  .legal-content,
  .audience-grid,
  .highlight-strip {
    grid-template-columns: 1fr;
  }

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

  .jobs-controls-grid {
    grid-template-columns: 1fr;
  }

  .jobs-field-search {
    grid-column: auto;
  }

  .jobs-controls-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-results-meta {
    text-align: left;
  }

  .page-contact .card-grid {
    grid-template-columns: 1fr;
  }

  .step-list p {
    min-height: auto;
  }

  .footer-links-group {
    grid-template-columns: 1fr;
  }

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

  .error-visual {
    min-height: clamp(240px, 52vw, 320px);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(1180px, calc(100% - 1.4rem));
  }

  .site-header {
    backdrop-filter: blur(12px);
  }

  .header-shell {
    min-height: 74px;
  }

  .brand img {
    height: 46px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-actions,
  .footer-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .cta-panel .btn,
  .back-to-top {
    width: 100%;
    justify-content: center;
  }

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

  .jobs-hero-panel {
    grid-template-columns: 1fr;
  }

  .job-card-head {
    flex-direction: column;
    align-items: stretch;
  }

  .job-card-chips {
    justify-content: flex-start;
  }

  .job-card-brand {
    width: 100%;
  }

  .job-card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .job-card-actions {
    justify-content: stretch;
  }

  .job-card-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .partners-grid {
    justify-content: center;
  }

  .error-chip {
    font-size: 0.75rem;
  }

  .error-code-shell strong {
    font-size: clamp(2.9rem, 18vw, 4.8rem);
  }
}

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

  .reveal,
  .reveal[data-reveal-state="pending"],
  .reveal[data-reveal-state="visible"] {
    opacity: 1 !important;
    transform: none !important;
  }
}
