* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  /* font-family:'Plus Jakarta Sans',sans-serif; */
  /* background:white; */
  background: #f5f5f7;
  color: #111;
  /* overflow-x:hidden; */
}

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

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

:root {
  --red: #E8192C;
  --black: #111111;
  --white: #ffffff;
}


/* =========================================================
   NAVBAR
========================================================= */
/* 
.navbar{
  width:min(92%,1200px);
  height:72px;

  margin:18px auto 0;

  background:#fff;

  border-radius:999px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:0 28px;

  box-shadow:
  0 10px 30px rgba(0,0,0,.06);
}

.logo{
  font-size:30px;
  font-weight:900;
}

.logo span{
  color:var(--red);
}

.nav-links{
  display:flex;
  align-items:center;
  gap:34px;
}

.nav-links a{
  font-size:15px;
  font-weight:500;
  color:#444;
}

.nav-btn{
  padding:14px 28px;

  border-radius:999px;

  background:#111;
  color:#fff;

  font-weight:600;
} */


.hero {
  position: relative;

  padding: 70px 20px 0;

  overflow: clip;
}

.hero {
  background-color: #f5f5f7 !important;
  clip-path: inset(0);
}

.hero-big-text {
  position: absolute;

  top: 70px;
  left: 50%;

  transform: translateX(-50%);

  font-size: clamp(7rem, 20vw, 19rem);

  /* font-weight:900; */

  letter-spacing: -10px;

  color: #F41F3B;

  line-height: .9;

  z-index: 1;

  pointer-events: none;
  font-family: 'Anton' !important;
  animation: fadeIn 0.3s ease-out forwards;
}

#candidate {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(7rem, 20vw, 19rem);
  /* font-weight: 900; */
  letter-spacing: -10px;
  color: #F41F3B;
  line-height: .9;
  z-index: 1;
  pointer-events: none;
  font-family: 'Anton' !important;
  animation: fadeIn 0.3s ease-out forwards;
}

#recruiter {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(7rem, 20vw, 19rem);
  /* font-weight: 900; */
  letter-spacing: -10px;
  color: #F41F3B;
  line-height: .9;
  z-index: 1;
  pointer-events: none;
  font-family: 'Anton' !important;
  animation: fadeIn 0.3s ease-out forwards;
}

.hero-container {
  position: relative;

  z-index: 2;

  width: min(1200px, 100%);
  margin: auto;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-img {
  width: min(560px, 95vw);

  height: auto;

  object-fit: contain;

  margin-bottom: -157px;
  opacity: 0;
  transform: translateY(60px);
  animation: slideUp 1.1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1s;
  mask-image: linear-gradient(to bottom, transparent 0%, black 4%, black 91%, transparent 100%);
}


.hero-content {
  width: 57%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: -157px;
  padding-bottom: 15px;
  /* width:min(1200px,80%);

  margin:0 auto;

  display:flex;
  justify-content:space-between;

  gap:40px;

  margin-top:-120px;

  padding-bottom:50px; */
}

.hero-card {
  max-width: 260px;
  opacity: 0;
  transform: translateY(40px);
  animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1s;
}

.hero-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  transform: translateY(-112px);
  margin-bottom: 24px;
}

.hero-stat {
  font-size: 58px;
  font-weight: 900;
  color: var(--red);
}

.hero-stat-sub {
  font-size: 14px;
  color: #555;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;

    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .hero-card {
    max-width: 251px;
    margin: 0 -70px;
    margin-top: -57px;
  }

  .hero-img {
    margin-bottom: -45px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 4%, black 91%, transparent 100%);
  }

  .hero-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    transform: translateY(-214px);
    margin-bottom: 24px;
  }

  .hero-card--left {
    left: 16px;
  }

  .hero-card--right {
    right: 16px;
  }

  .hero-stat {
    font-size: 46px;
            margin-top: 45px;
  }
}

/* @media (min-width: 1280px) and (max-width: 1800px) {
  .hero-card {
           max-width: 37%;
       
        margin: 0 -120px;
  }

  .hero-img {
    margin-bottom: -45px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 4%, black 91%, transparent 100%);
  }

  .hero-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    transform: translateY(-214px);
    margin-bottom: 24px;
    margin-left: 25px;
  }

  .hero-card--left {
    left: 20px;
  }

  .hero-card--right {
    right: 20px;
  }

  .hero-stat {
    font-size: 52px;
    margin-top: 45px;
  }
} */

/* Medium laptops: 1280px - 1440px */
@media (min-width: 1280px) and (max-width: 1440px) {
  .hero-card {
   max-width: 215px;
        margin: 0px -87px;
        margin-top: -46px;
  }

  .hero-img {
    margin-bottom: -75px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 4%, black 91%, transparent 100%);
  }

  .hero-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    transform: translateY(-214px);
    margin-bottom: 24px;
    margin-top: 19px;
  }

  .hero-card--left { left: 18px; }
  .hero-card--right { right: 18px; }

  .hero-stat {
    font-size: 48px;
    margin-top: 69px;
  }
}

/* Large laptops / standard desktop: 1440px - 1600px */
@media (min-width: 1440px) and (max-width: 1600px) {
  .hero-card {
            max-width: 270px;
        margin: -12px -96px 0px;
  }

  .hero-img {
    margin-bottom: -45px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 4%, black 91%, transparent 100%);
  }

  .hero-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    transform: translateY(-214px);
    margin-bottom: 24px;
  }

  .hero-card--left { left: 20px; }
  .hero-card--right { right: 20px; }

  .hero-stat {
    font-size: 52px;
    /* margin-top: 45px; */
  }
}

/* Large desktop: 1600px - 1800px */
@media (min-width: 1600px) and (max-width: 1800px) {
  .hero-card {
           max-width: 250px;
        margin: 0px -53px;
        margin-top: -16px;
  }

  .hero-img {
    margin-bottom: -45px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 4%, black 91%, transparent 100%);
  }

  .hero-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    transform: translateY(-214px);
    margin-bottom: 24px;
  }

  .hero-card--left { left: 24px; }
  .hero-card--right { right: 24px; }

  .hero-stat {
    font-size: 56px;
    /* margin-top: 45px; */
  }
}

/* XL desktop: 1800px and above */
@media (min-width: 1800px) {
  .hero-card {
   max-width: 360px;
        margin: 0px -26px;
        margin-top: -15px;
  }

  .hero-img {
    margin-bottom: -75px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 4%, black 91%, transparent 100%);
  }

  .hero-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    transform: translateY(-214px);
    margin-bottom: 24px;
            margin-left: 30px;
        width: 83%;
  }

  .hero-card--left { left: 28px; }
  .hero-card--right { right: 28px; }

  .hero-stat {
    font-size: 60px;
    margin-top: 45px;
  }
}
@media (max-width: 1024px) {
  .hero-container {
    min-height: 420px;
  }

  .hero-card {
    max-width: 160px;
    bottom: 10px;
  }

  .hero-card p {
    font-size: 12px;
  }

  .hero-stat {
    font-size: 38px;
  }
}

/* @media (max-width: 640px) {
  .hero-card { display: none; }
} */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.workflow {
  padding: 36px 20px;
  background-color: white;
}

.workflow-outer-container {
  /* width: 90%; */
  /* max-width: 1200px; */
  margin: 0 auto;
  background-color: #f7f9fa;
  border: 1px solid #eef2f5;
  border-radius: 32px;
  padding: 4rem 3rem;
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.01), 0 20px 40px rgba(0, 0, 0, 0.02);
}

.workflow-scroll-hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--color-gray);
  margin-bottom: 1.5rem;
  text-align: center;
}

.workflow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  min-width: 1000px;
  /* Ensure diagram keeps layout on overflow */
  position: relative;
}

.wf-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 10;
}

.wf-node {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 0.9rem 1.3rem;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
  position: relative;
}

.wf-node:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-color: rgba(255, 46, 84, 0.3);
}

.node-indicator {
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.node-indicator.orange {
  background-color: #f97316;
  box-shadow: 0 0 8px rgba(249, 115, 22, 0.5);
}

.node-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray);
}

.wf-node:hover .node-icon {
  color: var(--color-primary);
}

.node-title {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-dark);
}

.role-node {
  width: 140px;
}

/* Group container with labels */
.wf-node-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.group-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 0.05em;
}

.action-node {
  width: 160px;
  justify-content: center;
}

.action-node.highlight-red {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.action-node.highlight-red .node-title,
.action-node.highlight-red .node-icon {
  color: var(--color-white);
}

.action-node.highlight-red:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

/* Connectors SVGs */
.wf-connectors-col {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.connector-svg {
  pointer-events: none;
}

.flow-path {
  fill: none;
  stroke: #e2e8f0;
  stroke-width: 2.5;
  stroke-linecap: round;
}

.flow-path.active-path {
  stroke: #cbd5e1;
  stroke-dasharray: 6 4;
  animation: flowDash 30s linear infinite;
}

@keyframes flowDash {
  to {
    stroke-dashoffset: -1000;
  }
}

.wf-branch-group {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  justify-content: center;
}

.branch-top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.method-nodes-wrapper {
  display: flex;
  gap: 1rem;
}

.branch-bottom-container {
  display: flex;
  gap: 1rem;
}

.branch-bottom-container .action-node {
  flex-direction: column;
  padding: 1rem;
  text-align: center;
  width: 125px;
  gap: 4px;
}

.node-sub {
  font-size: 0.7rem;
  color: var(--color-gray);
  font-weight: 500;
}


.wf-outputs {
  gap: 4rem;
}

.output-node {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  width: 100px;
}

.output-node:hover {
  transform: none;
  box-shadow: none;
}

.node-circle-outer {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 2px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.node-circle-inner {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color-light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray);
  transition: background-color var(--transition-fast), color var(--transition-fast);
}

.node-circle-outer.active-glow {
  border-color: var(--color-primary);
  box-shadow: 0 0 15px rgba(255, 46, 84, 0.2);
}

.node-circle-outer.active-glow .node-circle-inner {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.output-node:hover .node-circle-outer {
  transform: scale(1.05);
  border-color: var(--color-primary);
}

.workflow-outer-container::-webkit-scrollbar {
  height: 6px;
}

.workflow-outer-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.workflow-outer-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.workflow-outer-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}



.cand-workflow {
  padding: 36px 20px;
  background-color: #fff;
}

.cand-wf-wrap {
  /* max-width: 1100px; */
  margin: 0 auto;
  /* background: #f7f9fa; */
  /* border: 1px solid #eef2f5; */
  border-radius: 32px;
  padding: 3rem 2.5rem 2.5rem;
}


.cand-wf-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  /* overflow-x: auto; */
  padding-bottom: 11px;
}

.cand-wf-card {
  background: #fff;
  border: 1.5px solid #f0d0d5;
  border-radius: 20px;
  padding: 1.2rem 1rem 1rem;
  width: 181px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  position: relative;
  flex-shrink: 0;
  transition: box-shadow 0.18s, transform 0.18s;
  cursor: default;
}

.cand-wf-card:hover {
  box-shadow: 0 6px 24px rgba(220, 40, 60, 0.10);
  transform: translateY(-2px);
}

/* .cand-wf-card.cand-active {
  border-color: #e5203a;
  box-shadow: 0 0 0 2.5px rgba(229, 32, 58, 0.18), 0 6px 24px rgba(229, 32, 58, 0.10);
} */


.cand-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  border: 1.5px solid #f8c2cb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -3rem;
  color: #e5203a;
}

.cand-icon-circle.cand-icon-lg {
  width: 75px;
  height: 75px;
  border-color: #e5203a;
  background: white;
}

.cand-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin-top: 4px;
}

.cand-card-desc {
 
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}


.cand-arrow-h {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex-shrink: 0;
  align-self: center;
  margin-top: -50px;
}

.cand-branch-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  flex-shrink: 0;
}

.cand-col-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.cand-arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -35px;
}


.cand-interview-row {
  display: flex;
  justify-content: center;
  margin-left: -200px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.cand-interview-card {
  width: 200px;
  min-height: 210px;
   border: 1.5px solid #f0c0ca; 
  box-shadow: none; 
}

.cand-feat-bar {
  margin-top: 2rem;
  background: #fff;
  border: 1px solid #eef2f5;
  border-radius: 16px;
  padding: 1.2rem 1.25rem;
  display: flex;
  gap: 0;
  align-items: stretch;

}

.cand-feat-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 1.1rem;
}

.cand-feat-item:not(:last-child) {
  border-right: 1px solid #eef2f5;
}

.cand-feat-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff5f6;
  border: 1.5px solid #f8c2cb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* margin-top: -2rem; */
  color: #e5203a;
}

.cand-feat-text {
  padding-top: 10px;
}

.cand-feat-title {
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.cand-feat-desc {
  font-size: 15px;
  color: #666;
  margin-top: 5px;
}


.cand-wf-row::-webkit-scrollbar {
  height: 4px;
}

.cand-wf-row::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.cand-wf-row::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}


@media (max-width: 900px) {
  .cand-wf-wrap {
    padding: 2rem 1.2rem 1.5rem;
  }

  .cand-feat-bar {
    flex-direction: column;
    gap: 12px;
  }

  .cand-feat-item {
    border-right: none !important;
    border-bottom: 1px solid #eef2f5;
    padding: 0 0 12px;
  }

  .cand-feat-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cand-interview-row {
    padding-left: 0;
    justify-content: flex-start;
    padding-left: 10px;
  }
}

@media (max-width: 1024px) {

  .cand-arrow-h,
  .cand-branch-col {
    display: none;
  }

  .cand-wf-row {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 12px 24px;
    align-items: start;
    justify-items: center;
  }


  .cand-col-stack {
    width: 100%;
    align-items: center;
  }

 
  .cand-wf-card {
    width: 100%;
    min-width: unset;
    max-width: 220px;
  }


  .cand-arrow-down {
    display: none;
  }


  .cand-interview-row {
    margin-top: 20px;
           justify-content:center;
           margin-left: 0px;
    
  }

  .cand-interview-card {
    max-width: 220px;
    width: 100%;
  }

  .cand-converge-arrows {
    display: none;
  }

  .cand-interview-row::before {
    content: '';
    display: block;
    width: 2px;
    height: 32px;
    background: #e5203a;
    margin: 0 auto;
    display: none;
  }


  .cand-feat-bar {
    gap: 12px;
  }

  /* .cand-feat-item { flex: 1 1 140px; } */
}

@media (max-width: 600px) {

  .cand-workflow {
    padding: 40px 16px 32px;
  }

  .cand-wf-row {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .cand-wf-card {
    max-width: 100%;
    width: 100%;
  }
#svg{
  display: none;
}
  .cand-wf-row>.cand-wf-card::after,
  .cand-col-stack>.cand-wf-card::after {
    content: '';
    display: block;
    width: 2px;
    height: 28px;
    background: #e5203a;
    margin: 0 auto;
    display: none;
  }

  .cand-wf-row>.cand-wf-card:last-child::after {
    display: none;
  }

  .cand-col-stack {
    width: 100%;
  }

  .cand-interview-card {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }

  .cand-feat-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .cand-feat-item {
    max-width: 100%;
  }
}

.section-tag {
  width: fit-content;

  margin: 0 auto 18px;

  padding: 10px 18px;

  border-radius: 999px;

  /* border: 1px solid #ddd; */

  font-size: 12px;
  font-weight: 700;
}

.section-title {
  text-align: center;

  font-size: clamp(2.5rem, 2.9vw, 3rem);

  line-height: 1.05;

  font-weight: 900;

  margin-bottom: 20px;
}

.section-title span {
  color: var(--red);
}

.section-desc {
  text-align: center;

  /* max-width: 700px; */

  margin: 0 auto 60px;

  font-size: 18px;

  line-height: 1.7;

  color: #666;
}

.workflow-box {
  width: min(1200px, 100%);
  margin: auto;

  background: #fff;

  border: 1px solid #ddd;

  border-radius: 28px;

  padding: 40px;
}

.workflow-box img {
  width: 100%;
}


@media(max-width:1023px) {

  .nav-links {
    gap: 18px;
  }

  .hero-big-text {
    font-size: 14rem;
  }

  .hero-content {
    margin-top: -60px;
  }

  .hero-stat {
    font-size: 42px;
  }


}

@media(max-width:767px) {

  .navbar {
    height: 64px;
    padding: 0 18px;
  }

  .nav-links {
    display: none;
  }

  .nav-btn {
    padding: 12px 18px;
    font-size: 14px;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-big-text {
    font-size: 6rem;

    top: 120px;
  }

  .hero-img {
    width: 280px;
  }

  .hero-content {
    flex-direction: column;

    align-items: center;

    text-align: center;

    margin-top: -20px;

    gap: 24px;
  }

  .hero-card {
    max-width: 100%;
  }

  .hero-stat {
    font-size: 38px;
  }

  .workflow {
    padding: 80px 16px;
  }

  .workflow-box {
    padding: 20px;
  }



  .section-title {
    font-size: 2.4rem;
  }

  .section-desc {
    font-size: 15px;
  }
}


@media (max-width: 768px) {

  /* body{
    overflow-x:hidden;
  } */


  .navbar {
    width: 92%;
    height: 64px;

    padding: 0 16px;
  }

  .nav-links {
    display: none;
  }

  .logo {
    font-size: 24px;
  }

  .nav-btn {
    padding: 10px 18px;

    font-size: 13px;
  }


  .hero {
    padding: 40px 16px 0;
  }

  .hero-big-text {
    font-size: 5.5rem;

    top: 120px;

    letter-spacing: -4px;

    text-align: center;
  }

  .hero-container {
    margin-top: 40px;
  }

  .hero-img {
    width: 260px;

    margin: auto;
  }

  .hero-content {
    flex-direction: column;

    align-items: center;

    text-align: center;

    gap: 24px;

    margin-top: -10px;

    padding-bottom: 40px;
  }

  .hero-card {
    max-width: 100%;
    text-align: center;
  }

  .hero-card p {
    font-size: 14px;

    line-height: 1.7;
  }

  .hero-stat {
    font-size: 40px;
  }

  .hero-stat-sub {
    font-size: 13px;
  }


  .workflow,
  .faq {
    padding: 70px 16px;
  }

  .section-title {
    font-size: 2.3rem;

    line-height: 1.1;
  }

  .section-desc {
    font-size: 14px;

    line-height: 1.7;
    width: 90%;
    margin-bottom: 40px;
  }

  .workflow-box {
    padding: 18px;

    border-radius: 18px;
  }

}

@media(max-width:768px) {

  .hero-img {
    width: 320px;

    margin-bottom: -20px;
  }

  .hero {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {

  .hero-big-text {
    font-size: 4.2rem;

    top: 140px;
  }

  .hero-img {
    width: 220px;
  }

  .section-title {
    font-size: 2rem;
  }

  .hero-stat {
    font-size: 34px;
  }
}

@media (max-width: 768px) {

  .hero {
    padding: 120px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-big-text {
    top: 140px;
    font-size: clamp(4rem, 27vw, 10rem);
    letter-spacing: -4px;
    width: 100%;
    text-align: center;
    font-weight: 100;
  }

  .hero-container {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-img {
    width: min(320px, 85vw);
    margin-bottom: 64px;
  }

  .hero-content {
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 450px;
    margin-top: -60px;
    position: relative;
    z-index: 3;
    gap: 0; */
  }

  .hero-card {
    max-width: 45%;
    text-align: left;
  }

  .hero-card.right-card {
    text-align: right;
  }

  .hero-stat {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1;
    margin-bottom: 4px;
    color: #F41F3B;
  }

  .hero-stat-sub {
    font-size: 11px;
    line-height: 1.3;
    color: #111111;
    font-weight: 600;
  }


  .hero-mobile-desc {
    display: block;
    width: 100%;
    max-width: 500px;
    text-align: center;
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: 1.5;
    color: #333333;
    margin-top: 40px;
    padding: 0 10px;
  }
}

@media (min-width: 769px) {
  .hero-mobile-desc {
    display: none;
  }

  .hero-card.right-card {
    text-align: right;
  }
}

.mobile-only {
  display: none !important;
}


@media (max-width: 768px) {


  .desktop-only {
    display: none !important;
  }

  .mobile-only.hero-mobile-desc {
    display: block !important;
    width: 100%;
    max-width: 540px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
    margin: 0px auto 0;
    padding: 0 15px;
  }


  .hero {
    padding: 100px 16px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-big-text {
    top: 64px;
    font-size: clamp(4rem, 24vw, 9.5rem) !important;
    letter-spacing: -3px !important;
    width: 100%;
    text-align: center;
  }

  #recruiter {
    font-size: clamp(4rem, 25vw, 9.5rem) !important;
    /* font-weight: 600; */
  }

  #candidate {
    font-size: clamp(4rem, 25vw, 9.5rem) !important;
    /* font-weight: 600; */
  }

  .hero-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .hero-img {
    width: min(340px, 85vw) !important;
    height: auto;
    margin-bottom: -40px;
    /* -webkit-mask-image: linear-gradient(to bottom,
              transparent 0%, black 4%, black 91%, transparent 100%); */
    mask-image: linear-gradient(to bottom,
        transparent 0%, black 4%, black 91%, transparent 100%);
  }


  .hero-content {
    /* display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    width: 100%;
    max-width: 500px;
    margin-top: 34px;
    position: relative;
    z-index: 10;
    gap: 0; */
  }

  .hero-card {
    margin: 0 !important;
  }

  .hero-card {
    max-width: 150px;
    text-align: left;
  }

  .hero-stat {
    font-size: 28px !important;
    font-weight: 900;
    line-height: 1.1;
    color: #F41F3B;
    margin-bottom: 6px;
  }

  .hero-stat-sub {
    font-size: 11px !important;
    line-height: 1.4;
    color: #111111;
    font-weight: 600;
  }
}


@media (max-width: 768px) {
  .workflow-outer-container {
    padding: 2rem 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;


    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .workflow-outer-container::-webkit-scrollbar {
    display: none;
  }

  .workflow-scroll-hint {
    display: flex;
  }
}


.rec-workflow {
  padding: 36px 20px;
  background-color: #fff;
}

.rec-wf-wrap {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* background: linear-gradient(135deg, #fff5f6 0%, #fff 60%); */
  /* border: 1px solid #f0d0d5; */
  border-radius: 32px;
  padding: 1.5rem 2.5rem 2.5rem;
}


.rec-wf-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  /* overflow-x: auto; */
  padding-bottom: 4px;
}


.rec-card-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.rec-wf-card {
  background: #fff;
  border: 1.5px solid #f0c0ca;
  border-radius: 22px;
  padding: 2.8rem 1.4rem 1.6rem;
  width: 165px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  transition: box-shadow 0.18s, transform 0.18s;
  cursor: default;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.rec-wf-card:hover {
  box-shadow: 0 8px 32px rgba(229, 32, 58, 0.10);
  transform: translateY(-3px);
}

.rec-wf-card.rec-active {
  border-color: #e5203a;
  box-shadow: 0 0 0 2.5px rgba(229, 32, 58, 0.15), 0 8px 32px rgba(229, 32, 58, 0.08);
}

.rec-icon-circle {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #f0c0ca;
  box-shadow: 0 2px 12px rgba(229, 32, 58, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.rec-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.rec-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.rec-card-divider {
  width: 32px;
  height: 2.5px;
  background: #e5203a;
  border-radius: 2px;
  margin: 2px auto;
}

.rec-card-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.rec-ai-card {
  width: 300px;
  min-height: 280px;
  padding: 2.8rem 1.4rem 1.6rem;
  align-items: flex-start;
  text-align: left;
}

.rec-ai-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #e5203a;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 16px;
  border-radius: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
}

.rec-ai-features-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin-top: 4px;
}

.rec-ai-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
}

.rec-ai-divider {
  height: 1px;
  background: #f0e0e2;
  width: 100%;
}

.rec-ai-feat-icon {
  flex-shrink: 0;
  margin-top: 2px;
  width: 28px;
  height: 28px;
  background: #fff5f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rec-ai-feat-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.rec-ai-feat-desc {
  font-size: 15px;
  color: #888;
  margin-top: 2px;
  line-height: 1.4;
}


.rec-arrow-h {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 3;
  margin: 0 -2px;
}

.rec-arrow-brace {
  align-items: center;
  margin: 0 -4px;
}

.rec-feat-bar {
  margin-top: 2.5rem;
  background: #fff;
  border: 1px solid #eef2f5;
  border-radius: 16px;
  padding: 1rem 0.5rem;
  display: flex;
  gap: 0;
  align-items: stretch;
}

.rec-feat-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0.25rem 1.25rem;
}

.rec-feat-item:not(:last-child) {
  border-right: 1px solid #eef2f5;
}

.rec-feat-icon {
  flex-shrink: 0;
  margin-top: 2px;
  width: 40px;
  height: 40px;
  background: #fff5f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rec-feat-title {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.rec-feat-desc {
  font-size: 15px;
  color: #666;
  margin-top: 2px;
}

.rec-wf-row::-webkit-scrollbar {
  height: 4px;
}

.rec-wf-row::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.rec-wf-row::-webkit-scrollbar-thumb {
  background: #f0c0ca;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .rec-wf-wrap {
    padding: 2rem 1rem 1.5rem;
  }

  .rec-feat-bar {
    flex-direction: column;
    padding: 1rem;
    gap: 12px;
  }

  .rec-feat-item {
    border-right: none !important;
    border-bottom: 1px solid #eef2f5;
    padding: 0 0 12px;
  }

  .rec-feat-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .rec-wf-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .rec-card-wrap {
    width: 100%;
    max-width: 450px; 
    flex-direction: column;
  }
.rec-wf-card{
width: 100%;
}

  .rec-arrow-h {
    display: none !important;
  }


  .rec-card-wrap:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -30px; 
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background-color: #e5203a;
    display: none;
  }

  .rec-card-wrap:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #e5203a;
    border-bottom: 2px solid #e5203a;
    z-index: 2;
    display: none;
  }

  .rec-feat-bar {
    flex-direction: column;
    align-items: normal;
  }
}

@media (max-width: 768px) {
  .rec-wf-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
.rec-wf-card{
  width: 100%;
}
  .rec-card-wrap {
    width: 100%;
    max-width: 450px; 
    flex-direction: column;
  }


  .rec-arrow-h {
    display: none !important;
  }


  .rec-card-wrap:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -30px; 
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background-color: #e5203a;
  }

  .rec-card-wrap:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #e5203a;
    border-bottom: 2px solid #e5203a;
    z-index: 2;
  }

  .rec-feat-bar {
    flex-direction: column;
    align-items: normal;
  }
}

 :root {
    --bg:        #0f0f0f;
    --surface:   #1c1c1c;
    --surface2:  #252525;
    --red:       #E8243B;
    --red-dim:   rgba(232, 36, 59, 0.18);
    --red-glow:  rgba(232, 36, 59, 0.07);
    --text:      #FFFFFF;
    --muted:     #888888;
    --border:    rgba(255,255,255,0.09);
    --radius:    10px;
  }


  .coming-card {
    background: var(--surface);
    border: 0.5px solid var(--border);
    border-radius: 16px;
    padding: 28px;
    display: flex; flex-direction: column; gap: 16px;
    position: relative; overflow: hidden;
  }
  .coming-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--red), transparent);
  }

  .agent-badge {
    display: flex; align-items: center; gap: 10px;
    background: var(--surface2); border-radius: 10px;
    padding: 12px 14px;
  }
  .agent-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--red-dim); border: 1.5px solid var(--red);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
  }
  .agent-info { display: flex; flex-direction: column; gap: 1px; }
  .agent-name { font-size: 13px; font-weight: 600; }
  .agent-status { font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 5px; }
  .status-dot {
    width: 5px; height: 5px; border-radius: 50%;
    background: #F5A623; display: inline-block;
  }

  .card-heading { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.75); }

  .capability-list { display: flex; flex-direction: column; gap: 8px; }
  .cap-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 12px; color: var(--muted);
    padding: 9px 12px;
    background: var(--surface2); border-radius: 8px;
    border: 0.5px solid transparent;
    transition: all 0.2s;
  }
  .cap-item:hover { border-color: var(--border); color: rgba(255,255,255,0.7); }
  .cap-num {
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--red-dim); color: var(--red);
    font-size: 10px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }