.founder-section {
  background: #ffffff;
  padding: 40px 0;
}

.founder-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;

  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.founder-content {
  width: 58%;
}

.founder-label {
  color: #197415;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}

.founder-title {
  font-size: 32px;
  line-height: 1.05;
  font-weight: 600;
  color: #343434;
  margin-bottom: 28px;
  font-family: "Outfit", sans-serif;
}

.founder-description {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #343434;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}

.founder-info {
  margin-top: 35px;
}

.founder-info span {
  display: block;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 4px;
}

.founder-info h3 {
  font-size: 20px;
  color: #197415;
  margin-bottom: 6px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.founder-info p {
  color: #515151;
  font-size: 14px;
  font-weight: 500;
}

.founder-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background: #4fa349;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  font-family: "Mulish", sans-serif;
}

.founder-spotlight {
  background: #ffffff;
  padding: 56px 0 28px;
}

.founder-spotlight__shell {
  display: grid;
  gap: 26px;
}

.founder-spotlight__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 380px;
  gap: 60px;
  align-items: start;
}

.founder-spotlight__copy {
  padding-top: 4px;
}

.founder-spotlight__eyebrow {
  display: inline-block;
  color: #197415;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Mulish", sans-serif;
}

.founder-spotlight__title {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 500;
  color: #000000;
  margin: 0 0 18px;
}

.founder-spotlight__lead,
.founder-spotlight__text {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  color: #343434;
  margin: 0 0 12px;
  text-align: justify;
}

.founder-spotlight__lead {
  color: #343434;
  font-weight: 600;
}

.founder-spotlight__portrait-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e3e7df;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 18px 40px rgba(28, 44, 22, 0.08);
  overflow: hidden;
}

.founder-spotlight__portrait {
  min-height: 400px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(10, 22, 8, 0.08)),
    url("../assets/images/company/founder.webp") center 18%/cover no-repeat;
}

.founder-spotlight__identity {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.96);
  padding: 8px 12px 7px;
  min-width: 140px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.founder-spotlight__identity strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2px;
  line-height: 1.2;
}

.founder-spotlight__identity span {
  display: block;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #197415;
  line-height: 1.2;
}

.founder-spotlight__highlights {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 22px;
}

.founder-spotlight__trust-card {
  background: #EDF0ED;
  border-radius: 22px;
  padding: 30px 34px;
  text-align: center;
}

.founder-spotlight__mini-eyebrow {
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #197415;
  margin-bottom: 10px;
}

.founder-spotlight__trust-card h3 {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 600;
  color: #000000;
  margin: 0 0 12px;
}

.founder-spotlight__trust-card p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #343434;
  margin: 0;
}

.founder-spotlight__metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.founder-spotlight__metric {
  background: #ffffff;
  border: 1px solid #e3e7df;
  border-radius: 16px;
  padding: 24px 20px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(28, 44, 22, 0.04);
}

.founder-spotlight__metric strong {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #4FA349;
  margin-bottom: 8px;
}

.founder-spotlight__metric span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.founder-spotlight__quote {
  margin: 0;
  background: linear-gradient(
    135deg,
    #fdfefc 50%,
    #f6fef6 50%
);
  border: 1px solid rgba(105, 163, 95, 0.18);
  border-radius: 24px;
  padding: 42px 32px 38px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.founder-spotlight__quote::before,
.founder-spotlight__quote::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105, 163, 95, 0.12) 0%, rgba(105, 163, 95, 0) 70%);
  pointer-events: none;
}

.founder-spotlight__quote::before {
  left: -40px;
  bottom: -80px;
}

.founder-spotlight__quote::after {
  right: -50px;
  top: -90px;
}

.founder-spotlight__quote p {
  position: relative;
  z-index: 1;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
  color: #2f2f2f;
  max-width: 920px;
  margin: 0 auto 14px;
}

.founder-spotlight__quote cite {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #197415;
}

/* RIGHT GRID */
.founder-stats {
  width: 42%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.stat-card {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 20px;
}

.stat-card.large {
  grid-column: span 3;
  min-height: 180px;
}

.stat-card:not(.large) {
  grid-column: span 2;
  min-height: 130px;
}

.stat-card h3 {
  font-size: 22px;
  color: #4fa349;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.stat-card h4 {
  font-size: 14px;
  color: #343434;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}

.stat-card p {
  font-size: 14px;
  color: #343434;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}

.about {
  position: relative;
  padding-block: 80px;
  background: #ffffff;
}
.about__blob {
  position: absolute;
  left: -40%;
  top: -15%;
  width: 65%;
  height: 95%;
  background: #e5f0e4;
  border-radius: 50%;
  filter: blur(57px);
  transform: rotate(33deg);
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.about__container {
  position: relative;
  z-index: 1;
}
.about-badge {
  font-size: 14px;
  color: #197415;
  font-weight: 700;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  max-width: 300px;
  margin: 20px 0;
}
.trust-section {
  /* background:#343434; */
  padding: 40px 1px;
}
.trust-section .container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Left Content */
.left-content {
  flex: 0 1 28%;
  min-width: 240px;
}

.left-content h2 {
  color: #343434;
  font-size: 30px;
  font-weight: 700;
}

.left-content h3 {
  color: #197415;
  font-size: 30px;
  font-weight: 700;
}

/* Cards */
.cards-wrapper {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.info-card {
  background: #fff;
  box-shadow: 0px 0px 1.9px 0px #0000004d;
  padding: 16px;
  border-radius: 6px;
  transition: 0.3s ease;
  min-width: 0;
}

.info-card:hover {
  transform: translateY(-8px);
}

.info-card h4 {
  color: #4fa349;
  font-size: 18px;
  margin-bottom: 12px;
}

.info-card p {
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.office-section {
  background: #fafafa;
  padding: 40px 0;
}

.office-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

/* Heading */
.office-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.office-header span {
  color: #197415;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
  font-family: "Mulish", sans-serif;
}

.office-header h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #343434;
  font-weight: 600;
  margin-bottom: 18px;
  font-family: "Outfit", sans-serif;
}

.office-header p {
  font-size: 15px;
  color: #343434;
  font-weight: 500;
  line-height: 1.6;
  max-width: 550px;
  margin: auto;
  font-family: "Mulish", sans-serif;
}

/* Grid */
.office-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* Card */
.office-card {
  background: #fff;
  box-shadow: 0px 1px 2.3px 0px #00000040;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;

  transform: scale(1);
  transition: transform 0.45s;
  will-change: transform;
}

.office-card:hover {
  transform: scale(1.05);
}
/* Content */
.office-content {
  padding: 22px;
  flex: 1;
}

.office-tag {
  color: #197415;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  font-family: "Mulish", sans-serif;
}

.office-card h3 {
  font-size: 20px;
  color: #343434;
  margin-bottom: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.office-card p {
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}

/* Footer */
.office-footer {
  background: #eef4ea;
  border-top: 1px solid #d8dfd2;
  padding: 16px 22px;
}

.office-footer a {
  display: block;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}

.office-footer a:last-child {
  margin-bottom: 0;
}

.office-footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px;
  font-family: "Mulish", sans-serif;
}

.office-footer a:last-child {
  margin-bottom: 0;
}

.office-footer i {
  color: #4fa349;
  font-size: 15px;
  width: 18px;
}

.contact-head {
  margin-block-start: 75px;
  background: #1b1b1b;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.contact__badge {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #57b650;
}
.contact__head {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 46px;
  text-align: center;
  color: #ffffff;
}
.contact__desc {
  color: #d6d6d6;
  max-width: 500px;
  font-size: 16px;
  font-weight: 500;
}

.contact-img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.contact-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contact-img--top-left {
  top: 0;
  left: 0;
}

.contact-img--top-left img {
  width: 280px;
}

.contact-img--bottom-right {
  right: 0;
  bottom: 0;
}

.contact-img--bottom-right img {
  width: 260px;
}

.dc-cta__inner {
  position: relative;
  z-index: 2;
}
.contact-section {
  padding: 80px;
  background: #f7f7f7;
}

.contact-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 80px;

  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT */
.contact-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-card,
.support-card {
  background: #ffffff;
  box-shadow: 0px 0px 2px 0px #00000040;
  border-radius: 12px;
  padding: 24px;
}

.contact-card h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Outfit", sans-serif;
}

.contact-text {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #343434;
  font-weight: 400;
  margin-bottom: 22px;
}

/* Contact Info */
.contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #197415;

  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  color: #fff;
  font-size: 14px;
}

.contact-item span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #7a7a7a;
  margin-bottom: 4px;
}

.contact-item p {
  font-size: 14px;
  color: #343434;
  font-weight: 500;
  font-family: "Mulish", serif;
}

/* Support Card */
.support-card {
  background: #e7f2e7;
  box-shadow: -1px 0px 3.5px 0px #00000099;
}

.support-card h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
}

.support-card p {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #343434;
  margin-bottom: 18px;
}

.support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  background: #197415;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

/* FORM */
.contact-form-box {
  background: #ffffff;
  box-shadow: 0px 0px 2.3px 0px #000000ad;

  border-radius: 12px;
  padding: 28px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #ebf4eb;
  border-radius: 6px;
  padding: 15px 16px;
  font-size: 16px;
  color: #343434;
  font-family: "Outfit", sans-serif;
}
/* Select Wrapper */
.select-wrapper {
  position: relative;
  width: 100%;
}

/* Remove default arrow */
.contact-form select {
  width: 100%;
  border: none;
  outline: none;
  background: #edf4ea;
  border-radius: 6px;
  padding: 15px 45px 15px 16px;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  color: #7a7a7a;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;
}

/* Angle Down Icon */
.select-wrapper i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 14px;
  pointer-events: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-family: "Outfit", sans-serif;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

.contact-form button {
  height: 52px;
  border: none;
  border-radius: 6px;
  background: #197415;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background: #145e11;
}

.career-head {
  background: #1b1b1b url("../assets/images/common/careerhead.webp") center/cover
    no-repeat;
  margin-block-start: 75px;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.founder-head {
  background: #1b1b1b url("../assets/images/company/founder-head.webp") center/cover
    no-repeat;
  margin-block-start: 75px;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.career-search-wrapper {
  margin: 40px auto 0;
  max-width: 700px;
  text-align: center;
}

.career-search-title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 18px;
}

.career-search-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 60px;
  overflow: hidden;
  padding: 8px;
  max-width: 650px;
  margin: 0 auto;
}

.career-search-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 18px 24px;
  font-size: 16px;
  background: transparent;
  color: #222;
}

.career-search-box input::placeholder {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}

.career-search-box button {
  border: none;
  background: transparent;
  color: #000000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  flex-shrink: 0;
}

.culture-section {
  padding: 60px 0;
  background: #fff;
}

.culture-wrapper {
  display: grid;
  grid-template-columns: 520px 1.1fr;
  gap: 60px;
  align-items: center;
}

/* Badge */
.culture-badge {
  display: inline-flex;
  color: #197415;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
}

/* Heading */
.culture-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #343434;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
}

.text-green {
  color: #4fa349;
}

/* Paragraph */
.culture-text {
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  margin-bottom: 40px;
  max-width: 700px;
}

/* Cards */
.culture-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.culture-card {
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 1.9px 0px #0000004d;
  background-color: #ffffff;
}

.culture-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: #4fa349;
}

.culture-card p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: #343434;
  font-weight: 500;
}

/* Image */
.culture-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  display: block;
}

.career-openings {
  background: #ffffff;
  padding: 70px 0 80px;
}

.career-openings__inner {
  max-width: 1120px;
  margin-inline: auto;
}

.career-openings__header {
  text-align: center;
  margin-block-end: 34px;
}

.career-openings__eyebrow,
.career-application__eyebrow {
  display: inline-flex;
  color: #197415;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-block-end: 10px;
}

.career-openings__title {
  color: #343434;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
}

.career-openings__desc {
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 20px;
}

.career-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.career-filter__btn {
  min-width: 82px;
  height: 30px;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  background: #f8f8f8;
  color: #343434;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.career-filter__btn:hover,
.career-filter__btn:focus-visible {
  border-color: #197415;
  color: #197415;
}

.career-filter__btn--active {
  background: #197415;
  border-color: #197415;
  color: #ffffff;
}

.career-filter__btn--active:hover,
.career-filter__btn--active:focus-visible {
  color: #ffffff;
}

.career-jobs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.career-job-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  padding: 18px 24px;
}

.career-job-card[hidden] {
  display: none;
}

.career-job-card__title {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 7px;
}

.career-job-card__meta,
.career-job-card__desc {
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.career-job-card__meta {
  margin-block-end: 5px;
}

.career-job-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}

.career-job-card__meta i {
  color: #197415;
  font-size: 12px;
}

.career-job-card__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-block-start: 10px;
}

.career-job-card__tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border-radius: 20px;
  background: #343434;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 0 10px;
}

.career-job-card__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 34px;
  border-radius: 6px;
  background: #197415;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.career-job-card__apply:hover,
.career-job-card__apply:focus-visible {
  background: #145e11;
  transform: translateY(-1px);
}

.career-jobs__empty {
  background: #fbfbfb;
  border: 1px dashed #cfcfcf;
  border-radius: 8px;
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 18px;
  text-align: center;
}

.career-application {
  background: #f4f1ea;
  border-radius: 8px;
  margin-block-start: 36px;
  padding: 34px 32px;
}

.career-application__intro,
.founder-spotlight__lead {
  max-width: 680px;
  padding-block-end: 18px;
  position: relative;
}

.career-application__intro::after,
.founder-spotlight__lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #bdb8ae;
}

.career-application__title {
  color: #343434;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}

.career-application__desc {
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  max-width: 500px;
}

.career-application__form {
  margin-block-start: 2px;
}

.career-application__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
}

.career-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.career-field span,
.career-upload__label {
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.career-field input {
  width: 100%;
  height: 42px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background: #ffffff;
  color: #343434;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  outline: none;
  padding: 0 12px;
}

.career-field input:focus,
.career-upload:focus-within .career-upload__drop {
  border-color: #197415;
  box-shadow: 0 0 0 3px rgba(25, 116, 21, 0.12);
}

.career-upload {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block-start: 16px;
}

.career-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.career-upload__drop {
  min-height: 132px;
  border: 1px solid #e3dfd7;
  border-radius: 6px;
  background: #ffffff;
  color: #343434;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.career-upload__drop i {
  color: #343434;
  font-size: 24px;
}

.career-upload__drop strong {
  color: #197415;
  font-weight: 800;
}

.career-upload__drop small {
  color: #343434;
  font-size: 11px;
  font-weight: 500;
}

.career-application__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 42px;
  border: none;
  border-radius: 8px;
  background: #197415;
  color: #ffffff;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-block-start: 22px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.career-application__submit:hover,
.career-application__submit:focus-visible {
  background: #145e11;
  transform: translateY(-1px);
}
.component-card {
  background: #fbfffb;
  border: 1px solid #197415;
  border-radius: 10px;
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
  display: flex;
  flex-direction: column;
}
.component-card,
.text-green {
  font-size: 14px;
  color: #4fa349;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "outfit", sans-serif;
}
.career-text {
  font-size: 46px;
  color: #4fa349;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "outfit", sans-serif;
}
.com-card-green {
  background: #f4fff4;
}
.founder__title{
  color: #FFFFFF;
  font-style: 24px;
}
.component-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.component-card {
  min-width: 0;
  height: 100%;
  border: 1px solid #2E8628;
}
.products__grid.component-grid .component-card .products__card-list {
  margin-top: 8px;
}
.products__grid.component-grid .component-card .products__card-list li {
  line-height: 1.6;
  font-weight: 500;
  font-family: "mulish", serif;
  color: #343434;
  font-size: 14px;
}
.component {
  background: #f8f8f8;
  padding: 40px 0;
}
.component-card, p {
  color: #343434;
  font-family: "mulish", serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.outperform__card-desc{
  color: #D6D6D6;
}
.product__header{
  max-width: 500px;
  padding: 20px 0;
}

