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

body {
  color: #1a1a1a;
}

.top-banner {
  background: linear-gradient(94.88deg, #3883D8 0%, #015EC8 100%);
  width: 100%;
  height: 46;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 54px;
}

.top-banner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  font-family: "Inter", sans-serif;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 15%;
  background: white;
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Navbar logo visibility/sizing */
.nav-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.website-logo {
  display: block;
  height: 45px;
  width: auto;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 50px;
  font-family: "Inter", sans-serif;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.btn {
  background: linear-gradient(94.88deg, #3883D8 0%, #015EC8 100%);
  color: white;
  text-decoration: none;
  ;
  width: 169;
  height: 46;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  border-width: 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.2px;
  vertical-align: middle;
  border: 1px solid #A186FF;
  box-shadow: 0.4px 0.4px 0.56px -0.94px #592FEA84;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
}

/* Hero Section */
.hero {
  display: flex;
  justify-content: space-between;
  padding: 90px 15% 0px 15%;
  gap: 40px;
  flex-wrap: wrap;
  background-image: url('Images/banner-bg-img.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 580px;
}

.hero-content {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 2.5;
  max-width: 540px;
  padding: 0 10px;
  gap: 10px;
  z-index: 1;
  position: relative;
}

.hero-content h1 {
  font-weight: 700;
  font-size: 39px;
  line-height: 54px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #261D47;
  font-family: "Inter", sans-serif;
}

.hero-content p {
  font-size: 1.2rem;
  color: #261D47;
  margin-bottom: 26px;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
}

.hero-image {
  flex: 1;
  position: relative;
  /* width: 500px;
  height: 478px; */
  height: 100%;
}

.main-person {
  /* width: 100%; */
  object-fit: cover;
  /* margin-bottom: -4px; */
}


.btn-hero {
  background: linear-gradient(94.88deg, #3883D8 0%, #015EC8 100%);
  color: white;
  text-decoration: none;
  padding: 14px 24px;
  border-width: 1px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.2px;
  border: 1px solid #A186FF;
  box-shadow: 0.4px 0.4px 0.56px -0.94px #592FEA84;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
}


.companies-section {
  padding: 40px 7%;
  text-align: center;
  background-color: #ffffff;
}

.companies-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.companies-heading hr {
  flex: 1;
  height: 1px;
  background-color: #e0e0e0;
  border: none;
}

.companies-heading h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1d0d44;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.companies-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
  padding-bottom: 40px;
}

.companies-logos img {
  height: auto;
  max-width: 100px;
  object-fit: contain;
}

.companies-section hr {
  flex: 1;
  height: 1px;
  background-color: #e0e0e0;
  border: none;
}

.fyndworks-for {
  padding: 100px 10% 80px;
  text-align: center;
  background-image: url('Images/fyndworks-for-section-bg.jpeg');
  font-family: "Poppins", sans-serif;
}

.fyndworks-for h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2A3342;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}

.fyndworks-for p {
  font-size: 18px;
  color: #3B495C;
  margin: 0px auto 50px auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0%;
  width: 600px;
  text-align: center;

}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.card {
  text-align: left;
  position: relative;
  width: 502.5px;
  height: 558px;
  gap: 24px;
  border-radius: 20px;
  padding: 32px;

}

.card-hr {
  background: linear-gradient(94.88deg, #3883D8 0%, #015EC8 100%);
}

.card-ta {
  background: linear-gradient(142.98deg, #7DB5A0 0.05%, rgba(56, 131, 216, 0.77) 100%);
}


.card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}

.card h3 {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 14px;

}

.card ul {
  padding-left: 18px;
  color: #FFFFFF;
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;

}

.card ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.know-more-btn {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 30px;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid #FFFFFF;
  width: 173;
  height: 50;
  gap: 16px;
  border-radius: 12px;
}

.know-more-btn span {
  margin-left: 6px;
}

.know-more-btn:hover {
  background: #015ec8;
  color: white;
}

.what-is-fyndworks {
  padding: 80px 10%;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.section-header h2 {
  font-size: 28px;
  color: #2A3342;
  margin-bottom: 12px;
  font-weight: 600;
}

.section-header p {
  color: #3b495c;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}

.features-row {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.feature-box {
  padding: 20px 24px;
  border-radius: 20px;
  color: #3B495C;
  max-width: 350px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  background: linear-gradient(139.25deg, #E9F8FF 12.2%, #DAEBFF 95.29%);

}

.empowering-block {
  background: linear-gradient(94.7deg, rgba(202, 241, 195, 0.6) -5.76%, rgba(234, 255, 229, 0.6) 104.01%);
  border: 1px solid #B8D9B1;
  border-radius: 42px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  flex-wrap: wrap;
  width: 90%;
  height: 324px;
  padding: 20px;
  border-width: 1px;
  margin: 40px auto;

}

.empowering-block img {
  width: 427px;
  height: 264px;
  margin-right: 50px;
}

.empowering-text {
  text-align: left;
  max-width: 500px;
}

.empowering-text h3 {
  font-size: 25px;
  font-weight: 600;
  color: #3B495C;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  letter-spacing: 0%;

}

.empowering-text p {
  color: #1D232C;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
}

.category-section {
  padding: 80px 120px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-image: url('Images/browse-by-cat-bg.jpeg');
}

.category-heading {
  font-size: 28px;
  color: #261D47;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}

.category-subtext {
  margin-bottom: 50px;
  color: #3B495C;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  font-weight: 300;
  width: fit-content;
  margin: 0px auto 50px auto;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin: 0px auto;
  padding: 0px 40px 0px 80px;
  justify-content: stretch;
}

.category-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease;
  width: 370px;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-card img {
  width: 40px;
  margin-bottom: 16px;
}

.category-card h3 {
  font-size: 16px;
  color: #1d1d1f;
  margin-bottom: 10px;

  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;

}

.category-card span {
  background: #3883D81A;
  color: #2E215B;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 300;


  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* .fyndworks-future {
  padding: 80px 10%;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}

.future-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.future-image img {
  max-width: 100%;
  border-radius: 20px;
}

.future-content {
  flex: 1;
  min-width: 300px;
}

.future-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1d0d44;
  margin-bottom: 16px;
}

.future-content p {
  font-size: 16px;
  color: #3b495c;
  margin-bottom: 24px;
  line-height: 28px;
}

.future-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
}

.waitlist-btn {
  background: linear-gradient(94.88deg, #3883D8 0%, #015EC8 100%);
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.learn-link {
  color: #1d1d1f;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}

.future-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
}

.stat-box {
  flex: 1;
  min-width: 250px;
}

.stat-box h3 {
  font-size: 24px;
  color: #2165e6;
  margin-bottom: 8px;
}

.stat-box p {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 22px;
} */

.features-highlight {
  padding: 80px 10%;
  background-color: #f9f9fb;
  font-family: "Inter", sans-serif;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 60px;
  text-align: start;
  margin-bottom: 80px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Aligns content to the left */
  text-align: left;
  gap: 10px;
}

.feature-item img {
  max-width: 60px;
  height: 44px;
  margin-bottom: 16px;
}

.feature-item h3 {
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;

}

.feature-item p {
  color: #3B495C;
  font-weight: 400;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;

}

.cta-banner-container {
  padding: 50px 6%;
}

.cta-banner {
  background: #000000;
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: left;
  justify-content: space-between;
}

.cta-text {
  flex: 0.9;
  min-width: 200px;
  padding: 90px 10px 90px 50px;
}

.cta-text h2 {
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.cta-text p {

  margin-bottom: 60px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;

  color: #FFFFFFCC;

}

.cta-banner .btn-hero {
  background: linear-gradient(94.88deg, #3883D8 0%, #015EC8 100%);
  color: white;
  padding: 16px 26px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid #3785DE;
  box-shadow: 0.4px 0.4px 0.56px -0.94px #592FEA84;

  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;

}

.cta-image {
  flex: 1.1;
  min-width: 280px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}


/* Footer Styles */
.site-footer {
  background: #000;
  color: #fff;
  width: 100%;
  font-family: "Inter", sans-serif;
  padding: 56px 6% 0;
  /* comfy top/bottom spacing, no bottom to align baseline */
}

/* Center content area width */
.footer-content {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-logo-img {
  width: 180px;
  height: auto;
  margin-bottom: 30px;
}

.centered-footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.footer-nav-links {
  display: flex;
  justify-content: center;
  gap: 50px;
  list-style: none;
  padding: 0;
}

.footer-nav-links li a {
  color: white;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease;
}

.footer-nav-links li a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.social-icons a img {
  width: 100%;
  height: 25px;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.social-icons a:hover img {
  opacity: 0.7;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
}

.footer-bottom-center {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bottom-center span {
  font-size: 14px;
  color: #999;
}


.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
}

.footer-baseline {
  height: 1px;
  width: 100%;
  background: #2a2a2a;
  /* subtle hairline at the very bottom */
}

/* Mobile tweaks */
@media (max-width:640px) {
  .footer-nav-links {
    /* wrap links on small screens */
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer-logo-img {
    width: 140px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
}

.modal-content {
  background-color: #fff;
  border-radius: 20px;
  max-width: 900px;
  max-height: 600px;
  width: 90%;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.3s ease;
}

.modal-body {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.modal-image {
  flex: 1;
  background-color: #f2f4ff;
  display: flex;
  justify-content: left;
  align-items: center;

}

.modal-image img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  margin-right: -125px;
}

.modal-form {
  flex: 1;
  padding: 40px 70px 40px 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.modal-logo {
  width: 140px;
  margin-bottom: 10px;
}

.modal-form h2 {
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 31px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000000;

}

.modal-form label {
  font-weight: 500;

  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333F51
}

.modal-form input {
  padding: 10px 14px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #D5DAE1;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 10px;

}

.toggle-options {
  display: flex;
  gap: 10px;
}

.toggle-btn {
  padding: 10px 18px;
  border-radius: 18px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  background-color: #eee;
  color: #333;
}

.toggle-btn.active {
  background-color: #015EC8;
  color: white;
}

.submit-btn {
  margin-top: 20px;
  background: linear-gradient(94.88deg, #3883D8 0%, #015EC8 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .modal-body {
    flex-direction: column;
  }

  .modal-image {
    display: none;
  }
}


.candidates-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0%;
}


.candidates-images {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  width: 50%;
}

.candidates-images img {
  border-radius: 20px;
  object-fit: cover;
  display: block;
  width: 189px;
  height: 384px;
  gap: 10px;
  border-radius: 20px;

}

.img-tall {
  margin-top: 60px;
}

.img-medium {
  margin-bottom: 70px;
}

.img-small {
  margin-bottom: 20px;
}


.candidates-content {
  max-width: 500px;
  width: 50%;
}

.candidates-content h2 {
  font-size: 28px;
  color: #0F172A;
  margin-bottom: 10px;

  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0%;

}

.candidates-content p {
  color: #0F172A;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0%;

}

.candidates-content ul {
  list-style: disc;
  padding-left: 20px;
  color: #475569;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 210%;
  letter-spacing: 0%;
}


.recruiters-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 80px 0%;
  flex-wrap: wrap;
  background-color: #FAFAFA;
}

.recruiters-content {
  max-width: 550px;
}

.recruiters-content h2 {
  font-size: 28px;
  color: #0F172A;
  margin-bottom: 10px;

  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: left;
}

.recruiters-content p {
  color: #0F172A;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
}

.recruiters-content ul {
  list-style: disc;
  padding-left: 20px;
  color: #475569;
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 210%;
  letter-spacing: 0%;
}

.recruiters-image {
  max-width: 700px;
  height: 464px;
  position: relative;
}

.recruiters-image img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .recruiters-section {
    flex-direction: column;
    text-align: center;
  }

  .recruiters-section ul {
    padding-left: 0;
    list-style-position: inside;
    text-align: left;
  }

  .recruiters-content {
    max-width: 90%;
  }
}

/* ===== Success Modal ===== */
.modal.success-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .6);
  padding: 24px;
}

.success-card {
  background: #fff;
  border-radius: 28px;
  max-width: 960px;
  width: 100%;
  padding: 56px 48px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  max-height: calc(100vh - 48px);
  overflow: auto;
  margin: auto;
}

.success-check {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.success-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: .2px;
  font-size: clamp(28px, 6vw, 40px);
  line-height: 1.1;
  text-align: center;
  color: #2ECC71;
  margin-bottom: 18px;
}

.success-thanks {
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 4.8vw, 26px);
  line-height: 1.4;
  text-align: center;
  color: #4A4A4A;
  margin: 8px 0 10px;
  font-weight: 500;
}

.success-subtext {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 4.2vw, 22px);
  line-height: 1.6;
  text-align: center;
  color: #4A4A4A;
  margin: 4px 0 18px;
  font-weight: 400;
}

.success-bold {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 4.6vw, 24px);
  line-height: 1.6;
  text-align: center;
  color: #4A4A4A;
  margin: 2px 0 28px;
}

.success-share {
  display: flex;
  gap: clamp(16px, 4vw, 28px);
  align-items: stretch;
  background: #F7F8F7;
  border: 1px solid #E7E7E7;
  border-radius: 24px;
  padding: clamp(18px, 4vw, 26px) clamp(16px, 5vw, 36px);
  margin-top: 10px;
}

.share-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.share-heading {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #586065;
}

.share-icons {
  display: flex;
  gap: 18px;
}

.circle-btn {
  width: clamp(44px, 11vw, 48px);
  height: clamp(44px, 11vw, 48px);
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all .2s;
}

.circle-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.share-divider {
  width: 1px;
  background: #DFE2E1;
}


@media (max-width: 1200px) {
  .hero-image {
    display: none;
  }
}

@media (max-width: 720px) {
  .success-card {
    padding: 40px 22px;
  }

  .success-title {
    font-size: 32px;
  }

  .success-thanks {
    font-size: 22px;
  }

  .success-subtext {
    font-size: 18px;
  }

  .success-bold {
    font-size: 20px;
  }

  .success-share {
    flex-direction: column;
    padding: 10px
  }

  .share-divider {
    height: 1px;
    width: 100%;
  }

  .hero-image {
    display: none;
  }
}

@media (max-width: 480px) {
  .success-card {
    border-radius: 22px;
  }

  .hero-image {
    display: none;
  }

  .share-icons {
    gap: 14px;
  }

  .fyndworks-for p {
    width: 100% !important;
  }

  .hero {
    padding: 60px 20px 80px !important;
    height: auto;
  }

  .main-person,
  .hero-image {
    display: none;
  }

  .btn-hero {
    margin: 0px auto;
  }

  .hero-content h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
  }

  .fyndworks-for p {
    font-size: 14px;
    line-height: 24px;
  }

  .fyndworks-for h2,
  .candidates-content h2,
  .recruiters-content h2,
  .section-header h2,
  .category-heading,
  .empowering-text h3,
  .feature-item h3 {
    font-size: 22px;
  }

  .modal-form {
    padding: 20px 20px 40px 20px;
  }

  .modal-form h2,
  .modal-form img {
    margin: 10px auto
  }

  .empowering-block img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
  }

  .empowering-block {
    flex-direction: column;
    text-align: center;
    height: auto;
    width: 327px;
  }

  .recruiters-image,
  .candidates-images {
    display: none;
  }

  .category-section,
  .candidates-section {
    padding: 40px 4px !important;
    background-image: none !important;
  }

  .candidates-content {
    width: 100%;
    max-width: 327px;
    margin: 0 auto;
  }

  .category-grid {
    padding: 0px 10px 0px 10px !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 0px auto;
  }

  .cta-image {
    display: none;
  }

  .card {
    height: auto;
    width: 100%;
  }

  /* ===== Responsive Navbar ===== */
  .navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff
  }

  .hamburger {
    display: none;
    margin-left: 12px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #e6e8eb;
    background: #fff;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    cursor: pointer
  }

  .hamburger span {
    width: 20px;
    height: 2px;
    background: #111;
    border-radius: 2px;
    transition: transform .2s, opacity .2s
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg)
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg)
  }

  /* Mobile menu container overlays content below navbar */
  .mobile-menu {
    position: fixed;
    top: var(--nav-height, 64px);
    /* follow actual navbar height */
    left: 0;
    right: 0;
    z-index: 99999;
    margin-top: 70px;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: saturate(120%) blur(2px);
    display: none
  }

  .mobile-menu.open {
    display: block
  }

  .mobile-menu-panel {
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 14px
  }

  .mobile-nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px
  }

  .mobile-nav-links a {
    text-decoration: none;
    color: #111;
    font-family: "Inter", sans-serif;
    font-size: 16px
  }

  .features-highlight {
    padding: 80px 5% !important;
  }

  .recruiters-section ul li {
    text-align: left;
  }
}

/* Breakpoint: collapse nav links */
@media (max-width: 900px) {
  .nav-links {
    display: none
  }

  .hamburger {
    display: flex
  }

  .website-logo {
    height: 36px;
    width: auto;
  }

  /* keep hamburger at far right */
  .hamburger {
    margin-left: auto;
  }

  /* CTA inside mobile menu */
  .navbar .website-logo {
    height: 36px;
    width: auto;
  }

  /* Hide desktop links */
  .nav-links {
    display: none;
  }

  /* Show and style hamburger */
  .hamburger {
    display: flex;
    margin-left: 0;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #e6e8eb;
    background: #fff;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    cursor: pointer;
  }

  .hamburger span {
    width: 20px;
    height: 2px;
    background: #111;
    border-radius: 2px;
    transition: transform .2s, opacity .2s;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu {
    top: var(--nav-height, 64px);
  }
}

/* Ensure hero spacing below sticky navbar on small screens */
@media (max-width: 900px) {
  .hero {
    padding-top: 80px
  }
}

/* Mobile-specific navbar alignment and sizing */
@media (max-width: 900px) {
  .navbar {
    justify-content: space-between;
    /* logo left, hamburger right */
    padding: 12px 16px;
    gap: 12px;
  }

  .navbar .btn {
    display: none;
  }

  /* CTA inside mobile menu */
  .navbar .website-logo {
    height: 36px;
    width: auto;
  }

  /* Hide desktop links */
  .nav-links {
    display: none;
  }

  /* Show and style hamburger */
  .hamburger {
    display: flex;
    margin-left: 0;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #e6e8eb;
    background: #fff;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    cursor: pointer;
  }

  .hamburger span {
    width: 20px;
    height: 2px;
    background: #111;
    border-radius: 2px;
    transition: transform .2s, opacity .2s;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}