@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap');

/* ════════════════════════════════════════════════════════
   jobs.html — page-specific styles
   (header/footer styling is inherited from css/style.css)
   Reuses CSS variables from style.css:
   --blue #0e94d6  --orange #f26b1f  --navy #0f172a  --slate #475569
   ════════════════════════════════════════════════════════ */

.jobs-main {
  position: relative;
  /* fixed header (≈83px tall incl. accent line) clearance */
  padding-top: 92px;
  background-color: #fff;
  /* light-blue band confined to the hero height (independent of total page height) */
  /* background-image: linear-gradient(180deg, #e6f0fa 0%, #eef5fb 55%, #f6fbfe 100%); */
  background-repeat: no-repeat;
  background-size: 100% 880px;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .jobs-main {
    background-size: 100% 1500px;
  }
}

.jobs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.txt-blue {
  color: var(--blue);
}

.txt-orange {
  color: var(--orange);
}

/* ── Hero ─────────────────────────────────────────────── */
.jobs-hero {
  padding: 28px 0 56px;
  position: relative;
  z-index: 2;
}

.jobs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

@media (max-width: 991px) {
  .jobs-hero-grid {
    display: flex;
    flex-direction: column;
  }
  .jobs-hero-left {
    display: contents;
  }
  .hero-top {
    order: 1;
  }
  .trust-badges {
    order: 2;
  }
  .jobs-form-card {
    order: 3;
  }
  #gallery {
    order: 4;
  }
  #services {
    order: 5;
  }
}

@media (min-width: 992px) {
  .jobs-hero-grid {
    grid-template-columns: 580px minmax(0, 1fr);
    gap: 44px;
  }
}

.jobs-hero-left {
  min-width: 0;
}

/* Hero content stack (pills → heading → sub → checklist+photo) */
.hero-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.hero-top .hero-pills,
.hero-top .jobs-h1,
.hero-top .jobs-hero-sub,
.hero-top .hero-mid {
  margin: 0;
}

/* Heading + subtitle group (580 × 285, 20px gap) */
.hero-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Pills — single gradient box holding all three labels */
.hero-pills {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 2px;
  height: 30px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #FFEFD9 0%, #E1F0FE 100%);
}

.hero-pill {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--navy);
  padding: 0 6px;
}

.hero-pill--orange {
  color: var(--orange);
}

.pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.pill-dot--orange {
  background: var(--orange);
}

/* Heading */
.jobs-h1 {
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.02em;
  line-height: 1.06;
  font-size: 40px;
  margin: 0 0 18px;
}

@media (min-width: 576px) {
  .jobs-h1 {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .jobs-h1 {
    font-size: 60px;
  }
}

.jobs-hero-sub {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.6;
  max-width: 540px;
  margin: 0 0 22px;
}

/* Checklist */
.jobs-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 300px;
}

.jobs-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.check-ic {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  flex-shrink: 0;
  object-fit: cover;
  background: #0e94d6;
}

/* Hero middle row: text (subtitle + checklist) beside the photo */
.hero-mid {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.hero-mid-text {
  flex: 1;
  min-width: 0;
}

.hero-mid-text .jobs-hero-sub,
.hero-mid-text .jobs-checklist {
  margin-bottom: 0;
}

.hero-mid-text .jobs-hero-sub {
  margin-bottom: 22px;
}

/* Hero photo */
.jobs-hero-photo {
  flex: 0 0 344px;
  width: 344px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
}

.jobs-hero-photo img {
  width: 100%;
  height: 199px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .hero-mid {
    flex-direction: column;
  }

  .jobs-hero-photo {
    flex: none;
    width: 100%;
    max-width: 340px;
  }
}

/* Trust badges */
.trust-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #C3C3C3;
  border-radius: 12px;
  padding: 16px 4px;
}

.trust-badge {
  flex: 0 0 148px;
  width: 148px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}

.trust-badge:not(:last-child) {
  border-right: 1px solid #C3C3C3;
}

.trust-badge img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

/* ── Form card ────────────────────────────────────────── */
.jobs-form-card {
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 16px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .10);
  padding: 16px;
  max-width: 580px;
}

@media (min-width: 992px) {
  .jobs-form-card {
    position: sticky;
    width: 580px;
    height: 1660px;
    top: 100px;
    align-self: start;
    justify-self: end;
  }
}

.form-header {
  width: 100%;
  max-width: 548px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 60px auto 22px;
  opacity: 1;
}

.form-title {
  width: 100%;
  max-width: 548px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--navy);
  margin: 0;
  opacity: 1;
}

.form-sub {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--bs-highlight-color, #212529);
  margin: 0;
}

@media (min-width: 576px) {
  .form-header {
    min-height: 103px;
  }

  .form-title {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-title>span {
    display: block;
    width: 100%;
  }

  .form-sub {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#job-form {
  width: 100%;
  max-width: 548px;
  opacity: 1;
  margin-top: 32px;
}

@media (min-width: 992px) {
  #job-form {
    height: 1213px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 37px;
  }

  #job-form>.field,
  #job-form>.dropzone,
  #job-form>.recaptcha-box {
    margin-bottom: 0;
  }
}

/* Fields */
.field {
  position: relative;
  margin-bottom: 35px;
}

.field .field-ic {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 16px;
  color: #9cd3f0;
  pointer-events: none;
}

.field--textarea .field-ic {
  top: 14px;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid #C3C3C3;
  border-radius: 8px;
  padding: 10px 14px 10px 42px;
  font-size: 14px;
  color: var(--navy);
  background: #fff;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  font-family: inherit;
}

.field input,
.field select {
  height: 48px;
}

.field textarea {
  resize: vertical;
  min-height: 46px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #94a3b8;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(14, 148, 214, .12);
}

.field--select select {
  -webkit-appearance: none;
  appearance: none;
  color: #94a3b8;
  cursor: pointer;
}

.field--select select:valid {
  color: var(--navy);
}

.field-chevron {
  position: absolute;
  right: 16px;
  top: 17px;
  font-size: 14px;
  color: #94a3b8;
  pointer-events: none;
}

/* Password */
.field--password .pw-toggle {
  position: absolute;
  right: 12px;
  top: 10px;
  border: none;
  background: transparent;
  color: #94a3b8;
  padding: 6px;
  cursor: pointer;
  font-size: 16px;
}

.field--password .pw-toggle:hover {
  color: var(--blue);
}

/* Dropzones */
.dropzone {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1.5px dashed;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 35px;
}

.dropzone--blue {
  border-color: #9cd3f0;
  background: #f4fbff;
}

.dropzone--orange {
  border-color: #f6c39d;
  background: #fff8f3;
}

.dz-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}

.dropzone--blue .dz-icon {
  background: #e3f3fc;
  color: var(--blue);
}

.dropzone--orange .dz-icon {
  background: #fdeada;
}

.dz-icon img {
  width: 24px;
  height: 24px;
}

.dz-body {
  flex: 1;
  min-width: 0;
}

.dz-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 2px;
}

.dz-optional {
  color: #94a3b8;
  font-weight: 600;
}

.dz-hint {
  font-size: 11.5px;
  color: #94a3b8;
  margin: 0 0 8px;
}

.dz-btn {
  border: none;
  border-radius: 8px;
  padding: 7px 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: filter .15s;
}

.dz-btn:hover {
  filter: brightness(.94);
}

.dz-btn--blue {
  background: var(--blue);
}

.dz-btn--orange {
  background: var(--orange);
}

.dz-files {
  font-size: 11.5px;
  color: var(--slate);
  margin: 8px 0 0;
  word-break: break-word;
}

/* reCAPTCHA */
.recaptcha-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: #f9f9f9;
  padding: 10px 14px;
  margin-bottom: 16px;
  max-width: 304px;
}

.recaptcha-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.recaptcha-check input {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.recaptcha-label {
  font-size: 14px;
  color: #3c4043;
}

.recaptcha-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: center;
  color: #5b5b5b;
  font-size: 9px;
  line-height: 1.3;
}

.recaptcha-brand i {
  font-size: 22px;
  color: var(--blue);
}

/* Buttons */
.btn-register {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  cursor: pointer;
  transition: background .15s;
  margin-top: 35px;
}

.btn-register:hover {
  background: #d85b14;
}

.form-alt {
  text-align: center;
  font-size: 13px;
  color: var(--slate);
  margin: 16px 0 0;
  margin-top: 35px;
}

.form-alt a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.form-alt a:hover {
  text-decoration: underline;
}

.or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #94a3b8;
  font-size: 12px;
  margin: 35px 0;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

.or-divider span {
  padding: 0 14px;
}

.btn-google {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background .15s, border-color .15s;
}

.btn-google:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

/* ── Carousel sections ────────────────────────────────── */
.carousel-section {
  padding: 40px 0;
}

.carousel-section--alt {
  background: #fff;
}

/* Carousels living inside the hero's left column */
.jobs-hero-left .jobs-container {
  max-width: none;
  padding: 0;
  margin: 0;
}

.carousel-block {
  margin-top: 36px;
}

.carousel-block .jobs-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.section-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}

.carousel-nav {
  display: flex;
  gap: 10px;
}

.car-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, opacity .15s;
}

.car-arrow:hover {
  background: #0b7fb8;
}

.car-arrow:disabled {
  opacity: .4;
  cursor: default;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 14px;
  transition: transform .4s ease;
  will-change: transform;
  width: max-content;
}

/* Work card */
.work-card {
  position: relative;
  flex: 0 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .1);
  width: 326px !important;
}

.work-card .tile-frame {
  height: 244px;
}

.after-chip {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(255, 255, 255, .92);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 5px 12px;
  border-radius: 9999px;
}

.work-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 16px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/* Service card */
.service-card {
  flex: 0 0 auto;
  background: #fff;
  border: 0.71px solid #eef2f6;
  border-radius: 12.8px;
  overflow: hidden;
  /* box-shadow: 0 8px 22px rgba(15, 23, 42, .06); */
  width: 326px !important;
  height: 338px !important;
}

.service-card img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  display: block;
}

.service-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px;
}

.service-name {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}

.service-desc {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.55;
  margin: 0;
}

.service-link {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.service-link:hover {
  text-decoration: underline;
}

/* Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  border: none;
  background: #cbd5e1;
  padding: 0;
  cursor: pointer;
  transition: width .2s, background .2s;
}

.carousel-dots button.active {
  width: 22px;
  background: var(--orange);
}

/* ── Decorative Band ──────────────────────────────────── */
.deco-band {
  position: absolute;
  width: 2000px;
  height: 650px;
  top: 1477px;
  left: -154px;
  background: linear-gradient(90deg, #FEE4CF 0%, #C5EEFF 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

/* ── Expertise band ───────────────────────────────────── */
.expertise-band {
  padding: 24px 0 56px;
  background: transparent;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .expertise-band {
    padding-top: 220px;
    padding-bottom: 20px;
    margin-left: 121px;
  }
}

.expertise-wrapper {
  position: relative;
  width: 580px;
  height: 176px;
  margin: 0 auto;
}

.expertise-circle {
  position: absolute;
  width: 450px;
  height: 450px;
  top: -256.7px;
  left: -327px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1E9BD0 0%, #17759D 50%, #136284 75%, #0F4F6A 100%);
  opacity: 1;
  z-index: 1;
}

.expertise-phone {
  position: absolute;
  width: 508px;
  height: 546px;
  top: -269.7px;
  left: -352px;
  opacity: 1;
  border-radius: 36px;
  z-index: 2;
}

.expertise-avatar {
  position: absolute;
  width: 271.11px;
  height: 397px;
  top: -159.7px;
  left: 35.89px;
  opacity: 1;
  z-index: 3;
}

@media (max-width: 590px) {
  .expertise-wrapper {
    width: 464px;
    height: 141px;
    transform: scale(0.8);
    transform-origin: top center;
  }
}

@media (max-width: 480px) {
  .expertise-wrapper {
    width: 348px;
    height: 106px;
    transform: scale(0.6);
    transform-origin: top center;
  }
}

@media (max-width: 375px) {
  .expertise-wrapper {
    width: 290px;
    height: 88px;
    transform: scale(0.5);
    transform-origin: top center;
  }
}

/* ── Stats band ───────────────────────────────────────── */
.stats-band {
  background: linear-gradient(180deg, transparent 40px, var(--navy) 40px);
  padding: 72px 0 48px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

/* Angular single-color orange divider along the top edge */
.stats-band::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 44px;
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='44' viewBox='0 0 1440 44' preserveAspectRatio='none'%3E%3Cpath d='M0 12 L360 3 L1440 14 L1440 44 L0 44 Z' fill='%23f26b1f'/%3E%3C/svg%3E") top center / 100% 100% no-repeat;
}

/* Scattered translucent squares behind the stats (irregular, varied opacity) */
.stats-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='400' viewBox='0 0 1440 400' preserveAspectRatio='xMidYMid slice'%3E%3Crect x='90' y='44' width='46' height='46' rx='6' fill='%23ffffff' fill-opacity='0.05'/%3E%3Crect x='300' y='300' width='38' height='38' rx='5' fill='%23ffffff' fill-opacity='0.04'/%3E%3Crect x='520' y='80' width='56' height='56' rx='7' fill='none' stroke='%23ffffff' stroke-opacity='0.06' stroke-width='1'/%3E%3Crect x='700' y='250' width='32' height='32' rx='5' fill='%23ffffff' fill-opacity='0.05'/%3E%3Crect x='900' y='50' width='60' height='60' rx='8' fill='%23ffffff' fill-opacity='0.035'/%3E%3Crect x='1060' y='300' width='40' height='40' rx='6' fill='%23ffffff' fill-opacity='0.05'/%3E%3Crect x='1210' y='120' width='50' height='50' rx='7' fill='none' stroke='%23ffffff' stroke-opacity='0.06' stroke-width='1'/%3E%3Crect x='1330' y='320' width='36' height='36' rx='5' fill='%23ffffff' fill-opacity='0.04'/%3E%3Crect x='190' y='210' width='30' height='30' rx='4' fill='%23ffffff' fill-opacity='0.05'/%3E%3Crect x='430' y='190' width='44' height='44' rx='6' fill='none' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='1'/%3E%3Crect x='820' y='330' width='34' height='34' rx='5' fill='%23ffffff' fill-opacity='0.05'/%3E%3Crect x='1140' y='30' width='42' height='42' rx='6' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E") center / cover no-repeat;
  pointer-events: none;
}

.stats-band .jobs-container {
  position: relative;
  z-index: 2;
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 44px;
  text-align: center;
}

.stat {
  color: #fff;
  flex: 0 0 auto;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.stat-ic-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  /* border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04); */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.stat-ic {
  font-size: 30px;
  color: #fff;
  opacity: .9;
}

.stat-num {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.stat-label {
  font-size: 12.5px;
  color: #ffff;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) {
  .stat-num {
    font-size: 40px;
  }

  .stat-label {
    font-size: 13.5px;
  }
}

/* ── Responsive tweaks ────────────────────────────────── */
@media (max-width: 575px) {
  .jobs-checklist {
    grid-template-columns: 1fr;
  }

  .trust-badges {
    width: 100%;
    justify-content: center;
  }

  .trust-badge {
    flex: 1 1 0;
    width: auto;
    height: auto;
    flex-direction: row;
    text-align: left;
    gap: 6px;
    padding: 10px 4px;
    font-size: 10px;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
    justify-content: center;
  }

  .trust-badge:not(:last-child) {
    border-right: 1px solid #C3C3C3;
  }

  .trust-badge img {
    width: 20px;
    height: 20px;
  }

  .hero-mid {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .jobs-hero-photo {
    flex: 0 0 48%;
    width: 48%;
    max-width: none;
  }

  .jobs-hero-photo img {
    height: 160px;
  }

  .jobs-checklist {
    gap: 8px;
  }

  .jobs-checklist li {
    font-size: 12px;
  }

  .section-title {
    font-size: 22px;
  }

  .stats-band {
    padding: 52px 0 28px;
  }

  .stats-grid {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 4px;
  }

  .stat {
    flex: 1 1 0;
    min-width: 0;
    gap: 3px;
  }

  .stat-ic-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-bottom: 2px;
  }

  .stat-ic {
    font-size: 16px;
  }

  .stat-num {
    font-size: 18px;
  }

  .stat-label {
    font-size: 9px;
  }

  .jobs-form-card {
    padding: 24px 18px;
  }

  .form-header {
    margin: 16px auto 12px;
  }

  .form-title {
    font-size: 18px;
    line-height: 1.3;
    min-height: unset;
  }

  .form-sub {
    font-size: 12px;
  }
}

/* ══ TABLET (768px – 991px) ══════════════════════════════
   Adds a proper 2-column layout between the stacked mobile
   view and the fixed-column desktop view.
   Mobile (≤ 767px) and desktop (≥ 992px) are untouched.
   ════════════════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 991px) {

  /* Background gradient height matches shorter 2-col hero */
  .jobs-main {
    background-size: 100% 1100px;
  }

  /* ── 2-column hero grid ──────────────────────────────── */
  .jobs-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
  }

  /* Undo display:contents from the max-width:991px block so
     .jobs-hero-left becomes a normal first grid column */
  .jobs-hero-left {
    display: block;
  }

  /* Clear flex ordering that was set for the mobile stack */
  .hero-top,
  .trust-badges,
  #gallery,
  #services,
  .jobs-form-card {
    order: 0;
  }

  /* ── Form card: sticky in the right column ───────────── */
  .jobs-form-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: sticky;
    top: 100px;
    align-self: start;
    justify-self: unset;
  }

  .form-header {
    margin: 20px auto 16px;
  }

  /* ── Left column: typography & components ────────────── */

  /* Slightly smaller h1 to fit the ~356px left column */
  .jobs-h1 {
    font-size: 44px;
  }

  /* Trust badges: flex-fill to avoid overflow
     (fixed 148px × 3 = 444px > column width) */
  .trust-badge {
    flex: 1 1 0;
    width: auto;
    font-size: 11px;
    padding: 10px 4px;
  }

  /* Checklist: 2 columns within the left column */
  .jobs-checklist {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  /* ── Expertise section ───────────────────────────────── */

  /* Remove the mobile-only margin-left that shifts content
     off-center on wider tablet viewports */
  .expertise-band {
    top: -21px;
    margin-left: 400px;
  }

  /* Scale wrapper slightly to keep overflow contained */
  .expertise-wrapper {
    width: 522px;
    height: 160px;
    transform: scale(0.9);
    transform-origin: top center;
  }

  /* ── Stats band ──────────────────────────────────────── */
  .stats-grid {
    justify-content: center;
    gap: 36px;
  }
}
