    .job-wrap {
      max-width: 960px;
      margin: 0 auto;
      padding: 32px 20px 56px;
    }
    .job-card {
      background: #FFFFFF;
      border: 1px solid #E9EDF2;
      border-radius: 24px;
      box-shadow: 0 12px 40px rgba(26, 27, 35, 0.06);
      overflow: hidden;
    }
    .hero {
      position: relative;
      padding: 44px 40px 36px;
      background:
        radial-gradient(circle at top right, rgba(243, 146, 0, 0.10), transparent 28%),
        radial-gradient(circle at top left, rgba(0, 141, 70, 0.12), transparent 30%),
        linear-gradient(135deg, #FFFFFF 0%, #F8FBF9 100%);
      border-bottom: 1px solid #E9EDF2;
    }
    .hero-topbar {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 18px;
    }
    .pill {
      display: inline-flex;
      align-items: center;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.02em;
    }
    .pill-green {
      background: rgba(0, 141, 70, 0.10);
      color: #008D46;
      border: 1px solid rgba(0, 141, 70, 0.16);
    }
    .pill-orange {
      background: rgba(243, 146, 0, 0.10);
      color: #D57B00;
      border: 1px solid rgba(243, 146, 0, 0.18);
    }
    .hero h1 {
      margin: 0 0 18px;
      font-size: 38px;
      line-height: 1.15;
      font-weight: 800;
      letter-spacing: -0.02em;
      max-width: 720px;
    }
    .hero-lead {
      max-width: 760px;
      font-size: 18px;
      line-height: 1.75;
      color: #394150;
      margin: 0 0 18px 0;
    }
    .hero-feature-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 8px;
    }
    .feature-chip {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      border-radius: 10px;
      border: 1px solid #DCEEE4;
      background: #FFFFFF;
      font-size: 14px;
      font-weight: 700;
      color: #008D46;
      box-shadow: 0 4px 10px rgba(26, 27, 35, 0.03);
    }
    .content {
      padding: 32px;
    }
    .section {
      margin-bottom: 22px;
      padding: 28px;
      border: 1px solid #E9EDF2;
      border-radius: 20px;
      background: #FFFFFF;
    }
    .section-accent-green {
      background: linear-gradient(180deg, #FFFFFF 0%, #FAFDFC 100%);
      border-top: 5px solid #008D46;
    }
    .section-accent-orange {
      background: linear-gradient(180deg, #FFFFFF 0%, #FFF9F2 100%);
      border-top: 5px solid #F39200;
    }
    .section-dark {
      background:
        radial-gradient(circle at top right, rgba(243, 146, 0, 0.14), transparent 24%),
        linear-gradient(135deg, #1A1B23 0%, #202330 100%);
      border: none;
      color: #FFFFFF;
    }
    .section-dark h2,
    .section-dark p,
    .section-dark span,
    .section-dark div {
      color: #FFFFFF;
    }
    .section-dark .section-title-badge {
      display: inline-block;
      padding: 8px 14px;
      border-radius: 12px;
      background: #F39200;
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 16px;
    }
    .section h2 {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 18px;
      font-size: 21px;
      line-height: 1.3;
      font-weight: 700;
    }
    .section h2 .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      flex: 0 0 12px;
    }
    .dot-green { background: #008D46; }
    .dot-orange { background: #F39200; }
    .section p {
      margin: 0 0 12px;
      line-height: 1.8;
      color: #394150;
    }
    .section p:last-child {
      margin-bottom: 0;
    }
    .modern-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .modern-list li {
      position: relative;
      margin: 0 0 14px;
      padding-left: 34px;
      line-height: 1.75;
      color: #394150;
    }
    .modern-list li:last-child {
      margin-bottom: 0;
    }
    .modern-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: linear-gradient(135deg, #008D46 0%, #16A05A 100%);
      box-shadow: 0 0 0 5px rgba(0, 141, 70, 0.10);
    }
    .list-orange li::before {
      background: linear-gradient(135deg, #F39200 0%, #FFB13C 100%);
      box-shadow: 0 0 0 5px rgba(243, 146, 0, 0.12);
    }
    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      margin-bottom: 22px;
    }
    .table-card {
      overflow: hidden;
      border: 1px solid #E9EDF2;
      border-radius: 20px;
      background: #FFFFFF;
      margin-bottom: 22px;
    }
    .table-head {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 22px 24px 10px;
    }
    .table-head h2 {
      margin: 0;
      font-size: 21px;
      font-weight: 700;
    }
    .job-table {
      width: 100%;
      border-collapse: collapse;
    }
    .job-table td {
      padding: 16px 24px;
      vertical-align: top;
      border-bottom: 1px solid #E9EDF2;
      line-height: 1.7;
      color: #394150;
    }
    .job-table tr:last-child td {
      border-bottom: none;
    }
    .job-table td:first-child {
      width: 220px;
      font-weight: 700;
      color: #1A1B23;
      background: #F8FAFC;
    }
    .timeline-note {
      font-size: 14px;
      line-height: 1.6;
      color: #DDE3EA;
      margin-bottom: 12px;
    }
    .progress-wrap {
      margin: 16px 0 12px;
    }
    .progress-bar {
      width: 100%;
      height: 12px;
      background: rgba(255,255,255,0.14);
      border-radius: 999px;
      overflow: hidden;
    }
    .progress-fill {
      width: 66%;
      height: 100%;
      background: linear-gradient(90deg, #F39200 0%, #FFB13C 100%);
      border-radius: 999px;
    }
    .progress-labels {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 10px;
      font-size: 12px;
      line-height: 1.5;
      color: #FFE4BC;
      font-weight: 700;
    }
    .formal-section {
      background: #FCFDFE;
      border: 1px solid #E9EDF2;
    }
    .formal-section h2 {
      font-size: 19px;
    }
    .cta {
      margin-top: 10px;
      padding: 34px 30px;
      border-radius: 24px;
      background:
        radial-gradient(circle at top right, rgba(243, 146, 0, 0.18), transparent 24%),
        linear-gradient(135deg, #1A1B23 0%, #202330 100%);
      text-align: center;
      box-shadow: 0 14px 34px rgba(26, 27, 35, 0.18);
      position: relative;
      overflow: hidden;
    }
    .cta::before {
      content: "";
      position: absolute;
      inset: 14px;
      border: 1px dashed rgba(255,255,255,0.16);
      border-radius: 18px;
      pointer-events: none;
    }
    .cta-content {
      position: relative;
      z-index: 1;
    }
    .cta h3 {
      margin: 0 0 12px;
      color: #FFFFFF;
      font-size: 28px;
      line-height: 1.3;
      font-weight: 800;
      letter-spacing: -0.02em;
    }
    .cta p {
      max-width: 720px;
      margin: 0 auto 24px;
      color: #DDE3EA;
      line-height: 1.75;
      font-size: 16px;
    }
    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 15px 30px;
      background: linear-gradient(135deg, #F39200 0%, #FFAA1F 100%);
      color: #FFFFFF !important;
      text-decoration: none;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 800;
      box-shadow: 0 10px 24px rgba(243, 146, 0, 0.30);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .cta-button:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(243, 146, 0, 0.35);
    }
    .muted {
      color: #5B6472 !important;
    }
    @media (max-width: 768px) {
      .job-wrap {
        padding: 16px 12px 32px;
      }
      .hero {
        padding: 28px 22px 24px;
      }
      .hero h1 {
        font-size: 30px;
      }
      .hero-lead {
        font-size: 16px;
      }
      .hero-feature-row {
        gap: 8px;
      }
      .feature-chip {
        font-size: 13px;
      }
      .content {
        padding: 18px;
      }
      .section {
        padding: 22px 18px;
      }
      .grid-2 {
        grid-template-columns: 1fr;
      }
      .job-table td {
        padding: 14px 16px;
      }
      .job-table td:first-child {
        width: auto;
      }
      .progress-labels {
        flex-direction: column;
        gap: 6px;
      }
      .cta {
        padding: 28px 20px;
      }
      .cta h3 {
        font-size: 24px;
      }
    }
