body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
  background: #f7f8fa;
}

h1.display-4 {
  font-size: clamp(2.25rem, 4vw + 1rem, 3.4rem);
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  h1.display-4 {
    font-size: clamp(1.8rem, 6vw + 0.8rem, 2.4rem);
  }
}

a:hover {
  text-decoration: none;
}

.lp-hero {
  position: relative;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.9), rgba(20, 28, 45, 0.75)),
    url('https://images.unsplash.com/photo-1493238792000-8113da705763?auto=format&fit=crop&w=1600&q=80') center center / cover no-repeat;
}

.hero-body {
  padding-top: 1rem;
  padding-bottom: 3.5rem;
}

.min-vh-80 {
  min-height: 80vh;
}

.min-vh-70 {
  min-height: 70vh;
}

.eyebrow,
.section-kicker,
.card-label {
  display: inline-block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #fbbf24;
}

.hero-copy {
  max-width: 680px;
}

.hero-copy.lead {
  font-size: clamp(1rem, 1.2vw + 0.8rem, 1.25rem);
  line-height: 1.6;
}

.hero-stat-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1rem;
  height: 100%;
  backdrop-filter: blur(6px);
}

.stat-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}

.stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.floating-card,
.appeal-card,
.fit-card,
.salary-box,
.benefit-panel,
.spec-table,
.job-gallery,
.apply-box,
.timeline,
.sticky-block .card {
  border-radius: 20px;
}

.floating-card {
  background: rgba(255, 255, 255, 0.96);
}

.feature-list li,
.career-list li,
.detail-short-list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  color: #4b5563;
}

.feature-list li::before,
.career-list li::before,
.detail-short-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #f59e0b;
}

.trust-strip {
  background: #111827;
  color: rgba(255, 255, 255, 0.9);
}

.trust-item {
  font-weight: 600;
}

.section-space {
  padding: 5rem 0;
}

.section-head h2,
.section-title {
  font-size: 2rem;
  font-weight: 700;
}

.appeal-card {
  background: #fff;
  padding: 2rem 1.5rem;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.07);
  height: 100%;
}

.appeal-no {
  font-size: 0.85rem;
  font-weight: 800;
  color: #f59e0b;
  margin-bottom: 1rem;
}

.dark-band {
  background: linear-gradient(135deg, #0f172a, #1f2937);
}

.quote-box {
  border-left: 4px solid #f59e0b;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0 12px 12px 0;
}

.reality-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.25rem;
  height: 100%;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

.fit-card {
  background: #fff;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.08);
}

.salary-box {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  padding: 2rem;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.08);
}

.benefit-panel {
  background: #111827;
  padding: 1.5rem;
  color: #fff;
}

.neutral-panel {
  background: linear-gradient(135deg, #111827, #1f2937);
}

.benefit-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.benefit-item:last-child {
  border-bottom: 0;
}

.benefit-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.25rem;
}

.benefit-value {
  font-size: 1.1rem;
  font-weight: 700;
}

.pref-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffc107;
  color: #000000;
  padding: 0.3rem 0.3rem;
  border-radius: 16px;
  border: 1px solid #f59e0b;
  box-shadow: 0 0.9rem 1.6rem rgba(245, 158, 11, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-weight: 700;
  min-height: 63px;
  gap: 0;
  text-decoration: none;
}

.pref-card strong {
  font-size: 1.05rem;
}

.pref-card span {
  display: block;
  font-size: 0.9rem;
  color: #3f3f46;
  font-weight: 600;
}

.pref-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2.1rem rgba(245, 158, 11, 0.28);
}

.pref-cta {
  display: block;
  width: 100%;
  border-radius: 999px;
  font-weight: 800;
  background: #fbbf24;
  border-color: #fbbf24;
  color: #111827;
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.22);
}

.pref-cta:hover,
.pref-cta:focus {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #0f172a;
  box-shadow: 0 10px 22px rgba(245, 158, 11, 0.28);
}

.pref-card .pref-cta {
  margin-top: auto;
}

.pref-region-block {
  margin-bottom: 2rem;
}

.pref-region-block:last-child {
  margin-bottom: 0;
}

.pref-anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.pref-anchor {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.pref-anchor:hover,
.pref-anchor:focus {
  color: #0f172a;
  border-color: #f59e0b;
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.18);
  text-decoration: none;
}

.pref-region-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.6rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #e5e7eb;
}

.region-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
  margin: 0;
}

.nav-pill {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: #fbbf24;
  background: rgba(255, 255, 255, 0.06);
}

.footer-links {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.4rem 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}

.footer-nav a {
  color: #e5e7eb;
  font-weight: 700;
}

.footer-nav a:hover {
  color: #fbbf24;
  text-decoration: none;
}

.pref-page {
  background: #f7f8fa;
}

.pref-hero {
  position: relative;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.9), rgba(31, 41, 55, 0.78)),
    url('https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1600&q=80') center center / cover no-repeat;
}

.pref-filter .input-group-text {
  background: #f3f4f6;
  border-color: #e5e7eb;
}

.pref-filter .form-control,
.pref-filter .custom-select {
  border-color: #e5e7eb;
  background: #fff;
}

.pref-region-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-weight: 700;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
}

.pref-region-chip.active,
.pref-region-chip:hover {
  color: #111827;
  border-color: #f59e0b;
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.18);
}

.pref-list-card {
  display: flex;
}

.pref-card-inner {
  background: #fff;
  border-radius: 16px;
  padding: 1.4rem 1.2rem;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.07);
  border: 1px solid #eef2f7;
  width: 100%;
}

.pref-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.pref-name {
  font-size: 1.25rem;
  font-weight: 800;
}

.pref-meta {
  font-size: 0.9rem;
  color: #6b7280;
}

.pref-count {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: #111827;
  color: #fff;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.95rem;
  min-width: 72px;
  text-align: center;
}

.pref-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.pref-pill {
  background: #f3f4f6;
  color: #374151;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}

.pref-lead {
  font-size: 0.95rem;
  color: #4b5563;
  min-height: 60px;
}

.pref-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.8rem;
}

.pref-card-inner.highlight {
  box-shadow: 0 16px 32px rgba(245, 158, 11, 0.18);
  border-color: #f59e0b;
}

.job-card {
  overflow: hidden;
}

.job-thumb {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.job-meta {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
}

.job-card .card-body {
  height: 100%;
}

@media (max-width: 991.98px) {
  .job-thumb {
    min-height: 220px;
  }
}

.pulse {
  animation: pulse 1.4s ease-in-out 2;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.35);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(245, 158, 11, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
  }
}

.cta-section {
  background: linear-gradient(135deg, #111827, #1f2937);
}

.cta-box {
  max-width: 820px;
  margin: 0 auto;
}

.custom-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #111827;
  color: #fff;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  box-shadow: 0 1rem 2rem rgba(17, 24, 39, 0.25);
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.25s ease;
  z-index: 9999;
}

.custom-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.detail-page {
  background: #f3f4f6;
}

.detail-nav {
  background: #111827;
}

.detail-hero-wrecker {
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.92), rgba(31, 41, 55, 0.78)),
    url('https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=1600&q=80') center center / cover no-repeat;
}

.job-tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  background: #111827;
  color: #fff;
  margin-right: 0.35rem;
}

.job-tag.muted {
  background: #e5e7eb;
  color: #374151;
}

.job-gallery {
  position: relative;
  overflow: hidden;
}

.job-gallery img {
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

.custom-carousel-control {
  width: 58px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(17, 24, 39, 0.78);
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  opacity: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.carousel-control-prev.custom-carousel-control {
  left: 16px;
}

.carousel-control-next.custom-carousel-control {
  right: 16px;
}

.custom-carousel-control:hover,
.custom-carousel-control:focus {
  background: rgba(245, 158, 11, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
}

.custom-indicators {
  bottom: 18px;
}

.custom-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(17, 24, 39, 0.7);
  opacity: 1;
}

.custom-indicators .active {
  background-color: #f59e0b;
  border-color: #ffffff;
}

.spec-table th {
  width: 180px;
  background: #f9fafb;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 1.2rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  background: #f59e0b;
  border-radius: 999px;
  margin-top: 0.35rem;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.15);
}

.sticky-block {
  position: sticky;
  top: 24px;
}

@media (max-width: 991.98px) {
  .job-gallery img {
    height: 320px;
  }

  .sticky-block {
    position: static;
  }

  .custom-carousel-control {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 3.5rem 0;
  }

  .section-head h2,
  .section-title {
    font-size: 1.5rem;
  }

  .job-gallery img {
    height: 240px;
  }

  .custom-carousel-control {
    width: 46px;
    height: 46px;
  }

  .pref-card-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .pref-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .pref-count {
    align-self: flex-start;
  }

  .carousel-control-prev.custom-carousel-control {
    left: 10px;
  }

  .carousel-control-next.custom-carousel-control {
    right: 10px;
  }

  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
  }

  .spec-table tr {
    display: block;
    margin-bottom: 1rem;
  }

  .spec-table tbody {
    display: block;
    padding: 1rem;
  }

  .spec-table th {
    border-top: 0;
    padding-bottom: 0.25rem;
  }

  .spec-table td {
    padding-top: 0;
  }
}
