/* Reset and basic styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

/* Containers */
.section {
  padding: 60px 20px;
  background-color: #fff;
}
.container {
  max-width: 100%;
  margin: 0 auto;
}

/* Career Discuss Section */
.career-section {
  text-align: center;
  background: #e8f4ff;
}
.career-section h2 {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.career-section p {
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
.buttons {
  margin-bottom: 1em;
}
.btn {
  padding: 0.8em 1.8em;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 0.5em;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.btn.filled {
  background-color: #007bff;
  color: #fff;
}
.btn.filled:hover {
  background-color: #0056b3;
}
.btn.outline {
  background: transparent;
  border: 2px solid #007bff;
  color: #007bff;
}
.btn.outline:hover {
  background-color: #007bff;
  color: #fff;
}

/* Consent */
.consent {
  font-size: 0.9rem;
  color: #555;
}
.consent input {
  margin-right: 0.5em;
}

/* FAQ Section */
.faq-section {
  background-color: #fafafa;
}
.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
}
.faq-item {
  border: 1px solid #ddd;
  margin: 0.5em 0;
  border-radius: 4px;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 1em;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  position: relative;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 1em;
  font-weight: bold;
}
.faq-question.active::after {
  content: '-';
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1em;
  background-color: #fff;
}
.faq-answer p {
  padding: 1em 0;
  color: #555;
}

/* Footer */
.site-footer {
  background-color: #222;
  color: #eee;
  font-size: 0.9rem;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
}
.footer-col {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}
.footer-col h3 {
  margin-bottom: 1em;
  color: #fff;
}
.footer-col p, .footer-col ul, .footer-col li {
  color: #bbb;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 0.5em;
}
.footer-col ul li a {
  color: #bbb;
  text-decoration: none;
}
.footer-col ul li a:hover {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  padding: 15px 20px;
  border-top: 1px solid #444;
}
.footer-bottom p {
  margin: 0;
  color: #aaa;
}
/* ================= FOOTER ================== */

/* Career CTA Section */
.ftr-career {
  background: #e8f4ff;
  text-align: center;
  padding: 60px 20px;
}
.ftr-career h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.ftr-career p {
  font-size: 1.1rem;
  margin-bottom: 1.5em;
  color: #333;
}
.ftr-buttons {
  margin-bottom: 1em;
}
.ftr-btn {
  padding: 0.8em 1.8em;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  margin: 0.3em;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.ftr-btn.ftr-filled {
  background-color: #007bff;
  color: #fff;
}
.ftr-btn.ftr-filled:hover {
  background-color: #0056b3;
}
.ftr-btn.ftr-outline {
  background: transparent;
  border: 2px solid #007bff;
  color: #007bff;
}
.ftr-btn.ftr-outline:hover {
  background-color: #007bff;
  color: #fff;
}
.ftr-consent {
  font-size: 0.9rem;
  color: #555;
}
.ftr-consent input {
  margin-right: 0.5em;
}

/* FAQ Section */
.ftr-faq {
  background: #fafafa;
  padding: 50px 20px;
}
.ftr-faq h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-weight: 600;
}
.ftr-faq-item {
  max-width: 900px;
  margin: 0.5em auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.ftr-faq-question {
  width: 100%;
  text-align: left;
  padding: 1em;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
.ftr-faq-question::after {
  content: '+';
  position: absolute;
  right: 1em;
  font-weight: bold;
}
.ftr-faq-question.active::after {
  content: '-';
}
.ftr-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1em;
}
.ftr-faq-answer p {
  padding: 1em 0;
  color: #555;
  font-size: 0.95rem;
}

/* Bottom Section */
.ftr-bottom {
  width: 100%;
  background: #222;
  color: #eee;
}
.ftr-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 40px;
  max-width: 100%;
  margin: auto;
}
.ftr-col {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}
.ftr-col h3 {
  color: #fff;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.ftr-col p, .ftr-col ul, .ftr-col li {
  color: #bbb;
  font-size: 0.95rem;
}
.ftr-col ul {
  list-style: none;
  padding: 0;
}
.ftr-col ul li {
  margin-bottom: 0.5em;
}
.ftr-col ul li a {
  color: #bbb;
  text-decoration: none;
}
.ftr-col ul li a:hover {
  color: #fff;
}
.ftr-copy {
  text-align: center;
  padding: 15px 20px;
  border-top: 1px solid #444;
  font-size: 0.85rem;
  color: #aaa;
}
