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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}


body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;           
  background-color: white;
}

ul     { list-style: none; }
a      { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }

img, svg, picture, video {
  display: block;
  max-width: 100%;       
  height: auto;
}

input, button, textarea, select { font-family: inherit; }

:root {

  --red:        #EB2A44;
  --red-deep:   #c8001e;
  --black:      #111111;
  --white:      #ffffff;
  --tmid:       #666677;
  --tlt:        #9999bb;
  --bg:         #f5f5f7;
  --bg-soft:    #fafafa;
  --bg-faq:     #f0f0f3;
  --line:       #e4e4ec;
  --line-soft:  #e6e6ec;

  --sh-nav:   0 4px 28px rgba(0, 0, 0, 0.10);
  --sh-card:  0 6px 28px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.05);
  --sh-feat:  0 6px 28px rgba(0, 0, 0, 0.10);
  --r-sm:     10px;
  --r-md:     18px;
  --r-lg:     22px;
  --r-pill:   999px;

  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  --space-3xs: clamp(0.25rem, 0.4vw, 0.5rem);   
  --space-2xs: clamp(0.5rem,  0.7vw, 0.75rem);   
  --space-xs:  clamp(0.75rem, 1vw,   1rem);      
  --space-sm:  clamp(1rem,    1.4vw, 1.25rem);  
  --space-md:  clamp(1.25rem, 2vw,   1.75rem);    
  --space-lg:  clamp(1.75rem, 3vw,   2.5rem);   
  --space-xl:  clamp(2.5rem,  3.5vw, 3.8rem);       
  --space-2xl: clamp(3.5rem,  6vw,   5.5rem);     
  --space-3xl: clamp(4.5rem,  8vw,   7.5rem);    

  --pad-section: clamp(3.5rem, 6.5vw, 5.5rem);

  --container:        min(88%, 1280px);
  --container-narrow: min(84%, 1280px);
  --container-faq:    min(84%, 1280px);

  --fs-micro:  clamp(0.68rem, 0.78vw, 0.78rem);   
  --fs-xs:     clamp(0.78rem, 0.85vw, 0.88rem); 
  --fs-sm:     clamp(0.82rem, 0.95vw, 0.92rem);    
  --fs-base:   clamp(0.95rem, 1.05vw, 1.05rem);   
  --fs-md:     clamp(1rem,    1.2vw,  1.15rem);
  --fs-h3:     clamp(1.6rem,  3vw,    2.6rem);     
  --fs-h2:     clamp(2.2rem,  3.4vw,  3.3rem);      
  --fs-h2-lg:  clamp(2.4rem,  4vw,    4rem);    
  --fs-hero:   clamp(2.4rem,  5.6vw,  5.2rem);    
  --stage-h:   clamp(335px, 42.7vw, 615px);
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;        
  height: 400px;
  background: radial-gradient(
    circle, 
    rgba(244, 31, 59, 0.15) 0%,  
    rgba(244, 31, 59, 0.05) 40%,  
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;       
  z-index: 0;                  
  transform: translate(-50%, -50%); 
  will-change: transform;       
  opacity: 0;                   
  transition: opacity 0.5s ease; 
}

#navbar-placeholder {
    position: sticky;
    top: 0;
    z-index: 1000; 
    width: 100%;
}
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: var(--space-sm) var(--space-md) 0;
  pointer-events: none;         
  transition: padding 0.18s ease;
} 

.navbar {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(90%, 1080px);
  height: 66px;
  padding: 0 30px;
  background: var(--white);
  border-radius: 50px;
  box-shadow: var(--sh-nav);
  border: 1px solid rgba(0,0,0,0.04);
}

.logo {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: -0.05em;
  color: var(--black);
  /* flex-shrink: 0; */
}
.logo-accent { color: var(--black); }
.logo svg    { flex-shrink: 0; margin-left: 2px; }

.logo-img {
  height: 85px;
  width: auto;
  display: block;
  object-fit: contain;
  margin-left: -56px;
}

.ft-logo-img {
  height: 90px;
  width: auto;
  display: block;
  object-fit: contain;
  margin-left: -86px;
  margin-top: -29px;
  /* filter: brightness(0) invert(1); makes it white on dark bg */
}

img.red-bg {
  object-fit: cover;
  object-position: top center;
  display: block;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.nav-links a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--tmid);
  padding: 7px 15px;
  border-radius: var(--pill);
  transition: color .16s, background .16s;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--black);
  background: rgba(0, 0, 0, 0.04);
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  background: var(--black);
  color: var(--white);
  font-size: 0.87rem;
  font-weight: 600;
  padding: 11px 24px;
  border-radius:50px;
  letter-spacing: .01em;
  flex-shrink: 0;
  transition: transform .18s, box-shadow .18s;
}

.cta-btn:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  flex-shrink: 0;
}
.burger span {
  display: block; width: 22px; height: 2px;
  border-radius: 2px; background: var(--black);
  transition: transform .25s, opacity .25s;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mob-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.mob-overlay.open { pointer-events: all; opacity: 1; visibility: visible; }
.mob-overlay ul   { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.mob-overlay a    { font-size: 1.4rem; font-weight: 700; color: var(--black); }
.mob-overlay .cta-btn { font-size: .95rem; padding: 11px 28px; }
.mob-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

.mob-close span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--black);
  transition: transform .25s, opacity .25s;
}

/* Always shown as X */
.mob-close span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mob-close span:nth-child(2) { opacity: 0; }
.mob-close span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--space-xl);
  padding-top: 40px;
  overflow: clip;
  --stage-w: 100%;
}
main{
  background-color: white;
}
.containers {
    width: var(--container-narrow) ;
    margin: 0 auto;
}

.animation-text {
  font-size: 2rem;
  font-family: inherit;
  color: #333;
}

/* .red {
  color: #ff4d4d;
  font-style: normal;
  font-weight: bold;
}
.change-word {
  display: inline-grid; 
  vertical-align: top;
}


.change-word::before,
.change-word::after {
  grid-area: 1 / 1;
}


.change-word::after {
  content: "Recruiters";
  visibility: hidden;
  pointer-events: none;
}


.change-word::before {
  content: "Employers";
  animation: wordSwitch 9s infinite;
  color: #EB2A44;
}

@keyframes wordSwitch {
  0%,   30%    { content: "Employers";  }
  33.33%, 63.33% { content: "Recruiters"; }
  66.66%, 96.66% { content: "Candidates"; }
  100%           { content: "Employers";  }
} */



  

.word-chip {
display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background: whitesmoke;
    border-radius: 35px;
    padding: 4px 22px;
    height: calc(55px * 1.2);
    width: 340px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;   /* so absolute measurer doesn't escape */
        box-shadow: 0 10px 18px -6px rgb(255 10 10 / 68%);
  }
 
  /* ── the words container inside chip ── */
  .word-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
  
  }
 
  /* per-character roll */
  .word-inner .ch {
    display: inline-block;
    overflow: hidden;
    height: 1.2em;
    vertical-align: top;
    transition: width 500ms cubic-bezier(.22,.68,.18,1.01);
  }
 
  .word-inner .ch > span {
    display: block;
    transition: transform 500ms cubic-bezier(.22,.68,.18,1.01);
  }
 
  .word-inner .cc {
    display: block;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 55px;
    font-weight: 800;
    color: #9191a0;        /* muted — NOT red */
    white-space: pre;
  }
 


.change-word {
  display: inline-flex;
  vertical-align: bottom;
  height: 1.1em;
  /* overflow: hidden; */
  justify-content: flex-start;  
    margin-top: 43px;
}

.change-word .ch {
  display: block;
  overflow: hidden;
  height: 1.1em;
}

.change-word .ch > span {
  display: block;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.change-word .ch {
  display: block;
  overflow: hidden;
  height: 1.1em;
  transition: width 0.45s cubic-bezier(0.65, 0, 0.35, 1); 
}

.change-word .cc {
  display: block;
  height: 1.1em;
  line-height: 1.1;
  text-align: left;
  white-space: pre;
}
.headline {
  text-align: center;
  padding: 0 var(--space-md);
  z-index: 2;
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp .65s ease .05s forwards;
}

.h-line1,
.h-line2 {
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--black);
  font-size: var(--fs-hero);
}

em.red {
  font-style: normal;
  color: var(--red);
  display: inline-flex;
  /* font-size: 57px; */
}

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

.stage {
  position: relative;
  width: 100%;
  height: 615px;
  margin-top: 28px;
  overflow: visible;
}

.red-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

   width: 126%;
  height: auto;
  min-height: 303px;

  background: linear-gradient(
    135deg,
    #c40018 0%,
    #e00023 45%,
    #ff2f52 100%
  );

  clip-path: ellipse(41% 100% at 50% 100%);

  z-index: 1;
  box-shadow: 0 -4px 32px rgba(210,0,20,0.18);
}

.char {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  /* No animation — static positioning */
}

.char img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  margin-top: -22px;
  /* Wide bottom-anchored ellipse — fades black side margins,
     keeps full character height visible */
  /* -webkit-mask-image: radial-gradient(
    ellipse 95% 200% at 50% 100%,
    black 0%, black 80%,
    rgba(0,0,0,0.25) 90%,
    transparent 97%
  );
  mask-image: radial-gradient(
    ellipse 95% 200% at 50% 100%,
    black 0%, black 80%,
    rgba(0,0,0,0.25) 90%,
    transparent 97%
  ); */
}

.char::before {
  display: none;
}

.char img {
  -webkit-mask-image: radial-gradient(ellipse 92% 200% at 50% 100%,
      black 0%, black 88%, transparent 96%);
  mask-image: radial-gradient(ellipse 92% 200% at 50% 100%,
      black 0%, black 88%, transparent 96%);
}

.char::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 10%;
  background: linear-gradient(to bottom, var(--bg) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.char-l {
  left: clamp(120px, 37.8%, 452px);
  width: clamp(185px, 24.7%, 450px);
  height: clamp(330px, 113%, 498px);
  z-index: 8;
  height: 100% !important;
}

.char-c {
  left: 51%;
  transform: translateX(-50%);
  width: clamp(210px, 34.8%, 402px);
  height: clamp(375px, 114%, 535px);
  z-index: 9;
}

.char-r {
  right: clamp(120px, 26.2%, 487px);
  width: clamp(178px, 56.8%, 416px);
  height: clamp(315px, 113%, 499px);
  z-index: 7;
  height: 92% !important;
}
.card-wrap {
  position: absolute;
  z-index: 6;
  filter: drop-shadow(0 6px 22px rgba(0, 0, 0, 0.12)) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.06));
  transition: filter .22s ease, transform .22s ease;
}

.card-wrap:hover {
  filter: drop-shadow(0 12px 36px rgba(0, 0, 0, 0.16)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.08));
  transform: translateY(-3px);
}

.card-img {
  display: block;
  border-radius: 18px;
  width: 100%;
  height: auto;
}

.cw-result {
  left: clamp(15px, 12.6%, 182px);
  /* ref: 182px */
  top: 176px;
  /* ref: 117px — man's chest level, not shoulder */
  width: 215px;
      margin-left: 132px;
}

.cw-match {
  left: clamp(10px, 9.2%, 133px);
  top: 416px;
  bottom: auto;
  width: clamp(260px, 27%, 388px);
  margin-left: 180px;
  z-index: 8;
}

.cw-pipe {
  right: clamp(15px, 15.8%, 228px);
  top: 274px;
  /* ref: 100px — was 28px */
  width: 188px;
  margin-right: 153px;
}

.cw-sched {
  right: clamp(13px, 15.6%, 225px);
  top: 417px;
  /* ref: 266px — was 220px */
  width: 185px;
      margin-right: 155px;
    z-index: 6;
}

.feat-strip {
  position: absolute;
  bottom: clamp(0.5rem, 2%, 1.5rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: var(--white);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-feat);
  border: 1px solid rgba(0, 0, 0, 0.055);
  padding: clamp(0.5rem, 1vw, 0.875rem) clamp(0.75rem, 2vw, 1.75rem);
  max-width: calc(100% - 2 * var(--space-md));
}

.fi {
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
  padding: 0 clamp(0.6rem, 1.4vw, 1.375rem);
}
.fi span {
  font-size: clamp(0.65rem, 0.85vw, 0.83rem);
  font-weight: 600;
  color: var(--black);
}
.fi-sep {
  width: 1px;
  height: 28px;
  background: #e2e2ee;
  flex-shrink: 0;
}

.sec-emp {
  display: flex;
  align-items: center;
  /* min-height: 100vh; */
  background: #ffffff;
  overflow: hidden;
}

/* ── Left visual column (52% wide) ─────────────── */
.se-visual {
  flex: 0 0 52%;
  position: relative;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Pink-red radial glow — centred on character upper body */
.se-glow {
  position: absolute;
  /* ref: glow centre ≈ 28% × 1920, 42% × 1080 → at left col = 538px,454px
     Scaled to 1440: 538×(1440/1920)=404px, within col 52%×1440=749px → 54% from col left */
  top: 50%;
  left: 54%;
  transform: translate(-50%, -52%);
  width:  clamp(300px, 36vw, 520px);
  height: clamp(300px, 36vw, 520px);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(220, 30, 55, 0.30) 0%,
    rgba(220, 30, 55, 0.16) 35%,
    rgba(220, 30, 55, 0.06) 58%,
    transparent 72%
  );
  z-index: 0;
  pointer-events: none;
}

/* Character image container */
.se-img-wrap {
  position: relative;
  z-index: 1;
  /* 1080×1350 source (0.8 ratio). At container 560px wide:
     cover fills height first → rendered 560×700, clip 0 sides ≈ show all cards */
  width: clamp(380px, 56%, 580px);
  height: clamp(500px, 152vh, 644px);
  overflow: hidden;
  /* bleed left so character feels naturally positioned near page left */
  /* margin-left: 25%; */
}

.se-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  /* Fade only the very top (black strip above head) & bottom.
     Sides kept open so embedded floating cards are fully visible. */
  /* -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 4%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 4%,
    black 90%,
    transparent 100%
  ); */
}

/* ── Right text column ──────────────────────────── */
.se-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 80px 8% 80px 6%;
  max-width: 720px;
}

/* Badge pill */
.se-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #d4d4d8;
  border-radius: 999px;
  padding: 9px 22px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #111;
  width: fit-content;
  background: #fff;
}
.se-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Headline */
.se-h2 {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.03em;
  color: var(--black);
  margin: 0;
}
.se-accent { color: var(--red); font-style: normal; }

/* Body paragraph */
.se-body {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  color: #5a5a72;
  max-width: 510px;
  margin: 0;
}

/* CTA pill button */
.se-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1.5px solid #d0d0d8;
  border-radius: 999px;
  padding: 10px 32px 10px 10px;
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--black);
  background: #fff;
  text-decoration: none;
  width: fit-content;
  transition: border-color .2s ease, box-shadow .2s ease, transform .18s ease;
}
.se-cta:hover {
  border-color: var(--red);
  box-shadow: 0 4px 20px rgba(232, 25, 44, 0.14);
  transform: translateY(-1px);
}

/* Red circle arrow */
.se-cta-icon {
  width: 46px;
  height: 46px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s;
}

.se-cta:hover .se-cta-icon {
  background: #c8001e;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1100px) {
  .se-content {
    padding: 60px 6% 60px 5%;
    gap: 22px;
  }

  .se-h2 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
  }
}

@media (max-width: 900px) {
  .sec-emp {
    flex-direction: column;
    min-height: auto;
  }

  .se-visual {
    flex: none;
    width: 100%;
    min-height: 500px;
    justify-content: center;
  }

  .se-img-wrap {
    width: min(480px, 90vw);
    height: clamp(400px, 62vw, 580px);
    margin-left: 0;
  }

  .se-glow {
    left: 50%;
  }

  .se-content {
    padding: 40px 8%;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .se-badge,
  .se-cta {
    align-self: center;
  }

  .se-body {
    max-width: 520px;
  }
}

@media (max-width: 576px) {
  .se-img-wrap {
    width: 90vw;
    /* height: 55vw; */
  }

  .se-glow {
    width: 280px;
    height: 280px;
  }

  .se-h2 {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }

  .se-content {
    padding: 32px 6%;
    gap: 18px;
  }
}
.sec-rec {
  display: flex;
  align-items: center;
  /* min-height: 100vh; */
  /* background: #fafafa; */
  overflow: hidden;
  margin-bottom: 50px;
}

/* RIGHT visual column (52%) — second in DOM */
.sr-visual {
  flex: 0 0 52%;
  position: relative;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: flex-end;   /* character anchors to right edge */
}

.sr-glow {
  position: absolute;
  top:  50%;
  left: 48%;                   /* glow centred within right col */
  transform: translate(-50%, -50%);
  width:  clamp(320px, 38vw, 540px);
  height: clamp(320px, 38vw, 540px);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(235, 100, 80, 0.22) 0%,
    rgba(235, 100, 80, 0.10) 38%,
    rgba(235, 100, 80, 0.04) 60%,
    transparent 74%
  );
  z-index: 0;
  pointer-events: none;
}

.sr-img-wrap {
  position: relative;
  z-index: 1;
  width: clamp(380px, 54%, 580px);
  height: clamp(520px, 159vh, 600px);
  overflow: hidden;
  /* margin-right: 24%; */

}

.sr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.sr-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  /* padding: 80px 6% 80px 8%;    */
  padding: 10px 25px;
  max-width: 720px;
  /* margin-left: 150px; */
}

.sr-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #d4d4d8;
  border-radius: 999px;
  padding: 9px 22px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #111;
  width: fit-content;
  background: #fff;
}
.sr-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

.sr-h2 {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.03em;
  color: var(--black);
  margin: 0;
}

.sr-accent {
  color: var(--red);
  font-style: normal;
}

.sr-body {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  color: #5a5a72;
  max-width: 510px;
  margin: 0;
}

.sr-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1.5px solid #d0d0d8;
  border-radius: 999px;
  padding: 10px 32px 10px 10px;
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--black);
  background: #fff;
  text-decoration: none;
  width: fit-content;
  transition: border-color .2s ease, box-shadow .2s ease, transform .18s ease;
}
.sr-cta:hover {
  border-color: var(--red);
  box-shadow: 0 4px 20px rgba(232, 25, 44, 0.14);
  transform: translateY(-1px);
}

.sr-cta-icon {
  width: 46px;
  height: 46px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s;
}
.sr-cta:hover .sr-cta-icon { background: #c8001e; }

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1100px) {
  .sr-content { padding: 60px 5% 60px 6%; gap: 22px; }
  .sr-h2      { font-size: clamp(2.2rem, 4vw, 3.4rem); }
}

@media (max-width: 900px) {
  .sec-rec { flex-direction: column; min-height: auto; }
  .sr-visual {
    flex: none; width: 100%; min-height: 500px;
    justify-content: center;
  }

  .sr-img-wrap {
    width: min(480px, 90vw);
    height: clamp(420px, 65vw, 600px);
    margin-right: 0;
  }

  .sr-glow {
    left: 50%;
  }

  .sr-content {
    padding: 40px 8%;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .sr-badge,
  .sr-cta {
    align-self: center;
  }

  .sr-body {
    max-width: 520px;
  }
}

@media (max-width: 576px) {
  .sr-img-wrap {
    width: 90vw;
    /* height: 60vw; */
  }

  .sr-glow {
    width: 280px;
    height: 280px;
  }

  .sr-h2 {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }

  .sr-content {
    padding: 32px 6%;
    gap: 18px;
  }
}

/* ══════════════════════════════════════════════════
   SECTION 4 — For Candidates
   Candidate_sec4.png: young man with phone,
   embedded cards: Interview Invitation (Google),
   Senior UX Designer, Engineering Lead,
   Verified Employer, Confirmed Application Success.
   Cards spread RIGHT & CENTER of character.
══════════════════════════════════════════════════ */
.sec-can {
  display: flex;
  align-items: center;
  /* min-height: 100vh; */
  background: #ffffff;
  overflow: hidden;
}

/* ── Left visual column (52%) ───────────────────── */
.sc-visual {
  flex: 0 0 55%;
  position: relative;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Glow: warm coral-pink, centred behind character's
   upper-left body (ref: glow at ~22% x, 44% y of 1920px image)
   Shifted left relative to sec-emp/sec-rec because the
   Candidate character stands more left of centre in image. */
.sc-glow {
  position: absolute;
  top:  46%;
  left: 44%;
  transform: translate(-50%, -50%);
  width:  clamp(300px, 40vw, 560px);
  height: clamp(300px, 40vw, 560px);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(228, 60, 80, 0.26) 0%,
    rgba(228, 60, 80, 0.12) 36%,
    rgba(228, 60, 80, 0.04) 58%,
      transparent 72%);
  z-index: 0;
  pointer-events: none;
}

/* Character container.
   Candidate_sec4.png (1080×1350): character is slightly
   left-of-centre; floating cards extend to his RIGHT side.
   Use a wide container so right-side cards are never clipped. */
.sc-img-wrap {
  position: relative;
  z-index: 1;
  width:  clamp(400px, 58%, 620px);
  height: clamp(600px, 76vh, 600px);
  overflow: hidden;
  margin-left: -10px;
}

.sc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  /* Fade only the thin black strip above the head (4%)
     and clip the foot/lower fade (91%).
     Sides remain fully open — all embedded job cards visible. */
  /* -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%); */
}

/* ── Right text column ──────────────────────────── */
.sc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  /* padding: 80px 8% 80px 6%; */
  max-width: 720px;
}

/* Badge */
.sc-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #d4d4d8;
  border-radius: 999px;
  padding: 9px 22px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #111;
  width: fit-content;
  background: #fff;
}
.sc-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Headline */
.sc-h2 {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.03em;
  color: var(--black);
  margin: 0;
}

.sc-accent {
  color: var(--red);
  font-style: normal;
}

/* Body */
.sc-body {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  color: #5a5a72;
  max-width: 510px;
  margin: 0;
}

/* CTA button — identical style to sec 2 and 3 */
.sc-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1.5px solid #d0d0d8;
  border-radius: 999px;
  padding: 10px 32px 10px 10px;
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--black);
  background: #fff;
  text-decoration: none;
  width: fit-content;
  transition: border-color .2s ease, box-shadow .2s ease, transform .18s ease;
}

.sc-cta:hover {
  border-color: var(--red);
  box-shadow: 0 4px 20px rgba(232, 25, 44, 0.14);
  transform: translateY(-1px);
}

.sc-cta-icon {
  width: 46px;
  height: 46px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s;
}

.sc-cta:hover .sc-cta-icon {
  background: #c8001e;
}


@media (max-width: 1100px) {
  .sc-content {
    padding: 60px 6% 60px 5%;
    gap: 22px;
  }

  .sc-h2 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
  }
}

@media (max-width: 900px) {
  .sec-can {
    flex-direction: column;
    min-height: auto;
            margin-top: -35%;
  }

  .sc-visual {
    flex: none;
    width: 100%;
    min-height: 500px;
    justify-content: center;
  }

  .sc-img-wrap {
    width: min(480px, 90vw);
    height: clamp(420px, 65vw, 600px);
    margin-left: 0;
  }

  .sc-glow {
    left: 50%;
  }

  .sc-content {
    padding: 40px 8%;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .sc-badge,
  .sc-cta {
    align-self: center;
  }

  .sc-body {
    max-width: 520px;
  }
}

@media (max-width: 576px) {
  .sc-img-wrap {
    width: 90vw;
    /* height: 58vw; */
  }

  .sc-glow {
    width: 260px;
    height: 260px;
  }

  .sc-h2 {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }

  .sc-content {
    padding: 32px 6%;
    gap: 18px;
  }
}

/* .sec-emp,
.sec-rec,
.sec-can {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--space-xl);
  padding: var(--pad-section) var(--space-md);
  overflow: clip;
} */

.sec-emp { background: var(--white); }
/* .sec-rec { background: var(--bg-soft);    } */
.sec-can { background: var(--white);     }
                     */
.sec-rec { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }

.se-visual,
.sr-visual,
.sc-visual {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;        
}

/* .se-visual { justify-content: center; padding-left: clamp(0px, 6vw, 6rem); } */
/* .sr-visual { justify-content: center;   padding-right: clamp(0px, 6vw, 6rem); } */
/* .sc-visual { justify-content: center; padding-left: clamp(0px, 5vw, 0rem); } */

.se-glow,
.sr-glow,
.sc-glow {
  position: absolute;
  top: 50%;
  width:  clamp(280px, 32vw, 520px);
  height: clamp(280px, 32vw, 520px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.se-glow {
  left: 62%;
  background: radial-gradient(circle,
              rgba(220, 30, 55, 0.30) 0%,
              rgba(220, 30, 55, 0.16) 35%,
              rgba(220, 30, 55, 0.06) 58%,
              transparent 72%);
}
.sr-glow {
  left: 45%;
  background: radial-gradient(circle,
              rgba(235, 100, 80, 0.22) 0%,
              rgba(235, 100, 80, 0.10) 38%,
              rgba(235, 100, 80, 0.04) 60%,
              transparent 74%);
}
.sc-glow {
  left: 34%;
  background: radial-gradient(circle,
              rgba(228, 60, 80, 0.26) 0%,
              rgba(228, 60, 80, 0.12) 36%,
              rgba(228, 60, 80, 0.04) 58%,
              transparent 72%);
}
.sc-img-wrap{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.se-img-wrap,
.sr-img-wrap,
.sc-img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.se-img,
.sr-img,
.sc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  -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%);
}

/* .se-content,
.sr-content,
.sc-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 600px;
  min-width: 0;
} */

.se-content { padding-right: clamp(0px, 4vw, 4rem); }
/* .sr-content { padding-left:  clamp(0px, 4vw, 4rem); justify-self: end; } */
.sc-content { padding-right: clamp(0px, 4vw, 4rem); }

.se-badge,
.sr-badge,
.sc-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  border: 1.5px solid #d4d4d8;
  border-radius: var(--r-pill);
  padding: 9px 22px;
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--black);
  width: fit-content;
  background: var(--white);
}
.se-dot,
.sr-dot,
.sc-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

.se-h2,
.sr-h2,
.sc-h2 {
  font-size: var(--fs-h2);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.03em;
  color: var(--black);
  margin: 0;
  text-wrap: balance;
}

.se-accent,
.sr-accent,
.sc-accent { color: var(--red); font-style: normal; }

.se-body,
.sr-body,
.sc-body {
  font-size: var(--fs-base);
  line-height: 1.7;
  color: #5a5a72;
  max-width: 52ch;        
  margin: 0;
}

.swipe-btn {
  --swipe-w: clamp(260px, 28vw, 340px);
  --swipe-h: clamp(54px, 5vw, 64px);
  --swipe-thumb: clamp(42px, 4vw, 50px);

  position: relative;
  display: inline-flex;
  align-items: center;
  width: var(--swipe-w);
  height: var(--swipe-h);
  border-radius: var(--r-pill);
  border: 1.5px solid #d0d0d8;
  background: var(--white);
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  align-self: flex-start;     
}

.swipe-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg,
              rgba(232, 25, 44, 0.10) 0%,
              rgba(232, 25, 44, 0.04) 100%);
  border-radius: var(--r-pill) 0 0 var(--r-pill);
  pointer-events: none;
  z-index: 0;
}

.swipe-thumb {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--swipe-thumb);
  height: var(--swipe-thumb);
  border-radius: 50%;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  z-index: 2;
  box-shadow: 0 3px 12px rgba(232, 25, 44, 0.35);
  will-change: left;
  touch-action: none;
}
.swipe-thumb:active { cursor: grabbing; }
.swipe-thumb svg    { pointer-events: none; flex-shrink: 0; }

.swipe-label,
.swipe-success {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(0.82rem, 1vw, 0.93rem);
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.swipe-label   { color: #444; }
.swipe-success { color: var(--red); opacity: 0; transition: opacity 0.3s ease 0.2s; }

.swipe-btn.swiped .swipe-label   { opacity: 0; transition: opacity 0.15s ease; }
.swipe-btn.swiped .swipe-success { opacity: 1; }

@keyframes swipeSuccess {
  0%   { background-color: rgba(232, 25, 44, 0.12); }
  50%  { background-color: rgba(232, 25, 44, 0.22); }
  100% { background-color: rgba(232, 25, 44, 0.12); }
}
.swipe-btn.swiped .swipe-fill { animation: swipeSuccess 0.4s ease; }

@keyframes thumbNudge {
  0%   { left: 7px; }
  28%  { left: 34px; }
  50%  { left: 14px; }
  72%  { left: 26px; }
  88%  { left: 10px; }
  100% { left: 7px; }
}
.swipe-btn--nudge .swipe-thumb {
  animation: thumbNudge 1.8s var(--ease-out) 0.4s 2 both;
}

.sec-testi {
  background: var(--bg);
  padding: var(--pad-section) 0;
}

.ts-wrap {
  width: var(--container-narrow);
  margin: 0 auto;
}

.ts-head {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.ts-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1.5px solid #d0d0d8;
  border-radius: var(--r-pill);
  padding: 8px 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #333;
  background: var(--white);
  margin-bottom: var(--space-md);
}
.ts-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

.ts-h2 {
  font-size: var(--fs-h2-lg);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.03em;
  color: var(--black);
  margin: 0 0 var(--space-sm);
  text-wrap: balance;
}
.ts-red { color: var(--red); }

.ts-sub {
  font-size: var(--fs-base);
  line-height: 1.65;
  color: #777;
margin: 0 auto;
    width: 50%;
}

.ts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
}

.ts-card {
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid rgba(0, 0, 0, 0.055);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07),
              0 1px 4px  rgba(0, 0, 0, 0.04);
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.ts-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3f3;
  border: 1px solid #ffd6d6;
  border-radius: var(--r-pill);
  padding: 5px 13px 5px 10px;
  font-size: 0.76rem;
  font-weight: 600;
  color: #444;
  width: fit-content;
}
.ts-tag svg { flex-shrink: 0; }

.ts-qmark {
  font-size: 3.2rem;
  line-height: 0.8;
  color: var(--red);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  margin-bottom: 2px;
}

.ts-qtext {
  font-size: 0.88rem;
  line-height: 1.68;
  color: #3a3a4a;
  flex: 1;
  margin: 0;
  /* `text-wrap: pretty` smooths line-breaks on supporting browsers */
  text-wrap: pretty;
}

.ts-stars {
  display: flex;
  gap: 3px;
  margin-top: 2px;
}
.ts-star       { font-size: 1.2rem; line-height: 1; }
.ts-star-fill  { color: var(--red); }
.ts-star-empty { color: #d8d8e0; }

.ts-reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: var(--space-3xs);
  border-top: 1px solid #f0f0f5;
}
.ts-avatar {
  width: 44px;
  height: 44px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.ts-rname {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--black);
  margin: 0;
  line-height: 1.2;
}
.ts-rrole {
  font-size: 0.76rem;
  color: var(--tlt);
  margin: 2px 0 0;
}

.ts-brands {
  padding-top: var(--space-xl);
  border-top: 1px solid var(--line);
  text-align: center;
}
.ts-brands-ttl {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 800;
  color: var(--black);
  margin: 0 0 var(--space-lg);
  letter-spacing: -0.01em;
}

.ts-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  flex-wrap: wrap;
}
.ts-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.82;
  transition: opacity .2s;
  flex: 1;
  min-width: 110px;
}
.ts-logo:hover { opacity: 1; }
.ts-logo svg, .ts-logo img { width: 100%; max-width: 180px; height: auto; }
/* 
.sec-faq {
  background: radial-gradient(ellipse 80% 60% at 50% 0%,
              var(--white) 0%, #f6f6f8 55%, var(--bg-faq) 100%);
  padding: var(--pad-section) 0;
}
.fq-wrap {
  width: var(--container-faq);
  margin: 0 auto;
}

.fq-head {
  text-align: center;
  margin-bottom: var(--space-lg);
}

.fq-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1.5px solid #d0d0d8;
  border-radius: var(--r-pill);
  padding: 8px 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #333;
  background: var(--white);
  margin-bottom: var(--space-md);
}
.fq-dot {
  display: inline-block;
  width: 9px; height: 9px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

.fq-h2 {
  font-size: var(--fs-h2-lg);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--black);
  margin: 0 0 var(--space-sm);
  text-wrap: balance;
}
.fq-sub {
  font-size: var(--fs-base);
  color: #777;
  line-height: 1.6;
    margin: 0 auto;
    width: 50%;
}

.fq-divider {
  height: 1px;
  background: var(--line);
  margin-bottom: var(--space-xl);
}
.fq-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.75fr);
  gap: var(--space-2xl);
  align-items: start;
}

.fq-cat {
  padding-top: 6px;
  min-width: 0;
}
.fq-cat-h {
  font-size: var(--fs-h3);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--black);
  margin: 0;
  text-wrap: balance;
}

.fq-list { min-width: 0; }

.fq-item { border-top: 1px solid var(--line-soft); }
.fq-last { border-bottom: 1px solid var(--line-soft); }

.fq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  width: 100%;
  padding: var(--space-md) 0;
  font-family: inherit;
  font-size: var(--fs-base);
  font-weight: 600;
  color: var(--black);
  text-align: left;
  line-height: 1.4;
  transition: color .15s;
  min-height: 44px;        
}
.fq-q:hover { color: #333; }

.fq-ico {
  flex-shrink: 0;
  width: 22px; height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}
.fq-ico .ico-x    { display: none;  }
.fq-ico .ico-plus { display: block; }
.fq-open .fq-ico .ico-x    { display: block; }
.fq-open .fq-ico .ico-plus { display: none;  }

.fq-ans {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.36s cubic-bezier(0.4, 0, 0.2, 1),
              padding    0.36s ease;
}
.fq-ans p {
  font-size: var(--fs-sm);
  line-height: 1.68;
  color: #5a5a72;
  margin: 0;
  padding-bottom: var(--space-md);
}
.fq-open .fq-ans { max-height: 300px; }

.sr-only {              
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.fq-item.fq-hidden {
  display: none;
}

.fq-more-wrap {
  text-align: center;
  padding-top: 28px;
}

.fq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--black);
  background: transparent;
  border: 1.5px solid #d0d0d8;
  border-radius: var(--r-pill);
  padding: 10px 28px;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}

.fq-more-btn:hover {
  border-color: var(--red);
  color: var(--red);
}

.fq-more-btn svg {
  transition: transform .3s;
}

.fq-more-btn.open svg {
  transform: rotate(180deg);
} */
 .sec-faq { position: relative; padding: 90px 24px 110px; overflow: hidden; }
 
  /* .sec-faq::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(239,59,74,0.18), transparent 70%);
    pointer-events: none;
  }
  */
  .fq-wrap { max-width: 1140px; margin: 0 auto; position: relative; z-index: 1; }
 
  .fq-head { text-align: center; }
 
  .fq-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--color-border);
    font-size: 12px;
    font-weight: 500;
    color: #46464c;
    margin-bottom: 22px;
  }
  .fq-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent); margin-right: 8px; }
 
  .fq-h2 {
    margin: 0 0 16px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-size: clamp(32px, 5vw, 50px);
    color: var(--color-text);
  }
 
  .fq-sub {
    max-width: 540px;
    margin: 0 auto;
    color: var(--color-sub);
    font-size: 15px;
    line-height: 1.6;
  }
 
  .fq-divider {
    height: 1px;
    background: var(--color-border);
    margin: 48px 0 56px;
  }
 
  .fq-body {
    display: flex;
    align-items: flex-start;
    gap: 120px;
  }
  .fq-cat {
    flex: 0 0 300px;
    max-width: 300px;
  }
  .fq-list {
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
 
  .fq-cat-h {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: var(--color-text);
  }
 
  .fq-item { border-bottom: 1px solid var(--color-border); }
  .fq-item:first-child { border-top: 1px solid var(--color-border); }
 
  .fq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    text-align: left;
    padding: 22px 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text);
    cursor: pointer;
  }
 
  .fq-ico { flex-shrink: 0; display: flex; color: var(--color-text); }
  .fq-ico .ico-x { display: none; }
  .fq-item.fq-open .fq-ico .ico-x { display: block; }
  .fq-item.fq-open .fq-ico .ico-plus { display: none; }
 
  .fq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .fq-ans p {
    margin: 0 0 22px;
    max-width: 640px;
    color: var(--color-sub);
    font-size: 14.5px;
    line-height: 1.65;
  }
  .fq-item.fq-open .fq-ans { max-height: 240px; }
 
  .fq-item.fq-last { display: none; }
  .fq-list.fq-show-all .fq-item.fq-last { display: block; }
 
  .fq-more-wrap { display: flex; justify-content: center; margin-top: 40px; }
  .fq-more-btn {
    display: inline-flex;
    align-items: center;
    background: none;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    padding: 10px 20px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text);
    cursor: pointer;
  }
  .fq-more-btn svg { margin-left: 8px; transition: transform .25s ease; }
  .fq-more-btn.is-open svg { transform: rotate(180deg); }
 
  /* ================= NEW: "book a call" CTA card (the piece you asked for) ================= */
  .fq-cta {
    margin-top: 32px;
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
   box-shadow: 0 24px 48px -24px rgb(0 0 0 / 80%), 0 2px 6px rgba(20, 20, 24, 0.04);
        transform: rotate(-2deg);
        width: 125%;
  }
 
  .fq-cta-top {
    display: flex;
    align-items: flex-start;
  }
 
  .fq-cta-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #ccc;
  }
 
  .fq-cta-text {
    margin: 0 0 0 14px;
    font-size: 16.5px;
    line-height: 1.5;
    color: var(--color-text);
  }
 
  .fq-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    padding: 14px 20px;
    border: none;
    border-radius: 999px;
    background: var(--color-text);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(0,0,0,0.35);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .fq-cta-btn svg { margin-left: 8px; }
  .fq-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 24px -8px rgba(0,0,0,0.4); }
 
  .fq-cta-foot {
    margin: 16px 0 0;
    font-size: 13px;
    color: var(--color-sub);
    text-align: center;
    display: none;
  }
  .fq-cta-foot a { color: #EB2A44; text-decoration: none; font-weight: 500; }
  .fq-cta-foot a:hover { text-decoration: underline; }
  
 
  /* ================= Responsive ================= */
  @media (max-width: 860px) {
    .fq-body { flex-direction: column; gap: 40px; }
    .fq-cat { flex-basis: auto; max-width: none; width: 100%; }
    .fq-cta { margin-top: 24px;        width: 100%; }
  }
 
  @media (max-width: 540px) {
    .sec-faq { padding: 64px 18px 80px; }
    .fq-divider { margin: 36px 0 40px; }
    .fq-q { font-size: 15px; padding: 18px 0; }
    .fq-cta { padding: 22px; border-radius: 20px;        width: 100%; }
  }
.footer-bg-text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(8rem, 17vw, 19rem);
  font-weight: 700;
    color: rgb(145 145 145 / 14%);
  letter-spacing: -2px;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr repeat(4, 1fr); 
  gap: 40px;
  padding-bottom: 60px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.brand-logo-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}


.footer-logo-img {
    /* max-width: 180px; */
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: -94px !important;
}

.footer-brand .brand-tagline {
  font-size: 13.5px;
  line-height: 1.6;
  color: #8c8c8c;
  margin-bottom: 24px;
  max-width: 240px;
  width: 100%;
}


.social-links {
  display: flex;
  gap: 18px;
  margin-top: auto;
}

.social-links a {
  color: #666666;
  font-size: 16px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  color: #F41F3B;
  transform: translateY(-2px);
}

.footer-links-col h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer-links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-col ul li {
  margin-bottom: 14px;
}

.footer-links-col ul li a {
  color: #8c8c8c;
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.2s ease;
}

.footer-links-col ul li a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.footer-bottom .legal-links a {
  color: #666666;
  text-decoration: none;
  margin-left: 24px;
  transition: color 0.2s ease;
}

.footer-bottom .legal-links a:hover {
  color: #ffffff;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 30px;
  }
  .footer-brand {
    grid-column: span 2;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .site-footer {
    padding: 60px 20px 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-brand {
    grid-column: span 1;
    /* align-items: center; 
    text-align: center; */
  }
  .footer-links-col h3 {
    margin-bottom: 16px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: center; 
    gap: 20px;
  }
  .footer-bottom .legal-links a {
    margin-left: 12px;
    margin-right: 12px;
  }
}


.faq-answer {
  margin-top: 15px;
  color: #555;
  line-height: 1.6;
}
.swipe-button {
  position: relative;
  width: 320px;
  height: 60px;
  background-color: #ede8dc; 
  border-radius: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: grab;
  /* margin:0 auto; */
  margin-bottom: 20px;
}

.handle {
  position: absolute;
  left: 5px;
  width: 50px;
  height: 50px;
  background-color: #f7a81b; 
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: transform 0.1s ease-out;
  z-index: 2;
}

.text {
  width: 100%;
  text-align: center;
  font-weight: 600;
  pointer-events: none; 
}

@media (max-width: 768px) {
  .faq-container { grid-template-columns: 1fr; }
  .faq-header { text-align: center; }
}

.faq-answer {
    display: none;
    padding-top: 15px;
    color: #555;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question {
    color: #1a1a2e;
}

      
.site-footer {
  background-color: #121212; 
  color: #a0a0a0;
  position: relative;
  overflow: hidden;
  padding: 80px 24px 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-bg-text {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: clamp(8rem,23vw, 19rem);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -2px;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  margin: 50px 0 -10px;
  background: linear-gradient(to bottom,
              rgba(255,255,255,0.22) 0%,
              rgba(255,255,255,0.05) 75%,
              rgba(255,255,255,0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* color: transparent; */
  top:80px;
  z-index: 1;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr repeat(4, 1fr); 
  gap: 40px;
  padding-bottom: 60px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.brand-logo-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}


.footer-logo-img {
    /* max-width: 180px; */
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: -94px !important;
}

.footer-brand .brand-tagline {
  font-size: 13.5px;
  line-height: 1.6;
  color: #8c8c8c;
  margin-bottom: 24px;
  max-width: 240px;
  width: 100%;
}


.social-links {
  display: flex;
  gap: 18px;
  margin-top: auto;
}

.social-links a {
  color: #666666;
  font-size: 16px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  color: #F41F3B;
  transform: translateY(-2px);
}

.footer-links-col h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer-links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-col ul li {
  margin-bottom: 14px;
}

.footer-links-col ul li a {
  color: #8c8c8c;
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.2s ease;
}

.footer-links-col ul li a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.footer-bottom .legal-links a {
  color: #666666;
  text-decoration: none;
  margin-left: 24px;
  transition: color 0.2s ease;
}

.footer-bottom .legal-links a:hover {
  color: #ffffff;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 30px;
  }
  .footer-brand {
    grid-column: span 2;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .site-footer {
    padding: 60px 20px 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-brand {
    grid-column: span 1;
    /* align-items: center; 
    text-align: center; */
  }
  .footer-links-col h3 {
    margin-bottom: 16px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    align-items: center; 
    gap: 20px;
  }
  .footer-bottom .legal-links a {
    margin-left: 12px;
    margin-right: 12px;
  }
}


.anim-left,
.anim-right,
.anim-up,
.anim-fade {
  transition: opacity   0.78s var(--ease-out),
              transform 0.78s var(--ease-out);
  will-change: opacity, transform;
}
.anim-left  { opacity: 0; transform: translateX(-64px); }
.anim-right { opacity: 0; transform: translateX(64px);  }
.anim-up    { opacity: 0; transform: translateY(48px);  }
.anim-fade  { opacity: 0; transform: none; }

.anim-left.in-view,
.anim-right.in-view,
.anim-up.in-view,
.anim-fade.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

.ts-card:nth-child(1) { transition-delay: 0s;     }
.ts-card:nth-child(2) { transition-delay: 0.14s;  }
.ts-card:nth-child(3) { transition-delay: 0.28s;  }
.ts-logo:nth-child(odd)  { transition-delay: 0s;   }
.ts-logo:nth-child(even) { transition-delay: 0.1s; }
@media (max-width: 992px) {
  .fq-body {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
}
@media (max-width: 576px) {
  .fq-wrap { width: 92%; }
  .fq-q    { padding: var(--space-sm) 0; }
}

@media (max-width: 1024px) {
  .ft-grid { grid-template-columns: 1fr 1fr; gap: var(--space-xl) var(--space-lg); }
  .ft-brand { grid-column: 1 / -1; }
}
@media (max-width: 576px) {
  .ft-grid {
    grid-template-columns: 1fr;
    width: 90%;
    gap: var(--space-lg);
  }
  .ft-rule, .ft-bar { width: 90%; }
  .ft-bar {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}



  .cta-section {
      padding: 40px 32px 56px;
      background: var(--light);
          width: fit-content;
    margin: 0 auto;
    }
    .cta-card {
      max-width: var(--max-w);
      margin: 0 auto;
      background: #1A1A1A;
      border-radius: 24px;
      padding: 72px 48px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .cta-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 60% at 50% 110%, rgba(232,25,44,.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .cta-card h2 {
     
      font-weight: 800;
      font-size: clamp(28px, 4.5vw, 48px);
      color: var(--white);
      line-height: 1.15;
      margin-bottom: 20px;
    }
    .cta-divider {
      width: 200px; height: 3px;
      background: var(--red);
      border-radius: 2px;
      margin: 0 auto 28px;
    }
    .cta-card p {
      font-size: 15px; color: #999;
      line-height: 1.65;
      max-width: 56%;
      margin: 0 auto 36px;
    }
    .cta-buttons {
      display: flex; align-items: center;
      justify-content: center; gap: 14px;
      flex-wrap: wrap;
    }
    .cta-btn-primary {
      background: #EB2A44;
      color: var(--white);
     
      font-size: 15px; font-weight: 700;
      padding: 14px 32px;
      border-radius: 12px; border: none;
      cursor: pointer; text-decoration: none;
      transition: background .2s, transform .15s, box-shadow .2s;
      box-shadow: 0 4px 20px rgba(232,25,44,.35);
    }
    .cta-btn-primary:hover {
      background: #c0101f;
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(232,25,44,.45);
    }
    .cta-btn-secondary {
      background: transparent;
      color: var(--white);
     
      font-size: 15px; font-weight: 600;
      padding: 13px 32px;
      border-radius: 12px;
      border: 1.5px solid rgba(255,255,255,.2);
      cursor: pointer; text-decoration: none;
      transition: border-color .2s, background .2s, transform .15s;
    }
    .cta-btn-secondary:hover {
      border-color: rgba(255,255,255,.5);
      background: rgba(255,255,255,.06);
      transform: translateY(-2px);
    }
    @media(max-width:600px) {
      .cta-section { padding: 32px 18px 48px; }
      .cta-card { padding: 52px 24px; }
      .cta-buttons { flex-direction: column; }
      .cta-btn-primary, .cta-btn-secondary { width: 100%; text-align: center; }
      .nav-btn{
        display: none;
      }
    }
 

    /* new page css
     */

 :root {
    --color-bg: #ececef;
    --color-dark: #121214;
    --color-muted: #9a9aa2;
    --color-sub: #8b8b93;
    --color-accent-green: #22c55e;
    --color-border: #e2e2e6;
    --font-display: 'Inter', system-ui, -apple-system, sans-serif;
  }
     :root {
    --color-bg-start: #ffffff;
    --color-bg-end: #f3f3f6;
    --color-card-bg: #15151a;
    --color-accent: #ef3b4a;
    --color-heading: #14141a;
    --color-muted: #6b6f76;
    --color-card-title: #ffffff;
    --color-card-desc: #a4a4ac;
    --color-badge-border: #e4e4e7;
    --radius-card: 28px;
    --radius-badge: 999px;
    --max-width: 1200px;
    --font-display: 'Inter', system-ui, -apple-system, sans-serif;
  }
.slide-right,
.slide-left {
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-right {
  transform: translateX(100px);
}

.slide-left {
  transform: translateX(-100px);
}


.slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}

.slide-left.animate {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}

.problems {
  /* background-color: #ffffff; */
  padding-bottom: 100px;  
}

.scroll-wrapper {
  height: 160vh;         
}
.sticky-stage {
  position: sticky;
  top: 5vh;                   
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 60px 20px 40px;
  /* no height at all */
}

body{
   background: linear-gradient(135deg, #f1f1f3 0%, #e7e7ea 55%, #dedee2 100%) !important;
}

.section-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin: 0;
}

.section-title .accent {
  color: #EB2A44;
}
  .hiring-section {
    width: 100%;
    padding: 80px 24px 100px;
    overflow: hidden;
  }
 
  .hiring-section__inner {
    max-width: var(--max-width);
    margin: 0 auto;
  }
 
  /* ---------- Badge ---------- */
  .badge {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    border: none;
  }
  .badge__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: var(--radius-badge);
    border: 1px solid var(--color-badge-border);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3f3f46;
    white-space: nowrap;
  }
  .badge__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-accent);
    flex-shrink: 0;
  }
 
  /* ---------- Heading ---------- */
  .hiring-heading {
    text-align: center;
    font-weight: 800;
    line-height: 1.15;
    font-size: clamp(28px, 6vw, 48px);
    margin: 0 0 18px;
    letter-spacing: -0.01em;
  }
  .hiring-heading__accent { color: #EB2A44; }
 
  .hiring-sub {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.6;
  }
 
  /* ---------- Cards area ---------- */
   .cards-wrap {
    position: relative;
    margin-top: 72px;
  }
 
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
    z-index: 1;
  }
 
  .card {
    background: var(--color-card-bg);
    border-radius: var(--radius-card);
    padding: 28px 26px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 40px -16px rgba(0,0,0,0.35);
    transition: transform .35s ease, box-shadow .35s ease;
  }
  .card:hover {
    transform: rotate(0deg) translateY(-4px);
    box-shadow: 0 28px 48px -16px rgba(0,0,0,0.4);
  }
  .card--1 { transform: rotate(-6deg); }
  .card--2 { transform: rotate(3deg); }
  .card--3 { transform: rotate(-3deg); }
  .card--4 { transform: rotate(6deg); }
 
  .card__number {
    font-size: 26px;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
  }
  .card__title {
    color: var(--color-card-title);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
  }
  .card__desc {
    color: var(--color-card-desc);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
  }
 
  /* ---------- Connector arrows (desktop only) ---------- */
  .arrow {
    position: absolute;
    display: none;
    pointer-events: none;
    z-index: 2;
  }
 .arrow--1 {     left: 21%;
    top: 3px;
    transform: translateX(-46%); }
.arrow--2 { left: 46%; top: 50px;  transform: translateX(-50%); }
.arrow--3 { left: 73%; top: -8px; transform: translateX(-50%); }
 
  /* ---------- Mobile connector ---------- */
  .mobile-connector {
    display: none;
    justify-content: center;
    padding: 4px 0;
  }
 .card {
  transition: transform .8s cubic-bezier(.22, 1, .36, 1), opacity .5s ease;
  opacity: 0.85;
}

.card--1 { transform: translateX(105%)  scale(0.94); transition-delay: 0s; }
.card--2 { transform: translateX(35%)   scale(0.94); transition-delay: .08s; }
.card--3 { transform: translateX(-35%)  scale(0.94); transition-delay: .16s; }
.card--4 { transform: translateX(-105%) scale(0.94); transition-delay: .24s; }

.cards-wrap.in-view .card--1 { transform: rotate(-6deg); opacity: 1; }
.cards-wrap.in-view .card--2 { transform: rotate(3deg);  opacity: 1; }
.cards-wrap.in-view .card--3 { transform: rotate(-3deg); opacity: 1; }
.cards-wrap.in-view .card--4 { transform: rotate(6deg);  opacity: 1; }

/* arrows: hidden + slightly shrunk until the cards land, then fade/scale in after */
.arrow {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity .4s ease, transform .4s ease;
  transition-delay: .5s;
}
.cards-wrap.in-view .arrow {
  opacity: 1;
  transform: scale(1);
}
  /* ---------- Responsive ---------- */
  @media (min-width: 1024px) {
    .arrow { display: block; }
  }
 
  @media (max-width: 1023px) {
    .cards-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .card--1, .card--2, .card--3, .card--4 { transform: none; }
  }
 
  @media (max-width: 640px) {
    .hiring-section { padding: 56px 16px 64px; }
    .cards-grid { grid-template-columns: 1fr; gap: 0; }
    .cards-wrap { margin-top: 40px; }
    .card { min-height: 0; padding: 24px 22px; }
    .mobile-connector { display: flex; }
  }
 
  @media (prefers-reduced-motion: reduce) {
    /* .card { transition: none; } */
  }
@media (max-width: 768px) {
  .sticky-stage {
    gap: 24px;
    padding: 24px 16px 16px;
  }

  .feature-card {
    flex-direction: column-reverse;
    padding: 24px;
    gap: 20px;
  }

 
}


 .hero-plans {
    position: relative;
    width: 100%;
    /* min-height: 100vh; */
    overflow: hidden;
    background: linear-gradient(135deg, #f1f1f3 0%, #e7e7ea 55%, #dedee2 100%);
    display: flex;
    align-items: center;
    padding: 80px 5%;
  }
 
  /* diagonal light sheen, purely decorative */
  .hero-plans__sheen {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(115deg,
        transparent 0%,
        rgba(255,255,255,0.55) 12%,
        transparent 22%,
        rgba(255,255,255,0.35) 34%,
        transparent 46%);
    mix-blend-mode: screen;
  }
 
  .hero-plans__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
 
  /* ---------- Badge ---------- */
  .hero-plans__badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--color-border);
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    font-size: 13px;
    font-weight: 500;
    color: #3f3f46;
    margin-bottom: 30px;
  }
  .hero-plans__badge .hero-plans__dot { margin-right: 8px; }
  .hero-plans__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-accent-green);
    flex-shrink: 0;
  }
  /* ---------- Heading ---------- */
  /* .hero-plans__heading {
    margin: 0 0 22px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-size: clamp(34px, 6.4vw, 64px);
  } */
  /* .hero-plans__row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  } */
  .hero-plans__row > * + * { margin-left: 0.28em; }
  .hero-plans__row + .hero-plans__row { margin-top: 0.06em; }
 
  .is-dark  { color: var(--color-dark); }
  .is-muted { color: var(--color-muted); }
 
  /* inline icon chips sized relative to the text (em-based = scales with the heading) */
  .hero-plans__icon {
    display: inline-flex;
    align-items: flex-start;
    width: 1.05em;
    /* height: 1.05em; */
    border-radius: 24%;
    overflow: hidden;
    box-shadow: 0 10px 18px -6px rgba(0,0,0,0.35);
    flex-shrink: 0;
  }
  .hero-plans__icon svg { width: 100%; height: 100%; display: block; }
  .hero-plans__icon--app  { transform: rotate(2deg); }
  /* .hero-plans__icon--chip { transform: rotate(6deg); } */
 
  /* word-swap pill: replaces the static app-mockup image with a looping Recruiter / Candidate scroll */
.hero-plans__icon--scroll {
     width: 25%;
    padding: 0 0.22em;
    border-radius: 0.3em;
    /* background: #ef3b4a; */
    background: #2d2b2b;
    transform: none;
    height: 76px;
}

.hero-plans__scroll-track {
  display: flex;
  flex-direction: row;   /* was: column */
  animation: hero-scroll-words 8s linear infinite;
  margin:15px;
}

.hero-plans__scroll-word {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* height: 1.em; */
  padding: 0 0.35em;     /* spacing between words since they're side by side now */
  font-size: 55px;
  font-weight: 800;
  /* color: #6b6f76; */
  color: #f3f3f5;
  white-space: nowrap;
  line-height: 1;
}

@keyframes hero-scroll-words {
  from { transform: translateX(0); }    
  to   { transform: translateX(-50%); } 
}

.hero-plans__icon--stat-scroll {
    position: relative;
    width: 360px;
    height: 110px;
    overflow: hidden;
    display: inline-block;
  }
.hero-plans__stat-counter {
  position: absolute;      
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; 
  gap: 16px;
  box-sizing: border-box;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 600ms cubic-bezier(.22,.68,.18,1.01), opacity 500ms ease;
}
  .hero-plans__stat-label{
    margin-top: 20px;
  }
  .hero-plans__stat-counter.is-active {
    transform: translateY(0%);
    opacity: 1;
    /* margin: 0 auto; */
  }
 
  .hero-plans__stat-counter.is-leaving {
    /* transform: translateY(-100%); */
    opacity: 0;
  }
 
  .hero-plans__stat-label {
    font-weight: 500;
    opacity: 0.75;
    font-size: 16px;
    line-height: 1.25;
    /* max-width: 140px; */
  }
  .is-muted{
    font-size: 65px;
  }
  .is-dark{
    font-size: 65px;
  }

  .roll-num {
    display: inline-flex;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    white-space: nowrap;
    font-size: 50px;
    line-height: 1.1;
    color: var(--red);;
  }
 
  .roll-num .ch {
    display: inline-block;
    overflow: hidden;
    height: 1.1em;
    vertical-align: top;
  }
 
  .roll-num .ch > span {
    display: block;
    transition: transform 500ms cubic-bezier(.22,.68,.18,1.01);
  }
 
  .roll-num .cc {
    display: block;
    height: 1.1em;
    line-height: 1.1em;
  }

@keyframes hero-scroll-stats {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  /* .hero-plans__stat-scroll-track { animation: none; } */
}
 /* .hero-plans__img-scroll-track {
  display: flex;
  flex-direction: column;
  animation: hero-scroll-imgs 9s linear infinite;
}
.hero-plans__img-scroll-item {
  flex-shrink: 0;
  width: 3em;
  height: 1.05em;
}
.hero-plans__img-scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes hero-scroll-imgs {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  /* .hero-plans__img-scroll-track { animation: none; } */
 */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
 
  /* ---------- Subtext ---------- */
  .hero-plans__sub {
    max-width: 420px;
    margin: 0 0 34px;
    color: var(--color-sub);
    font-size: 15px;
    line-height: 1.6;
  }
 
  /* ---------- Badge ---------- */
  .hero-plans__badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--color-border);
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    font-size: 15px;
    font-weight: 500;
    color: #3f3f46;
    margin-bottom: 30px;
  }
  .hero-plans__badge .hero-plans__dot { margin-right: 8px; }
  .hero-plans__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-accent);
    flex-shrink: 0;
  }
  .hero-plans__green {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-accent-green);
    flex-shrink: 0;
    position: relative;
    top: 15px;
  }
 
  /* ---------- Heading ---------- */
  .hero-plans__heading {
    margin: 0 0 22px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.01em;
    font-size: clamp(34px, 6.4vw, 100px);
  }
  .hero-plans__row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
        line-height: 0.9em;
  }
  
  .hero-plans__row > * + * { margin-left: 0.28em; }
  .hero-plans__row + .hero-plans__row { margin-top: 0.06em; }
 
  .is-dark  { color: var(--color-dark); }
  .is-muted { color: var(--color-muted); }

  .hero-plans__images2 {
    display: inline-flex;
       /* width: 2.2em; */
    /* height: 1.4em; */
    width: 30%;
    height: 75px;
border-radius: 0.3em;
    overflow: hidden;
    /* box-shadow: 0 10px 18px -6px rgba(0,0,0,0.35); */
    box-shadow: 0 10px 18px -6px rgb(255 10 10 / 68%);
    flex-shrink: 0;
  }
  .hero-plans__icon svg { width: 100%; height: 100%; display: block; }
  /* .hero-plans__icon--app  { transform: rotate(-2deg); } 
   .hero-plans__icon--chip { transform: rotate(6deg); } */
 
  /* ---------- Subtext ---------- */
  .hero-plans__sub {
    max-width: 420px;
    margin: 0 0 34px;
    color: var(--color-sub);
    font-size: 15px;
    line-height: 1.6;
  }
 
  /* ---------- CTA row ---------- */
  .hero-plans__cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-plans__cta > * + * { margin-left: 18px; }
 
  .hero-plans__plan-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 22px;
    border-radius: 999px;
    background: var(--color-dark);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 12px 24px -10px rgba(0,0,0,0.35);
    transition: transform .2s ease, box-shadow .2s ease;
    font-family: inherit;
  }
  .hero-plans__plan-btn svg { margin-left: 10px; }
  .hero-plans__plan-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px -10px rgba(0,0,0,0.4);
  }
  .hero-plans__plan-btn svg { width: 16px; height: 16px; }
 
  .hero-plans__trust {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-plans__avatars {
    display: flex;
  }
  .hero-plans__avatars img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--color-bg);
    object-fit: cover;
    margin-left: -8px;
    background: #ccc;
  }
  .hero-plans__avatars img:first-child { margin-left: 0; }
  .hero-plans__trust-label {
    margin-top: 4px;
    font-size: 11px;
    color: var(--color-sub);
    font-weight: 500;
  }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 640px) {
    .problems{
      padding-bottom: 0px;
    }
    .hero-plans{
      padding:20px 5%;

    }
    .hero-plans__inner { padding: 0px 20px 64px; }
    .hero-plans__icon {               height: 3rem;
        width: 17rem;
        
        margin-top: 10px;
      }
      .hero-plans__scroll-word{
font-size: 24px;
      }
      .hero-plans__heading{
        font-size: 18px;
      }
      .is-dark{
        font-size: 30px !important;
      }
      .is-muted{
              font-size: 30px !important;
      }
      .hero-plans__images2 {
            width: 30%;
            margin-bottom: 30px;
            margin-top: 20px;
      }
      .hero-plans__img-scroll-track {
        display: block;
      }
    .hero-plans__cta { flex-direction: column; gap: 16px; }
    .hero-plans__trust { align-items: center; }
  }
 
  @media (prefers-reduced-motion: reduce) {
    .hero-plans__plan-btn { transition: none; }
  }



  :root {
    --color-bg: #d8d8da;
    --color-text: #1c1c1e;
    --color-role: #7a7a80;
    --color-divider: #b9b9bd;
    --color-quote-mark: #9a9a9e;
    --font-display: 'Inter', system-ui, -apple-system, sans-serif;
  }
 
  * { box-sizing: border-box; }
 
  body {
    margin: 0;
    font-family: var(--font-display);
    background: var(--color-bg);
  }
 
  .testimonials {
    width: 100%;
    padding: 100px 24px 120px;
  }
 
  .testimonials__inner {
    max-width: 790px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
 
  .testimonials__divider {
    width: 1px;
    flex: 0 0 1px;
    background: var(--color-divider);
    align-self: stretch;
    margin-top: 4px;
  }
 
  .testimonials__col {
    flex: 0 1 340px;
    max-width: 340px;
  }
  /* second testimonial sits lower, matching the staggered layout in the reference */
  .testimonials__col:nth-of-type(3) {
    margin-top: 96px;
  }
 
  .testimonials__quote-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
 
  .testimonials__quote {
    margin: 0;
    max-width: 290px;
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.65;
  }
 
  .testimonials__quote-mark {
    flex-shrink: 0;
    margin-left: 16px;
    font-size: 34px;
    line-height: 1;
    color: var(--color-quote-mark);
    font-weight: 600;
    user-select: none;
  }
 
  .testimonials__author {
    display: flex;
    align-items: center;
    margin-top: 28px;
  }
 
  .testimonials__avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #999;
  }
 
  .testimonials__author-meta {
    margin-left: 12px;
  }
 
  .testimonials__name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
  }
 
  .testimonials__role {
    margin: 2px 0 0;
    font-size: 13px;
    color: var(--color-role);
  }
  .fade-line {
  display: block;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}
.testimonials__quote-mark.fade-line { display: inline-flex; }   /* don't force block on the inline mark */
.testimonials__author.fade-line     { display: flex; }          /* restore the avatar/text row layout */

.fade-delay-1 { transition-delay: 0s; }
.fade-delay-2 { transition-delay: .12s; }
.fade-delay-3 { transition-delay: .24s; }

.testimonials.in-view .fade-line {
  opacity: 1;
  transform: translateY(0);
}
 
  /* ---------- Responsive ---------- */
  @media (max-width: 760px) {
    .testimonials { padding: 64px 20px 72px; }
 
    .testimonials__inner {
      flex-direction: column;
    }
    .testimonials__inner > * + * {
      margin-top: 48px;
    }
 
    .testimonials__divider {
      width: auto;
      height: 1px;
      flex-basis: auto;
    }
 
    .testimonials__col,
    .testimonials__col:nth-of-type(3) {
      max-width: none;
      flex-basis: auto;
      margin-top: 0;
    }
 
    .testimonials__quote {
      max-width: none;
    }
  }

  .showcase {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: #000;
    border-radius: 28px;
    padding: 16px;
    overflow: hidden;
    /* height: 90vh; */
    margin-top: -70px;
  }
 
  .showcase__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 360px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 70%);
    pointer-events: none;
    z-index: 1;
  }
 
  .showcase__grid {
    position: relative;
    z-index: 0;
    display: flex;
    gap: 14px;
    height: 840px;
    overflow: hidden;
    border-radius: 18px;
  }
  .showcase__grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 174px;
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

 
  .showcase__col {
    flex: 1 1 0;
    overflow: hidden;
  }
 
  .showcase__track {
    display: flex;
    flex-direction: column;
    gap: 14px;
    will-change: transform;
  }
 
  .showcase__col--up .showcase__track {
    animation: showcase-scroll 28s linear infinite;
  }
  .showcase__col--down .showcase__track {
    animation: showcase-scroll 28s linear infinite;
    animation-direction: reverse;
  }
 
  /* pause the drift on hover so people can actually look at something */
  .showcase__col:hover .showcase__track {
    animation-play-state: paused;
  }
 
  @keyframes showcase-scroll {
    from { transform: translateY(0); }
    to   { transform: translateY(-50%); }
  }
 
  .showcase__item {
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
  }
  .showcase__item img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    /* filter: brightness(0.55) saturate(0.85); */
  }
 
  /* ---------- Center overlay ---------- */
  .showcase__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
 
  .showcase__badge {
    position: absolute;
    top: 47%;
    left: 47%;
    transform: translate(-50%, -50%) rotate(-4deg);
    background: #0c0c0d;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 999px;
    box-shadow: 0 10px 24px -8px rgba(0,0,0,0.5);
    white-space: nowrap;
  }
 
  .showcase__circle {
    position: absolute;
    top: 56%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #f3f3f1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px -8px rgba(0,0,0,0.45);
    pointer-events: auto;
    border: none;
    cursor: pointer;
  }
  .showcase__circle svg {
    width: 30px;
    height: 30px;
  }
 
  /* ---------- Responsive ---------- */
  @media (max-width: 640px) {
    .showcase { border-radius: 22px; padding: 10px; }
    .showcase__grid { height: 440px; gap: 10px; border-radius: 14px; }
    .showcase__track { gap: 10px; }
    .showcase__item { border-radius: 12px; }
    .showcase__item img { height: 160px; }
    .showcase__circle { width: 64px; height: 64px; }
    .showcase__circle svg { width: 22px; height: 22px; }
    .showcase__badge { font-size: 11.5px; padding: 8px 14px; }
  }
 
  @media (prefers-reduced-motion: reduce) {
    .showcase__col--up .showcase__track,
    .showcase__col--down .showcase__track {
      /* animation: none; */
    }
  }




.hero-plans__icon--stat-scroll {
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
  width: 300px !important;
  height: 80px !important;
  overflow: hidden !important;
  /* background: #fff !important; */
  border-radius: 40px !important;
  /* box-shadow: 0 8px 28px rgba(0,0,0,.10) !important; */
}

/* .hero-plans__stat-counter {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
} */

@media (max-width: 1260px) {
  .hero-plans__row { flex-wrap: wrap !important; }
  /* .word-chip { width: 240px !important; height: 64px !important; } */
  .hero-plans__icon--stat-scroll { width: 295px !important; height: 80px !important; }
 em.red{
  font-size: 71px ;
}

}

@media (max-width: 1280px) {
  .is-dark  { font-size: 52px }
  .is-muted { font-size: 52px }

  .word-chip {
    width: 345px ;
    height: 81px ;
  }
.change-word{
      margin-top: 30px;
}

  .hero-plans__icon--stat-scroll {
    width: 240px;
    height: 84px ;
  }

  .roll-num         { font-size: 50px  }
  .hero-plans__stat-label { font-size: 18px  }
}


