/* Faz 1 — Kolay kullanım: büyük yazı, büyük buton, yüksek kontrast */

body.rm-body {
  font-size: 17px;
  line-height: 1.65;
  color: #1a1a1a;
}

.rm-navlinks .nav-link {
  font-size: 1rem !important;
  font-weight: 700;
  padding: 0.65rem 0.85rem !important;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.rm-nav .btn-rm,
.rm-nav .btn-rm-nav-login,
.rm-nav .btn-rm-nav-action {
  min-height: 48px;
  padding: 0.65rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.rm-nav .btn-rm-nav-action {
  background: #fff;
  border: 2px solid rgba(28, 197, 204, 0.45);
  color: var(--rm-dark);
  border-radius: 999px;
}

.rm-nav .btn-rm-nav-action:hover,
.rm-nav .btn-rm-nav-action:focus {
  background: rgba(28, 197, 204, 0.08);
  color: var(--rm-dark);
}

.btn-rm {
  min-height: 48px;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 0.7rem 1.25rem !important;
}

.btn,
.form-control,
.form-select {
  font-size: 1rem;
}

.form-control,
.form-select,
.btn {
  min-height: 48px;
}

textarea.form-control {
  min-height: 88px;
}

.rm-overlay__link {
  font-size: 1.05rem !important;
  min-height: 52px;
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
}

.rm-overlay__btn {
  min-height: 52px;
  font-size: 1rem !important;
}

.rm-sp-topnav a {
  font-size: 0.95rem;
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  font-weight: 700;
}

.rm-footerLink {
  font-size: 0.95rem;
  line-height: 1.8;
}

.rm-footer__list li {
  margin-bottom: 0.35rem;
}

@media (max-width: 991.98px) {
  .rm-sp-topnav {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
  }

  .rm-sp-topnav a {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* Faz 3 — Sade satıcı ana ekranı */
.rm-sp-simple-hero {
  background: linear-gradient(160deg, rgba(28, 197, 204, 0.12), #fff 55%);
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 20px;
  padding: 1.25rem;
}

.rm-sp-simple-hello {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 1rem;
}

.rm-sp-simple-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--rm-primary), #0d9488);
  color: #fff !important;
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(28, 197, 204, 0.35);
  margin-bottom: 1.1rem;
}

.rm-sp-simple-cta i {
  font-size: 1.35rem;
}

.rm-sp-simple-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.rm-sp-simple-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 14px;
  padding: 0.75rem 0.4rem;
  min-height: 72px;
  color: inherit;
}

.rm-sp-simple-stat__n {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--rm-primary);
  line-height: 1.1;
}

.rm-sp-simple-stat__t {
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  margin-top: 0.25rem;
  line-height: 1.25;
}

.rm-sp-simple-jobs__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0d1b2a;
}

.rm-sp-simple-joblist {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.rm-sp-simple-job {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 14px;
  padding: 0.85rem 1rem;
}

@media (min-width: 576px) {
  .rm-sp-simple-job {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.rm-sp-simple-job__main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.rm-sp-simple-job__main strong {
  font-size: 0.95rem;
  color: #0d1b2a;
}

.rm-sp-simple-job__main span {
  font-size: 0.88rem;
  color: #475569;
}

.rm-sp-simple-job__main em {
  font-style: normal;
  font-size: 0.78rem;
  color: #64748b;
}

.rm-sp-simple-job__actions {
  display: flex;
  gap: 0.45rem;
  flex-shrink: 0;
  align-items: center;
}

.rm-sp-simple-job__del {
  margin: 0;
  display: inline-flex;
}

.rm-sp-simple-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.rm-sp-simple-links a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(13, 27, 42, 0.06);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d1b2a;
}

/* Faz 4 — Müşteri gönder sihirbazı */
.rm-wizard-page {
  max-width: 720px;
  margin: 0 auto;
}

.rm-wizard-head h1 {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.rm-wizard-head p {
  color: #64748b;
  margin-bottom: 1rem;
}

.rm-wizard-progress {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.rm-wizard-progress__item {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  background: #e2e8f0;
  color: #64748b;
}

.rm-wizard-progress__item.is-active,
.rm-wizard-progress__item.is-done {
  background: var(--rm-primary);
  color: #fff;
}

.rm-wizard-progress__line {
  flex: 1;
  height: 3px;
  background: #e2e8f0;
  border-radius: 999px;
}

.rm-wizard-step-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
  margin-bottom: 1rem;
}

.rm-wizard-step__title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.rm-wizard-step__hint {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.rm-wizard-sectors {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.rm-wizard-sector {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  border: 2px solid rgba(13, 27, 42, 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 1rem 0.6rem;
  min-height: 110px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.rm-wizard-sector.is-selected {
  border-color: var(--rm-primary);
  box-shadow: 0 8px 24px rgba(28, 197, 204, 0.22);
}

.rm-wizard-sector__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(28, 197, 204, 0.12);
  color: var(--rm-primary);
  font-size: 1.3rem;
}

.rm-wizard-sector strong {
  font-size: 0.9rem;
  color: #0d1b2a;
  line-height: 1.25;
}

.rm-wizard-sector small {
  font-size: 0.74rem;
  color: #64748b;
}

.rm-wizard-empty {
  margin: 0.25rem 0 0.5rem;
}

.rm-wizard-companies {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.rm-wizard-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  border: 2px solid rgba(13, 27, 42, 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 0.85rem 0.5rem;
  min-height: 120px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.rm-wizard-company.is-selected {
  border-color: var(--rm-primary);
  box-shadow: 0 8px 24px rgba(28, 197, 204, 0.22);
}

.rm-wizard-company__logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 10px;
  background: #f8fafc;
}

.rm-wizard-company__logo--placeholder {
  display: grid;
  place-items: center;
  color: var(--rm-primary);
  font-size: 1.35rem;
}

.rm-wizard-company strong {
  font-size: 0.82rem;
  color: #0d1b2a;
  line-height: 1.25;
}

.rm-wizard-company small {
  font-size: 0.72rem;
  color: #64748b;
}

.rm-wizard-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}

.rm-wizard-nav .btn {
  min-width: 120px;
  min-height: 48px;
}

.rm-wizard-more summary {
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--rm-primary);
}

.rm-wizard-success {
  text-align: center;
  padding: 2rem 1rem;
  background: linear-gradient(160deg, rgba(28, 197, 204, 0.12), #fff 60%);
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 20px;
}

.rm-wizard-success__icon {
  font-size: 3.5rem;
  color: #22c55e;
  margin-bottom: 0.75rem;
}

.rm-wizard-success h1 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.rm-wizard-success p {
  color: #64748b;
  max-width: 420px;
  margin: 0 auto 1.25rem;
}

.rm-wizard-success__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 320px;
  margin: 0 auto;
}

.rm-wizard-success__actions .btn {
  min-height: 48px;
}
