:root {
  --primary: #3A58EF;
  --dark: #26244a;
  --dark-text: #2a3343;
  --gray-text: #475467;
  --light-blue-bg: #ebeefd;
  --border-color: #eaecf0;
  --navy: #021c56;
}
* { font-family: 'Inter', sans-serif; }
body { overflow-x: hidden; background: #fff; }

/* ===== Hero ===== */
.hero-section { background: #fff; padding: 56px 0; text-align: center; }
.hero-title { font-size: 48px; font-weight: 700; color: #101828; letter-spacing: -0.96px; line-height: 1.25; }
.hero-title span { color: var(--primary); }
.hero-subtitle { font-size: 24px; font-weight: 600; color: var(--gray-text); line-height: 1.25; }
.btn-apply { background: var(--primary); color: #fff; font-size: 16px; font-weight: 600; border: none; border-radius: 4px; padding: 12px 20px; min-width: 187px; box-shadow: 0 1px 2px rgba(16,24,40,0.05); }
.btn-apply:hover { background: #2d47d4; color: #fff; }

/* ===== Hiring Process ===== */
.hiring-section { background: var(--light-blue-bg); padding: 72px 0; }
.section-title { font-size: 36px; font-weight: 700; color: var(--dark); letter-spacing: -0.72px; line-height: 1.2; }
.section-title span { color: var(--primary); }
.section-subtitle { font-size: 18px; color: var(--gray-text); line-height: 28px; }
.step-circle { width: 80px; height: 80px; border-radius: 50%; background: #fff; border: 3px solid #F2F4F7; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; z-index: 2; }
.step-circle span { font-size: 24px; font-weight: 800; color: var(--dark-text); letter-spacing: -0.48px; }
.step-title { font-size: 18px; font-weight: 700; color: var(--dark-text); line-height: 28px; }
.step-desc { font-size: 14px; font-weight: 500; color: var(--dark-text); line-height: 20px; }
.steps-wrapper { position: relative; }
.step-col { text-align: center; position: relative; }
/* Arrow connector between steps */
.step-arrow { position: absolute; top: 40px; right: -34px; display: flex; align-items: center; z-index: 1; }
.step-arrow-line { width: 50px; height: 2px; background: var(--primary); }
.step-arrow-head { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 10px solid var(--primary); margin-left: -2px; }
@media (max-width: 991.98px) {
  .step-arrow { display: none; }
}

/* ===== Career Growth ===== */
.career-section { background: #fff; padding: 48px 0; }
.career-card { background: #fff; border-radius: 12px; border: 1px solid var(--border-color); padding: 24px; transition: all 0.2s ease; cursor: pointer; height: 100%; }
.career-card:hover { transform: translateY(-3px); border-color: transparent; box-shadow: none; border-top: 1px solid var(--dark); border-left: 1px solid var(--dark); border-right: 2px solid var(--dark); border-bottom: 2px solid var(--dark); }
.career-card:hover .career-icon { background: var(--dark) !important; }
.career-card:hover .career-icon svg path,
.career-card:hover .career-icon svg circle,
.career-card:hover .career-icon svg rect { stroke: #fff !important; }
.career-icon { width: 48px; height: 48px; border-radius: 8px; background: var(--light-blue-bg); display: flex; align-items: center; justify-content: center; transition: background 0.2s ease; }
.career-badge { background: var(--light-blue-bg); border-radius: 29px; padding: 4px 11px; font-size: 14px; font-weight: 500; color: #182878; }
.career-role { font-size: 20px; font-weight: 600; color: var(--dark-text); line-height: 30px; }
.career-desc { font-size: 16px; color: var(--gray-text); line-height: 24px; }

/* ===== Testimonials ===== */
.testimonial-section { background: var(--light-blue-bg); padding: 48px 0; }
.testimonial-card { background: #fff; border-radius: 12px; padding: 24px; transition: all 0.2s ease; cursor: pointer; height: 100%; border: 1px solid var(--border-color); display: flex; flex-direction: column; }
.testimonial-card:hover { transform: translateY(-3px); border-color: transparent; border-top: 1px solid var(--dark); border-left: 1px solid var(--dark); border-right: 2px solid var(--dark); border-bottom: 2px solid var(--dark); }
.stars { display: flex; gap: 8px; }
.star { color: #FFB21E; font-size: 20px; }
.testimonial-heading { font-size: 20px; font-weight: 700; color: var(--dark-text); line-height: 30px; }
.testimonial-text { font-size: 16px; color: var(--gray-text); line-height: 24px; flex-grow: 1; }
.testimonial-author { font-size: 16px; font-weight: 700; color: var(--dark); }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.view-post { font-size: 16px; font-weight: 500; color: var(--primary); text-decoration: underline; }
.view-post:hover { color: #182878; }
.carousel-arrow { width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 1px solid #d0d5dd; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color 0.2s; }
.carousel-arrow:hover { border-color: #5d667b; }

/* Video thumbnail card */
.video-placeholder { height: 198px; border-radius: 10px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.video-placeholder .overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; }
.play-btn { width: 44px; height: 44px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(16,24,40,0.1); transition: transform 0.2s; }
.video-placeholder:hover .play-btn { transform: scale(1.1); }

/* ===== CTA ===== */
.cta-section { background: var(--navy); padding: 56px 0; position: relative; overflow: hidden; border-radius: 40px 40px 0 0; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center bottom, rgba(58,88,239,0.15) 0%, transparent 70%); }
.cta-title { font-size: 36px; font-weight: 700; color: #fff; letter-spacing: -0.72px; line-height: 1.2; }
.cta-subtitle { font-size: 18px; font-weight: 700; color: #fff; line-height: 28px; }

/* ===== FAQ ===== */
.faq-section { background: #fff; padding: 48px 0 72px; }
.faq-title { font-size: 36px; font-weight: 700; color: var(--dark); letter-spacing: -0.72px; line-height: 1.2; }
.faq-item { border-bottom: 1px solid #d9d9d9; padding: 20px 0; }
.faq-question { font-size: 20px; font-weight: 600; color: var(--dark-text); line-height: 1.5; cursor: pointer; display: flex; gap: 16px; align-items: flex-start; }
.faq-question .icon-plus { color: var(--primary); font-size: 24px; line-height: 1; flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; }
.faq-item:not(.collapsed) .faq-question .icon-plus { transform: rotate(45deg); }
.faq-answer { font-size: 18px; color: var(--dark-text); line-height: 28px; padding-left: 48px; margin-top: 16px; }
.faq-item.collapsed .faq-answer { display: none; }

/* ===== Footer ===== */
.footer-section { background: linear-gradient(to bottom, #12327b, #00174c); padding: 48px 0; color: #fff; border-radius: 40px 40px 0 0; }
.footer-logo-text { font-size: 20px; font-weight: 700; color: #fff; }
.footer-heading { font-size: 18px; font-weight: 700; color: #fff; line-height: 28px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.3); display: flex; align-items: center; gap: 12px; }
.footer-links { list-style: none; padding-left: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #fff; font-size: 14px; text-decoration: none; opacity: 0.85; }
.footer-links a:hover { opacity: 1; text-decoration: underline; }
.footer-contact { font-size: 14px; }
.footer-contact strong { display: block; }
.footer-divider { border-top: 1px solid rgba(255,255,255,0.2); margin: 36px 0 24px; }
.footer-bottom { font-size: 14px; opacity: 0.85; }
.footer-bottom a { color: #fff; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }
.app-store-btn { display: inline-block; background: #090914; border-radius: 10px; padding: 8px 16px; color: #fff; text-decoration: none; font-size: 12px; line-height: 1.3; min-width: 150px; }
.app-store-btn:hover { color: #fff; opacity: 0.9; }
.app-store-btn small { display: block; opacity: 0.6; font-size: 10px; }
.app-store-btn span { font-size: 16px; font-weight: 600; }

/* ===== Mobile Responsive ===== */
@media (max-width: 767.98px) {
  .hero-title { font-size: 32px; }
  .hero-subtitle { font-size: 18px; }
  .section-title, .cta-title, .faq-title { font-size: 28px; }
  .cta-subtitle { font-size: 16px; }
  .faq-question { font-size: 16px; }
  .faq-answer { font-size: 16px; padding-left: 40px; }
  .hiring-section .row > div { margin-bottom: 24px; }
  .step-circle { width: 64px; height: 64px; }
  .step-circle span { font-size: 20px; }
}
@media (max-width: 575.98px) {
  .hero-title { font-size: 28px; }
  .hero-subtitle { font-size: 16px; }
  .section-title, .cta-title, .faq-title { font-size: 24px; }
}
