/* Auto-generated by `bin/rails css:bundle`. Edit source stylesheets, then rebuild. */

/* ===== trust_factory.css ===== */
.trust-factory {
  width: 100%;
  padding: 70px 0 90px;
  background: #f9f9f9;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.trust-factory__title {
  margin: 0 0 50px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1c1c1c;
}


.trust-factory__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 67%;
  margin: 0 auto;
}

.trust-factory__grid--two {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}

.trust-factory__card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.trust-factory__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.trust-factory__icon {
  width: 36px;
  height: 36px;
}

.trust-factory__number {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  color: #767676;
}

.trust-factory__card-title {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1c1c1c;
}

.trust-factory__card-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}

.trust-factory__actions {
  margin-top: 48px;
  text-align: center;
}

.trust-factory__cta {
  display: inline-block;
  min-width: 240px;
  padding: 14px 72px;
  border: none;
  border-radius: 999px;
  background: #1c1c1c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.trust-factory__cta:hover {
  background: #333;
}

@media (max-width: 900px) {
  .trust-factory__grid {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }

  .trust-factory__grid--two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .trust-factory {
    padding: 50px 0 60px;
  }

  .trust-factory__title {
    font-size: 26px;
    margin-bottom: 32px;
    padding: 0 20px;
  }

  .trust-factory__grid,
  .trust-factory__grid--two {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
  }
}

/* ===== company_history.css ===== */
.company-history {
  width: 100%;
  padding: 50px 0 100px;
  background: #fff;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.company-history__title {
  margin: 0 0 24px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
}

.company-history__intro {
  width: 67%;
  margin: 0 auto 70px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
}

.company-history__timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 340px;
}

.company-history__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
  max-width: 200px;
}

.company-history__item--high {
  align-self: flex-start;
}

.company-history__marker {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-shrink: 0;
}

.company-history__line {
  width: 1px;
  background-color: #ddd;
  min-height: 150px;
}

.company-history__year {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #856d34;
  padding: 0 6px;
}

.company-history__content {
  text-align: left;
  padding-top: 2px;
}

.company-history__item-title {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #1c1c1c;
}

.company-history__item-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 900px) {
  .company-history {
    padding: 40px 0 60px;
  }

  .company-history__title {
    font-size: 28px;
    padding: 0 16px;
  }

  .company-history__intro {
    width: calc(100% - 32px);
    margin-bottom: 40px;
  }

  .company-history__timeline {
    flex-direction: column;
    align-items: stretch;
    width: calc(100% - 32px);
    min-height: auto;
    gap: 0;
    border-left: 2px solid #e8e8e8;
    margin-left: 24px;
    padding-left: 20px;
  }

  .company-history__item {
    position: relative;
    flex-direction: column;
    max-width: none;
    padding-bottom: 28px;
  }

  .company-history__item::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3b574;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #d3b574;
  }

  .company-history__item--high {
    align-self: stretch;
  }

  .company-history__marker {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .company-history__line {
    display: none;
  }

  .company-history__year {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 22px;
    padding: 0;
  }
}

/* ===== meet_us.css ===== */
.meet-us {
  width: 100%;
  min-height: 600px;
  background: #fff;
  text-align: center;
  padding-bottom: 68px;
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.meet-us__title {
  font-size: 33px;
  font-weight: bold;
}

.meet-us__grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto 0;
}

.meet-us__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.meet-us__caption {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  text-align: center;
}

@media (max-width: 900px) {
  .meet-us {
    min-height: auto;
    padding: 40px 16px 56px;
  }

  .meet-us__title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .meet-us__grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .meet-us__item img {
    width: 100%;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .meet-us__grid {
    grid-template-columns: 1fr;
  }
}

