/*
Theme Name: Recruit24
Text Domain: recruit
Version: 1.0.0
*/

body {
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

/* Polish v3: premium SaaS styling below hero */
.section--layered {
  position: relative;
  isolation: isolate;
}

.section--layered::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(800px 320px at 12% 8%, rgba(10, 124, 255, 0.14), transparent 60%),
    radial-gradient(700px 300px at 88% 12%, rgba(125, 211, 252, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
  opacity: 0.9;
}

.section--alt::before {
  background:
    radial-gradient(900px 360px at 8% 10%, rgba(10, 124, 255, 0.18), transparent 60%),
    radial-gradient(900px 360px at 90% 15%, rgba(125, 211, 252, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(248, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.section--rent.section--alt::before {
  background:
    radial-gradient(900px 420px at 15% 15%, rgba(10, 124, 255, 0.2), transparent 60%),
    radial-gradient(900px 420px at 85% 10%, rgba(125, 211, 252, 0.26), transparent 60%),
    linear-gradient(180deg, rgba(235, 245, 255, 0.95), rgba(255, 255, 255, 0.98));
}

.section--layered::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.85'%20numOctaves='2'%20stitchTiles='stitch'/%3E%3C/filter%3E%3Crect%20width='120'%20height='120'%20filter='url(%23n)'%20opacity='0.18'/%3E%3C/svg%3E");
}

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

.checklist {
  list-style: none;
  padding: 0;
  margin: 8px 0 14px;
}

.checklist li {
  position: relative;
  padding-left: 28px;
  margin: 8px 0;
  line-height: 1.5;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 8px;
  background: rgba(10, 124, 255, 0.14);
  border: 1px solid rgba(10, 124, 255, 0.24);
  box-shadow: 0 6px 14px rgba(10, 124, 255, 0.12);
}

.checklist li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: rgba(10, 124, 255, 0.85);
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M9.2%2016.2%205.6%2012.6%204.2%2014%209.2%2019%2020%208.2%2018.6%206.8Z'/%3E%3C/svg%3E") center/12px 12px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M9.2%2016.2%205.6%2012.6%204.2%2014%209.2%2019%2020%208.2%2018.6%206.8Z'/%3E%3C/svg%3E") center/12px 12px no-repeat;
}

.section--services .card {
  position: relative;
  box-shadow: 0 24px 60px rgba(7, 21, 35, 0.12);
}

.section--services .card-body {
  padding-top: 22px;
}

.section--services .icon-wrap {
  margin-top: 0;
}

.section--services .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 80px rgba(7, 21, 35, 0.18);
}

.section--services .card-media::after {
  background: linear-gradient(180deg, rgba(7, 21, 35, 0.08), rgba(7, 21, 35, 0.65));
}

.section--services .card-media img {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.section--services .card:hover .card-media img {
  transform: scale(1.03);
}

.section--services .card-pill {
  top: 16px;
  bottom: auto;
}

.section--services .btn--secondary {
  background: linear-gradient(180deg, rgba(10, 124, 255, 0.16), rgba(10, 124, 255, 0.08));
  border-color: rgba(10, 124, 255, 0.26);
  color: #0a3d78;
  box-shadow: 0 16px 32px rgba(10, 124, 255, 0.14);
}

.section--services .btn--secondary:hover,
.section--services .btn--secondary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(10, 124, 255, 0.2);
  border-color: rgba(10, 124, 255, 0.36);
}

.section--process {
  --process-border: rgba(10, 124, 255, 0.18);
  --process-glow: rgba(10, 124, 255, 0.12);
  --process-warm: rgba(255, 239, 216, 0.9);
}

.process-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.process-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.process-title h2 {
  margin-bottom: 8px;
}

.process-lede {
  margin: 0;
  color: rgba(7, 21, 35, 0.72);
  max-width: 52ch;
}

.process-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.process-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--process-border);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(7, 21, 35, 0.08);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #0a3d78;
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  position: relative;
}

.process-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.process-step-num {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(10, 124, 255, 0.12);
  border: 1px solid var(--process-border);
  color: #0a3d78;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 auto;
}

.process-step-card {
  flex: 1;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--process-border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(7, 21, 35, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.process-step-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.process-step-card p {
  margin: 0;
  line-height: 1.45;
  color: rgba(7, 21, 35, 0.7);
}

.process-step-card:hover {
  transform: translateY(-1px);
  border-color: rgba(10, 124, 255, 0.32);
  box-shadow: 0 18px 40px var(--process-glow);
}

/* Reviews carousel (front-page social proof) */
.section--reviews .reviews-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.section--reviews .reviews-title {
  max-width: 62ch;
}

.section--reviews .reviews-title h2 {
  margin-bottom: 8px;
}

.section--reviews .section-lead {
  margin: 0;
  color: rgba(7, 21, 35, 0.72);
}

.reviews-carousel {
  margin-top: 14px;
}

.reviews-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(260px, 34vw, 360px);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 2px 2px 10px;
  scrollbar-width: none;
}

.reviews-slider::-webkit-scrollbar {
  display: none;
}

.reviews-slider:focus-visible {
  outline: 2px solid rgba(10, 124, 255, 0.28);
  outline-offset: 6px;
  border-radius: var(--radius, 18px);
}

.review-card {
  scroll-snap-align: start;
  margin: 0;
  padding: 16px 16px;
  border-radius: var(--radius, 18px);
  background:
    radial-gradient(600px 260px at 15% 15%, rgba(10, 124, 255, 0.10), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(18, 38, 56, 0.08);
  box-shadow: var(--shadow-sm, 0 12px 26px rgba(7, 21, 35, 0.10));
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  overflow: hidden;
}

.review-card:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 124, 255, 0.18);
  box-shadow: var(--shadow, 0 22px 48px rgba(7, 21, 35, 0.14));
}

.review-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.review-card-mark {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(10, 124, 255, 0.10);
  color: rgba(10, 124, 255, 0.9);
  flex: 0 0 auto;
}

.review-card-mark svg {
  width: 18px;
  height: 18px;
  display: block;
}

.review-chips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.review-chips li {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: rgba(7, 21, 35, 0.76);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(10, 124, 255, 0.10);
}

.review-result {
  margin: 0;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: rgba(7, 21, 35, 0.92);
}

.review-text {
  margin: 8px 0 0;
  color: rgba(7, 21, 35, 0.80);
  font-size: 15px;
  line-height: 1.6;
}

.review-meta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(7, 21, 35, 0.62);
  font-weight: 800;
  font-size: 13px;
}

.review-city {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10, 124, 255, 0.08);
  color: rgba(7, 21, 35, 0.70);
  font-weight: 900;
  font-size: 12px;
}

.review-person {
  color: rgba(7, 21, 35, 0.66);
  font-weight: 800;
}

.reviews-progress {
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(18, 38, 56, 0.10);
  overflow: hidden;
}

.reviews-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(10, 124, 255, 0.55), rgba(125, 211, 252, 0.65));
  transition: width 0.16s linear;
}

@media (max-width: 720px) {
  .section--reviews .reviews-top {
    align-items: flex-start;
  }

  .reviews-slider {
    grid-auto-columns: clamp(260px, 84vw, 340px);
    padding-bottom: 8px;
  }
}

.process-step--finish .process-step-card {
  background: linear-gradient(135deg, var(--process-warm), rgba(255, 255, 255, 0.96));
  border-color: rgba(245, 177, 94, 0.4);
}

.process-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(245, 177, 94, 0.18);
  border: 1px solid rgba(245, 177, 94, 0.4);
  color: #7a4a11;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .process-steps {
    grid-template-columns: 1fr;
    padding-left: 16px;
  }

  .process-steps::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: linear-gradient(180deg, rgba(10, 124, 255, 0), rgba(10, 124, 255, 0.35), rgba(10, 124, 255, 0));
  }

  .process-step {
    gap: 10px;
  }

  .process-step-card {
    padding: 12px;
  }
}

.rent-feature {
  background:
    radial-gradient(1000px 420px at 10% 10%, rgba(10, 124, 255, 0.2), transparent 60%),
    radial-gradient(1000px 420px at 90% 20%, rgba(125, 211, 252, 0.26), transparent 60%),
    linear-gradient(135deg, rgba(230, 242, 255, 0.95), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(10, 124, 255, 0.12);
}

.rent-copy p {
  max-width: 60ch;
}

.rent-media {
  align-self: stretch;
}

.rent-figure {
  background: linear-gradient(135deg, rgba(10, 124, 255, 0.18), rgba(255, 255, 255, 0.7));
  border: 1px solid rgba(10, 124, 255, 0.2);
  box-shadow: 0 30px 70px rgba(7, 21, 35, 0.2);
  height: 100%;
  min-height: 360px;
}

.rent-figure img {
  height: 100%;
  object-fit: cover;
}

.rent-media {
  position: relative;
}

.rent-badges {
  position: absolute;
  left: 20px;
  bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rent-badge {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0a3d78;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 124, 255, 0.2);
  box-shadow: 0 10px 24px rgba(7, 21, 35, 0.16);
}

.rent-cta {
  padding: 16px 26px;
  font-size: 16px;
}

.rent-microcopy {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0a3d78;
}

.fit-locations {
  margin-top: 10px;
  font-weight: 700;
  color: #0a3d78;
}

.benefit {
  box-shadow: 0 22px 50px rgba(7, 21, 35, 0.12);
}

.benefit:hover {
  box-shadow: 0 26px 60px rgba(10, 124, 255, 0.16);
}

.benefit-icon {
  width: 52px;
  height: 52px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(10, 124, 255, 0.12);
}

.faq-item[open] {
  border-color: rgba(10, 124, 255, 0.28);
  box-shadow: 0 18px 42px rgba(10, 124, 255, 0.14);
  background: linear-gradient(180deg, rgba(244, 250, 255, 0.98), rgba(255, 255, 255, 0.96));
}

.faq-summary::after {
  transition: transform 0.2s ease;
}

.final-cta {
  background:
    radial-gradient(900px 500px at 12% 15%, rgba(125, 211, 252, 0.28), transparent 55%),
    linear-gradient(135deg, #0a5bcc, #0a7cff);
  box-shadow: 0 34px 80px rgba(10, 99, 204, 0.35);
}


@media (max-width: 860px) {
  .rent-badges {
    position: static;
    margin-top: 12px;
  }
}

@media (min-width: 900px) {
  .rent-feature {
    grid-template-columns: 1.2fr 1fr;
  }
}

/* ── Footer ── */
.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 560px at 10% 15%, rgba(10, 124, 255, 0.28), transparent 60%),
    radial-gradient(900px 560px at 90% 10%, rgba(125, 211, 252, 0.14), transparent 55%),
    linear-gradient(135deg, #06101a 0%, #0a2235 45%, #0c2f4c 100%);
  color: rgba(255, 255, 255, 0.88);
  padding: clamp(48px, 6vw, 72px) 0 0;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.10;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='.8'%20numOctaves='2'%20stitchTiles='stitch'/%3E%3C/filter%3E%3Crect%20width='120'%20height='120'%20filter='url(%23n)'%20opacity='.55'/%3E%3C/svg%3E");
}

.footer-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  height: 160px;
  background: radial-gradient(ellipse, rgba(10, 124, 255, 0.22), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 0.8fr;
  gap: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(36px, 4vw, 52px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 14px;
}

.footer-logo-img {
  width: 136px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}

@media (max-width: 860px) {
  .footer-logo-img {
    width: 120px;
  }
}

@media (max-width: 640px) {
  .footer-logo-img {
    width: 100px;
  }
}

.footer-logo-text {
  font-size: 18px;
}

.footer-tagline {
  margin: 0;
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  line-height: 1.6;
  max-width: 32ch;
}

.footer-heading {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.50);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  font-size: 14px;
  transition: color 0.18s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  transition: color 0.18s ease;
}

.footer-contact-item a:hover,
.footer-contact-item a:focus-visible {
  color: #fff;
}

.footer-contact-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: rgba(125, 211, 252, 0.80);
  margin-top: 2px;
}

.footer-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.60);
  line-height: 1.5;
}

.footer-details strong {
  color: rgba(255, 255, 255, 0.82);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(18px, 2.4vw, 26px) 0;
  flex-wrap: wrap;
}

@media (max-width: 680px) {
  .footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom .footer-copy {
    width: 100%;
    order: 1;
  }

  .footer-bottom .footer-credit {
    order: 2;
  }

  .footer-bottom .footer-back-top {
    order: 3;
  }
}

.footer-copy {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  font-weight: 700;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.footer-credit:hover,
.footer-credit:focus-visible {
  background: linear-gradient(135deg, rgba(10, 124, 255, 0.15) 0%, rgba(10, 124, 255, 0.08) 100%);
  border-color: rgba(10, 124, 255, 0.3);
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(10, 124, 255, 0.2);
}

.footer-credit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

.footer-credit:hover .footer-credit-icon {
  opacity: 1;
}

.footer-credit-icon svg {
  width: 100%;
  height: 100%;
}

.footer-credit-text {
  opacity: 0.7;
}

.footer-credit-brand {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  transition: color 0.25s ease;
}

.footer-credit:hover .footer-credit-brand {
  color: #fff;
}

.footer-back-top {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  flex-shrink: 0;
}

.footer-back-top svg {
  width: 18px;
  height: 18px;
}

.footer-back-top:hover,
.footer-back-top:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  color: #fff;
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Forminator form overrides are in assets/forminator-overrides.css (loaded after Forminator) */
