/* ANCODE site overrides — aligned with https://app.ancode.it/ theme */

@font-face {
  font-family: 'KitRounded';
  src: url("/cdn.prod.website-files.com/64943f2936915879aa1dae17/KitRounded-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KitRounded';
  src: url("/cdn.prod.website-files.com/64943f2936915879aa1dae17/KitRounded-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KitRounded';
  src: url("/cdn.prod.website-files.com/64943f2936915879aa1dae17/KitRounded-SemiBold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── Light theme ─────────────────────────────────────────────── */
:root {
  --paragraph-white: #120A45;
  --brand-navy: #120A45;
  --brand-lime: #B4FF9A;
  --brand-lime-deep: #B8EB6A;
  --brand-lime-neobrut: #D4F97E;
  --brand-lime-soft: #ECF9D9;
  --brand-lavender: #CDBDF2;
  --brand-blue: #007FFF;
  --brand-bg: #F5F5F7;
  --brand-grey: #848484;
}

body,
.body-with-background {
  background-color: var(--brand-bg) !important;
  color: var(--brand-navy) !important;
  font-family: 'KitRounded', Inter, system-ui, sans-serif !important;
}

/* Hide Webflow commerce cart — not used on ANCODE landing */
.cart-wrapper,
.w-commerce-commercecartwrapper {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.navbar,
.sections-bg,
.footer,
.nav-dropdown-list.w--open,
.search-desktop,
.tablet-menu {
  background-color: #ffffff !important;
}

.navbar {
  border-bottom: 1px solid rgba(18, 10, 69, 0.08);
}

.nav-dropdown-list.w--open {
  border-color: #e0e0e0 !important;
  box-shadow: 0 8px 24px rgba(13, 14, 17, 0.08);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.nav-item-title,
.banner-title,
.medium-title,
.tabs-title,
.jobs-title,
.job-link,
.new-way-title,
.form-title,
.heading {
  color: var(--brand-navy);
  font-family: 'KitRounded', Inter, system-ui, sans-serif;
}

.primary-button,
.primary-white-button {
  border-radius: 9999px !important;
  border: 1px solid var(--brand-navy) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

.primary-button:hover,
.primary-white-button:hover {
  transform: translate(-1px, -1px);
}

.button-text {
  background-color: var(--brand-navy) !important;
  color: #ffffff !important;
  border-radius: 9999px !important;
  border: 1px solid var(--brand-navy) !important;
  box-shadow: 3px 3px 0 var(--brand-lime-neobrut) !important;
  font-family: 'KitRounded', Inter, system-ui, sans-serif !important;
  font-weight: 600 !important;
}

.button-text:hover {
  background-color: var(--brand-navy) !important;
  color: #ffffff !important;
  box-shadow: 4px 4px 0 var(--brand-lime-neobrut) !important;
}

.white-button-text,
.white-button-small-text {
  background-color: #ffffff !important;
  color: var(--brand-navy) !important;
  border-radius: 9999px !important;
  border: 1px solid var(--brand-navy) !important;
  box-shadow: 3px 3px 0 var(--brand-lime) !important;
  font-family: 'KitRounded', Inter, system-ui, sans-serif !important;
  font-weight: 600 !important;
}

.white-button-text:hover,
.white-button-small-text:hover {
  background-color: var(--brand-lime-soft) !important;
  color: var(--brand-navy) !important;
  box-shadow: 4px 4px 0 var(--brand-lime) !important;
}

.banner-search-input,
.search-wrap-input,
.input,
.contacts-textarea,
.first-input,
.second-input,
.third-input,
.fourth-input {
  background-color: #ffffff !important;
  color: var(--brand-navy) !important;
  border: 1px solid rgba(18, 10, 69, 0.2) !important;
  border-radius: 12px !important;
  font-family: 'KitRounded', Inter, system-ui, sans-serif !important;
}

.banner-search-input:focus,
.search-wrap-input:focus,
.input:focus {
  border-color: var(--brand-navy) !important;
  box-shadow: 0 0 0 3px var(--brand-lime-soft) !important;
}

.banner-search-input::placeholder,
.search-wrap-input::placeholder,
.input::placeholder {
  color: var(--brand-grey) !important;
}

.home-jobs-wrapper,
.tabs-content-wrapper,
.discover-job-collection,
.about-positon-wrapper,
.right-jobs-collection-wrapper,
.tab-link-tab-1-3,
.new-way-item-wrapper,
.subscribe-wrapper,
.pop-up-contact-us,
.right-siderbar-wrapper,
.bottom-sidebar {
  background-color: #ffffff !important;
  border: 1px solid var(--brand-navy) !important;
  border-radius: 16px !important;
  box-shadow: 3px 3px 0 var(--brand-lime) !important;
}

.grey-title {
  border-bottom-color: #e5e5e8 !important;
}

.dark-section-bg {
  background-color: var(--brand-bg) !important;
  margin-bottom: 0 !important;
  padding-bottom: 80px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.image-burger,
.nav-close-icon {
  filter: none;
}

.dark-section-bg .dark-bg-image {
  display: none !important;
}

.footer-copyright-link {
  color: var(--brand-grey) !important;
}

.home-1-banner {
  background-color: #ffffff !important;
}

.grey-text,
.short-paragraph,
.jobs-parapgraph {
  color: rgba(18, 10, 69, 0.65) !important;
}

.tab-link-tab-1-3.w--current {
  background-color: var(--brand-lime-soft) !important;
  border-color: var(--brand-navy) !important;
}

/* ── Hide Webflow / template branding ────────────────────────── */
.promotion-labels-wrapper,
.promotion-label-left,
.promotion-label-right,
.w-webflow-badge,
a.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.footer-rights-wrapper .footer-rights + .footer-rights {
  display: none !important;
}

/* ── Home jobs panel layout ──────────────────────────────────── */
.home-jobs-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.home-jobs-wrapper .wrapper-with-link {
  flex-shrink: 0;
}

.home-jobs-wrapper .jobs-list-wrapper {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 1 1 auto;
  min-height: 0;
}

.home-jobs-wrapper .jobs-collection-wrap {
  max-height: 280px !important;
  overflow: hidden !important;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home-jobs-wrapper .jobs-collection-wrap {
    max-height: 280px !important;
  }
}

@media screen and (max-width: 767px) {
  .home-jobs-wrapper {
    min-height: 420px;
  }

  .home-jobs-wrapper .jobs-collection-wrap {
    max-height: 300px !important;
  }
}

@media screen and (max-width: 479px) {
  .home-jobs-wrapper {
    min-height: 420px !important;
  }

  .home-jobs-wrapper .jobs-collection-wrap {
    max-height: 300px !important;
  }
}

/* ── ANCODE brand theme (app.ancode.it) ──────────────────────── */
body {
  background-color: var(--brand-bg) !important;
}

.primary-title,
.banner-text-block {
  color: var(--brand-navy) !important;
  background-image: none !important;
  -webkit-text-fill-color: var(--brand-navy) !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
}

.primary-white-button:hover,
.primary-button:hover {
  background-image: none !important;
}

.primary-white-button.shadow {
  box-shadow: 4px 4px 0 var(--brand-lime-neobrut) !important;
}

.link-with-icon,
a.nav-dropdown-link {
  color: var(--brand-navy) !important;
}

/* Hero Remotion embed */
.home-1-banner {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 120px;
}

.home-1-banner .base-container {
  max-width: 1200px;
}

.home-1-banner .banner-conten-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.home-1-banner .top-banner-block {
  justify-content: center;
}

.home-1-banner .banner-title {
  max-width: 680px;
  line-height: 1.1;
  margin: 0 auto;
  text-align: center;
}

.home-1-banner .banner-title .grey-text {
  text-align: center;
  display: inline;
}

.home-1-banner .banner-paragraph {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.home-1-banner .banner-search {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.ancode-hero-visual {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: 100%;
  max-width: 400px;
  margin: 8px auto 0;
  z-index: 2;
  pointer-events: none;
}

.ancode-hero-video {
  width: 100%;
  border-radius: 16px;
  border: 2px solid var(--brand-navy);
  box-shadow: 8px 8px 0 var(--brand-lime-deep);
  background: var(--brand-lime-soft);
}

.ancode-hero-fallback {
  display: none;
  width: 100%;
  min-height: 280px;
  border-radius: 16px;
  border: 2px solid var(--brand-navy);
  box-shadow: 8px 8px 0 var(--brand-lime-deep);
  background: linear-gradient(145deg, #fff 0%, var(--brand-lime-soft) 60%, var(--brand-lavender) 100%);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.ancode-hero-visual.ancode-hero-using-fallback .ancode-hero-fallback {
  display: flex;
}

.ancode-hero-visual.ancode-hero-using-fallback .ancode-hero-video {
  display: none !important;
}

.ancode-hero-typewriter {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 3px solid var(--brand-lime);
  padding-bottom: 4px;
  min-height: 2.5rem;
}

.ancode-fallback-code {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--brand-navy);
  min-width: 0.5em;
  display: inline-block;
  border-bottom: none;
  padding-bottom: 0;
}

.ancode-fallback-cursor {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--brand-lime);
  margin-left: 2px;
  line-height: 1;
  animation: ancode-blink 1s step-end infinite;
}

@keyframes ancode-blink {
  50% { opacity: 0; }
}

@media screen and (min-width: 992px) {
  .home-1-banner .banner-conten-wrapper {
    max-width: 820px;
    gap: 28px;
  }

  .home-1-banner .ancode-hero-visual {
    max-width: 420px;
    margin-top: 12px;
  }

  .nav-menu-wrapper {
    align-items: center;
    gap: 16px;
  }

  .menu-wrap {
    width: auto !important;
    flex: 1 1 auto;
    justify-content: center;
  }

  .brand.w-nav-brand {
    width: auto !important;
    max-width: 200px;
    flex-shrink: 0;
  }

  .search-shop-con:not(.tablet) {
    flex-shrink: 0;
    width: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .ancode-hero-visual {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 360px;
    margin: 40px auto 0;
  }

  .banner-conten-wrapper {
    text-align: center;
  }
}

/* Simplified ANCODE navigation */
.menu-wrap > .relative-navbar-block {
  display: none !important;
}

.ancode-simple-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-right: 24px;
}

.ancode-nav-link {
  color: var(--brand-navy) !important;
  -webkit-text-fill-color: var(--brand-navy) !important;
  background-image: none !important;
  font-family: 'KitRounded', Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.ancode-nav-link:hover {
  color: var(--brand-navy) !important;
  -webkit-text-fill-color: var(--brand-navy) !important;
  background-color: var(--brand-lime-soft);
  border-radius: 9999px;
  padding: 6px 12px;
  margin: -6px -12px;
}

/* ANCODE wordmark in navbar */
.navbar-logo,
.brand-tablet .navbar-logo {
  height: 28px !important;
  width: auto !important;
  max-width: 188px !important;
  object-fit: contain !important;
  object-position: left center;
  flex-shrink: 0;
}

.w-nav-brand,
.brand.w-nav-brand {
  display: flex !important;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .tablet-menu {
    display: none !important;
  }

  .brand-tablet,
  .brand-tablet.w-nav-brand {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .brand-tablet.w-nav-brand {
    display: flex !important;
    align-items: center;
  }
}

.ancode-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ancode-hero-fallback {
  width: 100%;
  min-height: 300px;
  padding: 32px;
  box-sizing: border-box;
}

.ancode-fallback-code {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.ancode-fallback-cursor {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

@media screen and (max-width: 767px) {
  .ancode-simple-nav {
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
    margin: 12px 0 0;
  }
}

/* Hide job-board leftovers in code listing panels */
.discover-job-collection .location-item-wrap:has(img[src*='home-smile']),
.discover-job-collection .location-item-wrap:has(img[src*='bank-note']),
.discover-job-collection .jobs-salary-wrapper {
  display: none !important;
}

/* ── How it works — layout & tab alignment ───────────────────── */
.how-it-works-tab {
  margin-top: 48px !important;
}

.tabs-content-wrapper {
  align-items: stretch !important;
  gap: 40px !important;
  padding: 32px !important;
}

.form-image.ancode-onboarding-mockup {
  width: 50% !important;
  min-height: 0 !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  flex-shrink: 0;
}

.right-tabs-content-wrapper {
  width: 50% !important;
}

.tab-link-tab-1-2 {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: unset !important;
}

.tab-link-tab-1-2.w--current {
  height: auto !important;
  background-image: none !important;
  padding: 0 !important;
}

.tab-text-wrapper {
  background-color: #ffffff !important;
  border: 1px solid var(--brand-navy) !important;
  border-radius: 16px !important;
  box-shadow: 3px 3px 0 var(--brand-lime) !important;
  padding: 24px !important;
  height: 100%;
  box-sizing: border-box;
}

.tab-link-tab-1-2.w--current .tab-text-wrapper {
  background-color: var(--brand-lime-soft) !important;
  border-color: var(--brand-navy) !important;
}

.tabs-menu-3 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  min-height: 0 !important;
  margin-top: 48px !important;
  width: 100% !important;
}

.how-it-works-wrap {
  width: 100% !important;
  max-width: none !important;
}

.dark-section-bg .base-container {
  max-width: 1200px !important;
}

/* ── Onboarding mockup (app.ancode.it signup) ────────────────── */
.ancode-onboarding-inner {
  padding: 28px 24px 32px;
  font-family: 'KitRounded', Inter, system-ui, sans-serif;
  color: var(--brand-navy);
}

.ancode-onboarding-header {
  text-align: center;
  margin-bottom: 28px;
}

.ancode-onboarding-logo {
  display: block;
  margin: 0 auto 16px;
  height: 28px;
  width: auto;
}

.ancode-onboarding-title {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
}

.ancode-onboarding-subtitle {
  margin: 0;
  font-size: 0.875rem;
  color: var(--brand-grey);
  line-height: 1.4;
}

.ancode-onboarding-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.ancode-onboarding-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.ancode-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--brand-navy);
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brand-navy);
  flex-shrink: 0;
}

.ancode-onboarding-step strong {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.ancode-step-desc {
  font-size: 0.625rem;
  color: var(--brand-grey);
  line-height: 1.35;
}

.ancode-onboarding-label {
  margin: 0 0 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-navy);
}

.ancode-account-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.ancode-account-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 12px;
  border: 1.5px solid rgba(18, 10, 69, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 0 var(--brand-lime-neobrut);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-navy);
  background: #fff;
}

.ancode-account-type.is-active {
  border-color: var(--brand-navy);
  box-shadow: 0 4px 0 var(--brand-lime-neobrut);
}

.ancode-account-type svg {
  color: var(--brand-navy);
}

.ancode-onboarding-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ancode-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ancode-field-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-navy);
}

.ancode-field-input {
  display: block;
  padding: 14px 16px;
  border: 1.5px solid var(--brand-navy);
  border-radius: 12px;
  font-size: 0.8125rem;
  color: var(--brand-grey);
  background: #fff;
}

@media screen and (max-width: 991px) {
  .tabs-content-wrapper {
    flex-direction: column !important;
  }

  .form-image.ancode-onboarding-mockup,
  .right-tabs-content-wrapper {
    width: 100% !important;
  }

  .tabs-menu-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 767px) {
  .ancode-onboarding-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ancode-onboarding-step {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .tabs-menu-3 {
    grid-template-columns: 1fr !important;
  }
}

/* ── Pricing plans (Free / Pro / Business) ───────────────────── */
.ancode-pricing-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 48px auto 0;
}

.ancode-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.ancode-pricing-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 28px;
  background: #ffffff;
  border: 1px solid var(--brand-navy);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--brand-lime);
  font-family: 'KitRounded', Inter, system-ui, sans-serif;
}

.ancode-pricing-card-featured {
  background: var(--brand-lime-soft);
  box-shadow: 6px 6px 0 var(--brand-lime-neobrut);
}

.ancode-pricing-card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ancode-pricing-name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand-navy);
}

.ancode-pricing-price {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  color: var(--brand-navy);
  line-height: 1;
}

.ancode-pricing-currency {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.35rem;
}

.ancode-pricing-amount {
  font-size: 3rem;
  font-weight: 700;
}

.ancode-pricing-period {
  align-self: flex-end;
  margin-bottom: 0.5rem;
  margin-left: 4px;
  font-size: 0.875rem;
  color: var(--brand-grey);
}

.ancode-pricing-desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(18, 10, 69, 0.65);
  flex: 1;
}

.ancode-pricing-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ancode-pricing-features li {
  position: relative;
  padding-left: 22px;
  font-size: 0.875rem;
  color: var(--brand-navy);
}

.ancode-pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-lime);
  border: 1px solid var(--brand-navy);
}

.ancode-pricing-card .primary-white-button,
.ancode-pricing-card .primary-button {
  align-self: flex-start;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .ancode-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* ── Footer & CTA section colors ─────────────────────────────── */
.footer-bg {
  background-image: none !important;
  background-color: var(--brand-bg) !important;
}

.footer-cta-wrapper {
  margin-bottom: 0 !important;
  top: 0 !important;
  gap: 24px;
}

.cta-wrap {
  background-color: #ffffff !important;
  border: 1px solid var(--brand-navy) !important;
  border-radius: 16px !important;
  box-shadow: 4px 4px 0 var(--brand-lime) !important;
}

.cta-wrap .medium-title,
.cta-wrap h3.medium-title {
  color: var(--brand-navy) !important;
}

.footer-form {
  background-color: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid var(--brand-navy) !important;
  border-radius: 16px !important;
  box-shadow: 4px 4px 0 var(--brand-lime) !important;
}

.subscribe-wrapper {
  margin-top: 48px !important;
  align-items: stretch;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.footer-text {
  color: rgba(18, 10, 69, 0.65) !important;
}

.footer-link,
.small-footer-title {
  color: var(--brand-navy) !important;
}

.footer-link:hover {
  color: var(--brand-grey) !important;
}

.footer-right-links-wrapper .footer-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.footer-right-links-wrapper .footer-link:hover {
  color: var(--brand-navy) !important;
}

.footer {
  border-top: 1px solid rgba(18, 10, 69, 0.08) !important;
}

.primary-button {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.ancode-pricing-card-featured {
  background: #ffffff !important;
  box-shadow: 6px 6px 0 var(--brand-lime-neobrut) !important;
  border-width: 2px !important;
}

/* ── Code marquee (scrolling tags) ───────────────────────────── */
.job-position-section {
  background-color: var(--brand-bg) !important;
  overflow: visible !important;
}

@media screen and (min-width: 992px) {
  .job-position-section .loop-job-wrapper {
    padding-bottom: 24px;
  }

  .job-position-section .bottom-jobs-wrapper.ancode-marquee-row {
    padding-bottom: 18px;
  }
}

.ancode-marquee-row {
  overflow: hidden;
  width: 100%;
  display: block !important;
  padding-top: 4px;
  padding-bottom: 10px;
  box-sizing: content-box;
}

.bottom-jobs-wrapper.ancode-marquee-row {
  padding-bottom: 14px;
}

.jobs-button-spacing {
  margin-top: 56px !important;
}

.job-position-section .left-blur-image,
.job-position-section .right-blur-image {
  display: none !important;
}

.loop-job-item,
.loop-job-item:nth-child(odd),
.loop-job-item:nth-child(even) {
  background-color: var(--brand-lime) !important;
  border: 1px solid var(--brand-navy) !important;
  border-radius: 10px !important;
  margin: 0 4px;
  box-shadow: 2px 2px 0 var(--brand-lime-neobrut);
  flex: 0 0 auto !important;
  width: auto !important;
}

.job-position-link {
  color: var(--brand-navy) !important;
  -webkit-text-fill-color: var(--brand-navy) !important;
  background-image: none !important;
  font-family: 'KitRounded', Inter, system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.04em;
}

.job-position-link:hover {
  background-image: none !important;
  -webkit-text-fill-color: var(--brand-navy) !important;
  color: var(--brand-navy) !important;
  background-color: var(--brand-lime-neobrut) !important;
}

.loop-job-wrapper {
  gap: 12px;
}

.top-jobs-wrapper,
.bottom-jobs-wrapper {
  width: 100%;
}

.top-jobs-wrapper:not(.ancode-marquee-row),
.bottom-jobs-wrapper:not(.ancode-marquee-row) {
  overflow: hidden;
}

.ancode-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation-duration: var(--ancode-marquee-duration, 45s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.ancode-marquee-row--left .ancode-marquee-track {
  animation-name: ancode-marquee-left;
  animation: ancode-marquee-left var(--ancode-marquee-duration, 45s) linear infinite !important;
}

.ancode-marquee-row--right .ancode-marquee-track {
  animation-name: ancode-marquee-right;
  animation: ancode-marquee-right var(--ancode-marquee-duration, 45s) linear infinite !important;
}

@keyframes ancode-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes ancode-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.ancode-marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: 0;
}

.ancode-marquee-group .loop-job-item {
  flex: 0 0 auto !important;
  width: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  .ancode-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

/* ── Footer social icons ─────────────────────────────────────── */
.social-icon {
  background-color: #ffffff !important;
  color: var(--brand-navy) !important;
  -webkit-text-fill-color: var(--brand-navy) !important;
  border: 1px solid var(--brand-navy) !important;
  box-shadow: 3px 3px 0 var(--brand-lime) !important;
  align-items: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease !important;
}

.social-icon:hover {
  background-color: var(--brand-lime-soft) !important;
  color: var(--brand-navy) !important;
  -webkit-text-fill-color: var(--brand-navy) !important;
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--brand-lime-neobrut) !important;
}

.footer-social-icon-wrapper img {
  height: 28px !important;
  width: auto !important;
  max-width: 188px !important;
  object-fit: contain !important;
}

.copyright-section {
  background-color: #ffffff !important;
  border-top: 1px solid rgba(18, 10, 69, 0.08) !important;
}

.footer-copyright,
.footer-rights {
  color: rgba(18, 10, 69, 0.65) !important;
}

.footer-rights a {
  color: var(--brand-navy) !important;
}

/* ── Mobile navigation ───────────────────────────────────────── */
.menu-button.w-nav-button,
.close-menu-button.w-nav-button {
  background: #ffffff !important;
  border: 1px solid var(--brand-navy) !important;
  border-radius: 9999px !important;
  box-shadow: 3px 3px 0 var(--brand-lime) !important;
  padding: 0 !important;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.menu-button .image-burger,
.close-menu-button .nav-close-icon {
  width: 20px !important;
  height: auto !important;
  display: block !important;
  filter: none !important;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .menu-button.w-nav-button,
  .close-menu-button.w-nav-button {
    display: flex !important;
  }

  .nav-menu,
  .w-nav[data-animation="over-right"] [data-nav-menu-open],
  .w-nav[data-animation="over-right"] .w-nav-overlay [data-nav-menu-open] {
    background-color: #ffffff !important;
    width: min(320px, 88vw) !important;
    inset: 0 0 0 auto !important;
    left: auto !important;
    right: 0 !important;
    text-align: left !important;
    overflow-y: auto !important;
  }

  .w-nav-overlay {
    display: block !important;
    background-color: rgba(18, 10, 69, 0.35) !important;
  }

  .menu-wrap {
    background-color: #ffffff !important;
    align-items: stretch !important;
    width: 100% !important;
    padding: 0 20px 24px !important;
  }

  .tablet-menu {
    width: 100%;
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(18, 10, 69, 0.08);
    background-color: #ffffff !important;
  }

  .ancode-simple-nav {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  .ancode-nav-link {
    display: block !important;
    padding: 16px 0 !important;
    margin: 0 !important;
    font-size: 1.0625rem !important;
    border-bottom: 1px solid rgba(18, 10, 69, 0.08);
    color: var(--brand-navy) !important;
    -webkit-text-fill-color: var(--brand-navy) !important;
  }

  .ancode-nav-link:hover {
    background-color: var(--brand-lime-soft) !important;
    padding-left: 8px !important;
    border-radius: 8px !important;
  }

  .search-shop-con.tablet {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-top: 20px !important;
    padding-bottom: 8px;
  }

  .search-shop-con.tablet .link-block,
  .search-shop-con.tablet .primary-white-button {
    width: 100%;
  }

  .search-shop-con.tablet .button-text,
  .search-shop-con.tablet .white-button-text {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .nav-dropdown-list,
  .nav-dropdown-list.w--open {
    background-color: #ffffff !important;
  }

  .nav-item-title {
    color: var(--brand-navy) !important;
  }
}

/* Language switch — top-right navbar */
.ancode-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
  padding: 4px 10px;
  border: 1px solid rgba(18, 10, 69, 0.12);
  border-radius: 9999px;
  background: var(--brand-bg);
  flex-shrink: 0;
}

.ancode-lang-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--brand-grey);
  font-family: 'KitRounded', Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 9999px;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.ancode-lang-btn:hover {
  color: var(--brand-navy);
}

.ancode-lang-btn.is-active {
  color: var(--brand-navy);
  background: var(--brand-lime-neobrut);
}

.ancode-lang-sep {
  color: rgba(18, 10, 69, 0.2);
  font-size: 11px;
  line-height: 1;
  user-select: none;
}

.search-shop-con {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-shop-con.tablet .ancode-lang-switch {
  margin-right: 0;
  margin-bottom: 4px;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .search-shop-con:not(.tablet) .ancode-lang-switch {
    margin-right: 8px;
  }
}
