*,
::before,
::after {
  box-sizing: border-box;
  undefined: undefined;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  undefined: undefined;
  line-height: inherit;
}

hr {
  height: 0;
  undefined: undefined;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  undefined: undefined;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  undefined: undefined;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  undefined: undefined;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  undefined: undefined;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  undefined: undefined;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  undefined: undefined;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  undefined: undefined;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  undefined: undefined;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.cls-jjml72 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header{width:100%;background-color:rgb(255 255 255 / 0.9);backdrop-filter:blur(8px);border-bottom-width:1px;border-color:rgb(229 229 229 / 1);position:sticky;top:0px;z-index:50;}

.header-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 1);
  color: rgb(255 255 255 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  user-select: none;
}

.brand-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-link-jobs:hover {
  opacity: 0.7;
}

.nav-link-jobs {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link-how:hover {
  opacity: 0.7;
}

.nav-link-how {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link-about:hover {
  opacity: 0.7;
}

.nav-link-about {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-link-contact:hover {
  opacity: 0.7;
}

.nav-link-contact {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-button-signup {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-button-signup:hover {
  opacity: 0.9;
}

.hero-section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.hero-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.hero-text-column {
  grid-column: span 12 / span 12;
}

.hero-title {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hero-subtitle {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 0 0 / 0.7);
  max-width: 42rem;
}

.hero-cta-group {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-primary-cta {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-primary-cta:hover {
  opacity: 0.9;
}

.hero-secondary-cta {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border-width: 1px;
  border-color: rgb(0 0 0 / 1);
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-secondary-cta:hover {
  color: rgb(255 255 255 / 1);
  background-color: rgb(0 0 0 / 1);
}

.hero-meta-row {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-meta-icon {
  width: 1rem;
  height: 1rem;
  opacity: 0.7;
}

.features-section {
  background-color: rgb(249 250 251 / 1);
}

.features-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.features-header {
  margin-bottom: 2.5rem;
}

.features-title {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.features-subtitle {
  color: rgb(0 0 0 / 0.6);
  margin-top: 0.5rem;
}

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

.feature-card {
  border-width: 1px;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 1);
}

.feature-icon-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / 1);
  color: rgb(255 255 255 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-icon {
  width: 1.25rem;
  height: 1.25rem;
  filter: invert(100%);
}

.feature-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.feature-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.7);
}

.how-it-works-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hiw-header {
  margin-bottom: 2.5rem;
}

.hiw-title {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hiw-subtitle {
  color: rgb(0 0 0 / 0.6);
  margin-top: 0.5rem;
}

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

.hiw-step-card {
  border-width: 1px;
  padding: 1.5rem;
  border-radius: 0.75rem;
}

.hiw-step-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 1);
  color: rgb(255 255 255 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hiw-step-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hiw-step-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.7);
}

.hiw-cta-row {
  margin-top: 2rem;
}

.hiw-cta-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hiw-cta-button:hover {
  opacity: 0.9;
}

.testimonials-section {
  background-color: rgb(249 250 251 / 1);
}

.testimonials-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonials-header {
  margin-bottom: 2.5rem;
}

.testimonials-title {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.testimonials-subtitle {
  color: rgb(0 0 0 / 0.6);
  margin-top: 0.5rem;
}

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

.testimonial-card {
  border-width: 1px;
  border-radius: 0.75rem;
  padding: 1.5rem;
  background-color: rgb(255 255 255 / 1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial-quote {
  font-size: 0.875rem;
  line-height: 1.625;
  color: rgb(0 0 0 / 0.8);
}

.testimonial-author-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  object-fit: cover;
}

.testimonial-author-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-author-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.testimonial-author-role {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

.cta-banner-section {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cta-banner-wrapper {
  border-radius: 1rem;
  background-color: rgb(0 0 0 / 1);
  color: rgb(255 255 255 / 1);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-banner-text {
  flex: 1 1 0%;
}

.cta-banner-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.cta-banner-subtitle {
  margin-top: 0.5rem;
  color: rgb(255 255 255 / 0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.cta-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cta-banner-primary {
  background-color: rgb(255 255 255 / 1);
  color: rgb(0 0 0 / 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-banner-primary:hover {
  opacity: 0.9;
}

.cta-banner-secondary {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  color: black;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-banner-secondary:hover {
  color: black;
  background-color: rgb(255 255 255 / 1);
}

.site-footer {
  border-top-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

.footer-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-brand-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 1);
  color: rgb(255 255 255 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
  user-select: none;
}

.footer-brand-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
}

.footer-links-block {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-link-privacy:hover {
  opacity: 0.7;
}

.footer-link-privacy {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link-terms:hover {
  opacity: 0.7;
}

.footer-link-terms {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-link-contact:hover {
  opacity: 0.7;
}

.footer-link-contact {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-copy-block {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.6);
}

#i7toj {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
}

#ihv1u {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#i1oql .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--gjs-t-color-accent);
  color: var(--gjs-t-color-primary);
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#i1oql .hero-badge-icon {
  width: 1rem;
  height: 1rem;
  opacity: 0.85;
}

#i1oql .cta-large {
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  transition: transform 200ms ease, box-shadow 200ms ease, opacity 150ms ease;
}

#i1oql .cta-large:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#i1oql .cta-icon {
  width: 1.125rem;
  height: 1.125rem;
  filter: invert(100%);
}

#i1oql .cta-icon-outline {
  width: 1.125rem;
  height: 1.125rem;
}

#i1oql .hero-meta-row {
  flex-wrap: wrap;
}

#i1oql .hero-meta-item {
  white-space: nowrap;
}

#i1oql .anim {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 600ms ease, transform 600ms ease;
}

#i1oql.animate-in .anim {
  opacity: 1;
  transform: translateY(0);
}

#landing-main-navigation-and-sections .container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#landing-main-navigation-and-sections .featured-articles-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

#landing-main-navigation-and-sections .fa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

#landing-main-navigation-and-sections .fa-title {
  font-weight: 800;
  letter-spacing: -0.025em;
}

#landing-main-navigation-and-sections .fa-subtitle {
  color: var(--gjs-t-color-secondary);
  margin-top: 0.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

#landing-main-navigation-and-sections .fa-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

#landing-main-navigation-and-sections .fa-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

#landing-main-navigation-and-sections .article-card {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

#landing-main-navigation-and-sections .article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.18);
}

#landing-main-navigation-and-sections .article-media {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

#landing-main-navigation-and-sections .article-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}

#landing-main-navigation-and-sections .article-title {
  font-weight: 700;
  line-height: 1.4;
}

#landing-main-navigation-and-sections .article-excerpt {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
  flex: 1 1 auto;
}

#landing-main-navigation-and-sections .article-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 600;
  transition: opacity 150ms ease;
}

#landing-main-navigation-and-sections .article-link:hover {
  opacity: 0.8;
}

#landing-main-navigation-and-sections .benefits-section {
  background-color: rgb(249, 250, 251);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#landing-main-navigation-and-sections .benefits-header {
  margin-bottom: 2.5rem;
}

#landing-main-navigation-and-sections .benefits-title {
  font-weight: 800;
  letter-spacing: -0.025em;
}

#landing-main-navigation-and-sections .benefits-subtitle {
  color: var(--gjs-t-color-secondary);
  margin-top: 0.5rem;
}

#landing-main-navigation-and-sections .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

#landing-main-navigation-and-sections .benefit-card {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
  background-color: #ffffff;
  padding: 1.5rem;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

#landing-main-navigation-and-sections .benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.18);
}

#landing-main-navigation-and-sections .benefit-icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

#landing-main-navigation-and-sections .benefit-icon {
  width: 1.25rem;
  height: 1.25rem;
  filter: invert(100%);
}

#landing-main-navigation-and-sections .benefit-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

#landing-main-navigation-and-sections .benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

#landing-main-navigation-and-sections .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
}

#landing-main-navigation-and-sections .benefit-item-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  color: var(--gjs-t-color-primary);
}

#landing-main-navigation-and-sections .benefit-cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: opacity 150ms ease, transform 200ms ease, box-shadow 200ms ease;
}

#landing-main-navigation-and-sections .benefit-cta:hover {
  opacity: 0.9;
}

#landing-main-navigation-and-sections .benefit-cta .cta-icon {
  width: 1.125rem;
  height: 1.125rem;
  filter: invert(100%);
}

#i1oql {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#i1oql::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.09) 1px, transparent 1px);
  background-size: 24px 24px, 24px 24px;
  background-position: top right;
  pointer-events: none;
  z-index: 0;
  undefined: undefined;
  -webkit-mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.85) 30%,
      rgba(0, 0, 0, 0.4) 65%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.85) 30%,
      rgba(0, 0, 0, 0.4) 65%,
      rgba(0, 0, 0, 0) 100%);
}

#i1oql::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 0.85) 85%,
      rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
  z-index: 0;
  undefined: undefined;
}

#i1oql>* {
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

:root {
  --gjs-t-color-primary: #0b0b0b;
  --gjs-t-color-secondary: #6b7280;
  --gjs-t-color-accent: #f5f5f5;
  --gjs-t-color-success: #1f2937;
  --gjs-t-color-warning: #9ca3af;
  --gjs-t-color-error: #111111;
}

.gjs-t-body {
  background-color: #ffffff;
  color: #0b0b0b;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Vazirmatn', system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Naskh Arabic", sans-serif;
}

.gjs-t-h1 {
  color: var(--gjs-t-color-primary);
  font-size: 48px;
  line-height: 1.1;
}

.gjs-t-h2 {
  color: var(--gjs-t-color-primary);
  font-size: 28px;
  line-height: 1.3;
}

.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: #ffffff;
  border-radius: 0.5rem;
}

.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: none;
}
.gjs-t-link2 {
  color: white;
  text-decoration: none;
}
.gjs-t-border {
  border-radius: 0.75rem;
  border-color: rgba(0, 0, 0, 0.12);
}

#iypgt8 {
  transition-delay: 0s;
}

#imggp {
  transition-delay: 80ms;
}

#irpvl {
  transition-delay: 160ms;
}

#i8kh1 {
  transition-delay: 240ms;
}

#ii8r6 {
  transition-delay: 320ms;
}

#iwme5g {
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
}

#landing-main-navigation-and-sections {
  grid-area: 2 / 1 / 3 / 13;
}

#ilzy4l {
  padding-top: 64px;
  padding-right: 0px;
  padding-bottom: 64px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

@media (max-width: 992px) {
  .hero-text-column {
    grid-column: span 12 / span 12;
  }

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

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

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

  .cta-banner-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-container {
    flex-direction: column;
  }

  #i1oql .cta-large {
    width: auto;
  }

  #landing-main-navigation-and-sections .fa-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #landing-main-navigation-and-sections .benefits-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #i1oql::before {
    background-size: 20px 20px, 20px 20px;
  }
}

@media (max-width: 480px) {
  .hero-text-column {
    grid-column: span 12 / span 12;
  }

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

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

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

  #i1oql .cta-large {
    width: 100%;
    justify-content: center;
  }

  #landing-main-navigation-and-sections .fa-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #landing-main-navigation-and-sections .article-media {
    height: 160px;
  }

  #landing-main-navigation-and-sections .fa-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  #i1oql::before {
    background-size: 16px 16px, 16px 16px;
  }
}

.user-menu { position: relative; cursor: pointer; }
.user-trigger { display: flex; align-items: center; gap: 6px; }
.avatar { width: 32px; height: 32px; border-radius: 50%; }
.user-dropdown {
    position: absolute;
    top: 40px;
    right: 0;
    background: white;
    padding: 10px;
    display: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.user-menu:hover .user-dropdown { display: block; }
.user-dropdown a { display: block; padding: 6px 10px; color: #333; text-decoration: none; }

/* فقط تغییرات کوچک برای کارت‌های آگهی */
.job-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
/* 1. اضافه کردن Flexbox به والد (div.actions) */
.job-card .actions {
  display: flex; /* کلید حل مشکل چینش */
  align-items: center; /* تراز عمودی (اگر دکمه ها ارتفاع متفاوتی دارند) */
  gap: 15px; /* فاصله بین دکمه‌ها */
  /* مطمئن می‌شویم که در صورت کمبود فضا به خط بعدی بروند: */
  flex-wrap: wrap; 
}

/* 2. حذف مارجین اضافی از لینک‌ها */
/* اگر از gap در والد استفاده می‌کنید، نیازی به margin-left در فرزندان نیست. */
.job-card .actions a {
  /* ... سایر استایل‌ها ... */
  
  /* ❌ این خط را حذف یا کامنت کنید: */
  /* margin-left: 8px; */ 
  
  /* تنظیمات display و align-items را نگه دارید: */
  display: flex; 
  align-items: center; 
  gap: 0.5rem; /* فاصله بین آیکون و متن داخل دکمه */
}
.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.job-card .top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.job-card .logo {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin-left: 1rem;
  object-fit: cover;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}
.job-card h3 {
  margin: 0;
  font-weight: 700;
  color: #111827;
}
.job-card .company {
  color: #6b7280;
  font-size: 14px;
}
.job-card .meta {
  margin: .7rem 0;
  font-size: 14px;
  color: #555;
}
.job-card .description {
  font-size: 15px;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.job-card .actions a {
  display: flex;
  text-decoration: none;
  background: #111827;
  color: #fff;
  padding: 8px 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s, transform 0.2s;
  margin-left: 8px;
  gap: 15px; 
  align-items: center; 

}
.job-card .actions a:hover {
  background: #1f2937;
  transform: translateY(-1px);
}
.alert {
  background: #e8f5e9;
  color: #166534;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* --- شروع استایل‌های مخصوص موبایل و تبلت (Responsive) --- */

@media (max-width: 768px) {
  /* تنظیمات هدر و منو */
  .header-container {
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .primary-navigation {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%;
  }

  /* پنهان کردن دکمه ساین‌آپ در موبایل اگر فضا کم بود (اختیاری) */
  /* .nav-button-signup { display: none; } */

  /* تنظیمات بخش Hero (بخش اصلی بالا) */
  .hero-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-group {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-meta-row {
    justify-content: center;
  }

  /* تک ستونه کردن تمام گریدها در موبایل */
  .features-grid,
  .hiw-grid,
  .testimonials-grid,
  #landing-main-navigation-and-sections .fa-grid,
  #landing-main-navigation-and-sections .benefits-grid {
    grid-template-columns: 1fr !important; /* اجبار به یک ستون */
    gap: 2rem;
  }

  /* تنظیمات بخش بنر CTA */
  .cta-banner-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .cta-banner-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .cta-banner-primary, 
  .cta-banner-secondary {
    width: 100%; /* دکمه‌ها تمام عرض شوند */
    text-align: center;
    justify-content: center;
  }

  /* تنظیمات فوتر */
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .footer-links-block {
    flex-direction: column;
    gap: 1rem;
  }

  /* اصلاح فونت‌های خیلی بزرگ */
  .gjs-t-h1, h1 {
    font-size: 32px !important; /* کوچک کردن تیتر اصلی */
  }
  
  .gjs-t-h2, h2 {
    font-size: 24px !important;
  }

  /* اصلاح پدینگ‌های زیاد سکشن‌ها */
  .features-container,
  .how-it-works-section,
  .testimonials-container,
  .cta-banner-section,
  #landing-main-navigation-and-sections .featured-articles-section,
  #landing-main-navigation-and-sections .benefits-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  
  /* کارت‌های مقاله */
  #landing-main-navigation-and-sections .article-media {
    height: 200px; /* ارتفاع مناسب برای تصویر مقاله در موبایل */
  }
  
  /* کارت‌های شغل */
  .job-card {
    padding: 1rem;
  }
  
  .job-card .top {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .job-card .logo {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

/* --- پایان استایل‌های موبایل --- */

.job-detail-container {
  max-width: 900px;
  margin: 2rem auto;
  background: white;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border: 1px solid #e5e7eb;
}

.job-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}

.company-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #f3f4f6;
}

.job-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0;
  color: #111827;
}

.company-name {
  font-size: 1.1rem;
  color: #6b7280;
  margin-top: 0.25rem;
  font-weight: 600;
}

.job-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  color: #4b5563;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.job-meta-item img {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.job-description-content {
  line-height: 1.8;
  color: #374151;
  font-size: 1rem;
}

.job-description-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.action-buttons {
  margin-top: 3rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #007bff;
  color: white;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: background 0.3s;
  margin: 0 0.5rem;
}

.btn.primary {
  background: #10b981; /* یک رنگ متفاوت برای دکمه اصلی */
}
.btn.primary:hover {
  background: #059669;
}

.btn.secondary {
  background: #6b7280;
}
.btn.secondary:hover {
  background: #4b5563;
}

.alert {
  background: #d1fae5;
  color: #065f46;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
  border: 1px solid #a7f3d0;
}

